Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
MythicMobs MythicMobs
  • Project overview
    • Project overview
    • Details
    • Activity
  • Issues 137
    • Issues 137
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Operations
    • Operations
    • Incidents
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Activity
  • Create a new issue
  • Issue Boards
Collapse sidebar
  • MythicCraft
  • MythicMobsMythicMobs
  • Wiki
    • Skills
    • Mechanics
  • chainmissile

chainmissile · Changes

Page history
updated layout and informations authored Oct 09, 2024 by Lxlp's avatar Lxlp
Show whitespace changes
Inline Side-by-side
Showing with 24 additions and 21 deletions
+24 -21
  • skills/mechanics/chainmissile.md skills/mechanics/chainmissile.md +24 -21
  • No files found.
skills/mechanics/chainmissile.md
View page @ 443cb48e
A missile that chains between entities. This is a **Premium-Only** mechanic!
## Description
Shoots a chaining homing missile at the target
---
> **This is a [Premium-Only] mechanic!**
This mechanic inherits all attributes from the [missile](/skills/mechanics/missile) and [projectile](/skills/mechanics/projectile) mechanics.
**Attributes**
| Attribute | Alias | Description | Default Value |
| --------- | ----- | ----------- | ------------- |
## Attributes
| Attribute | Aliases | Description | Default |
|-----------|-----------|----------------------------------------------------------------------|---------|
| bounces | b | How many times the chain should bounce | 2 |
| radius | r | How far the skill will bounce to a new target | 5 |
| returnToCaster | rtc | If the missile should return to the caster | false |
| bounceConditions | | The conditions for the skill to bounce, similar to the [chain](/skills/mechanics/chain) mechanic | NONE |
---
Added in MM 4.12
| bounceradius | bouncerange, radius, range, r | How far the skill will bounce to a new target | 5 |
| returnToCaster | return, rtc | If the missile should return to the caster | false |
| bounceConditions | conditions, cond, c | The conditions for the skill to bounce, similar to the [chain](/skills/mechanics/chain) mechanic | |
> This mechanic inherits every attribute of the [Missile](Skills/Mechanics/Missile) mechanic
---
**Examples**
```
## Examples**
```yaml
## Mob.yml ##
Skills:
- skill{s=ChainMissile} @target ~onTimer:200
```
```yaml
## Skills.yml ##
ChainMissile:
Skills:
......@@ -37,3 +32,11 @@ CM_oH:
Skills:
- damage{a=1;pkb=true}
```
## Aliases
- [x] cmi
<!-- LINKS -->
[Premium-Only]: Premium-Features
\ No newline at end of file
Clone repository
Home
Changelogs
Premium Features
Commands and Permissions
Mythic Add-ons
Compatible Plugins
API Information
Guides
  • Troubleshooting
  • FAQ / Common Issues
  • Examples
Packs
Mobs
  • Mob Options
    • Display Options
  • Mob Levels
  • Mob Factions
  • Power Scaling
  • Damage Modifiers
  • Equipment
  • BossBar
  • Custom AI
  • Custom Kill Messages
  • Threat Tables
  • Immunity Tables
  • Templates
  • Vanilla Overrides
  • Extra: Disguises
  • Extra: ModelEngine
Skills
  • Mechanics
  • Targeters
    • Filters
  • Triggers
  • Conditions
    • In-line conditions
  • Metaskills
  • Placeholders
  • Variables
Items
  • Options
  • Attributes
  • Enchantments
  • Potions
  • Banner Layers
  • Firework
Drops & DropTables
  • Drops
  • DropTables
  • FancyDrops
Spawning
  • Spawners
  • Random Spawns
Stats
  • Custom Stat Options
  • Modifiers
  • Built in Stats
Other
  • Particles Types
  • Audience
  • Equipment Slots
  • Pins
Technical
  • Math
  • Operations
    • Attribute Operations
    • Stats Modifiers
  • SkillTree
  • Intratick Scheduling
  • Dynamic Metaskills