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 152
    • Issues 152
    • 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
  • orbital

orbital · Changes

Page history
Update orbital authored Oct 12, 2024 by Lxlp's avatar Lxlp
Hide whitespace changes
Inline Side-by-side
Showing with 0 additions and 13 deletions
+0 -13
  • skills/mechanics/orbital.md skills/mechanics/orbital.md +0 -13
  • No files found.
skills/mechanics/orbital.md
View page @ 3ee9d8d8
......@@ -14,14 +14,8 @@ Added projectile bullets to Orbital in MM 4.11. See how to use them on the [proj
## Attributes
| Attribute | Aliases | Description | Default |
|-----------|-----------|----------------------------------------------------------------------|---------|
| onStart | oS | Meta-Skill executed when the orbital first starts | |
| onTick | oT | Meta-Skill executed every [interval] ticks at the orbital's origin location | |
| onHit | oH, onhitskill | Meta-Skill executed when the projectile hits something. Targets hit are inherited by the meta-skill | |
| onEnd | oE | Meta-Skill executed when the projectile ends | |
| auraName | buffName, debuffName | Optional name, required to use associated mechanics & conditions that reference a specific aura, and to make the aura be able to stack | |
| charges | c | If set, the orbital will stop after firing this many times | |
| duration | d | The max duration (in ticks) the orbital will persist | 100 |
| interval | i | How often (in ticks) the orbital updates its position | 1 |
| radius | r | The radius of the orbit around the target | 4 |
| hitRadius | hr | The radius around the orbital in which targets can be hit | 1 |
| verticalHitRadius | vhr, vr | The y component of the hitradius | `hitradius` |
......@@ -42,13 +36,6 @@ Added projectile bullets to Orbital in MM 4.11. See how to use them on the [proj
| hitPlayers | hp | Whether can hit players | true |
| hitNonPlayers | hnp| Whether can hit non players | false |
| hitSelf | hs | Whether can hit caster | false |
| cancelOnGiveDamage | cogd | Whether end after given damage to other entities | false |
| cancelOnTakeDamage | cotd | Whether end after taken damage from other entities | false |
| cancelOnDeath | cod| Whether end after caster death | true |
| cancelOnTeleport | cot| Whether end after caster teleported | false |
| cancelOnChangeWorld | cocw | Whether end after caster join other world | false |
| cancelOnSkillUse | cosu | Whether end after caster spell a skill | false |
| cancelOnQuit | coq | Whether end after caster quit | true |
| hugsurface | hs | Whether or not the orbital should move along the ground | false |
| hugliquid | hugwater, huglava | Whether using `hugSurface` will also make the orbital move on top of liquids | false |
| heightfromsurface | hfs | How high above the surface the orbital should glide if `HugSurface` is set to `true` | 0.5 |
......
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