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
  • projectile

projectile · Changes

Page history
Update projectile authored Oct 12, 2024 by Lxlp's avatar Lxlp
Hide whitespace changes
Inline Side-by-side
Showing with 4 additions and 4 deletions
+4 -4
  • skills/mechanics/projectile.md skills/mechanics/projectile.md +4 -4
  • No files found.
skills/mechanics/projectile.md
View page @ 1b2271b6
...@@ -16,7 +16,7 @@ It is of importance to note that other mechanics (such as [Missile](/skills/mech ...@@ -16,7 +16,7 @@ It is of importance to note that other mechanics (such as [Missile](/skills/mech
| Attribute | Aliases | Description | Default | | Attribute | Aliases | Description | Default |
|-----------|-----------|----------------------------------------------------------------------|---------| |-----------|-----------|----------------------------------------------------------------------|---------|
| onStartSkill | onStart, oS | Meta-Skill executed when the projectile starts at the projectile's origin location. | | | onStartSkill | onStart, oS | Meta-Skill executed when the projectile starts at the projectile's origin location. | |
| onTickSkill | onTick, oT | Meta-Skill executed every [interval] ticks at the projectile's origin location | | | onTickSkill | onTick, oT, m, meta, s, skill | Meta-Skill executed every [interval] ticks at the projectile's origin location | |
| onHitSkill | onHit, oH | Meta-Skill executed when the projectile hits entities that are allowed be hit. Targets hit are inherited by the meta-skill. | | | onHitSkill | onHit, oH | Meta-Skill executed when the projectile hits entities that are allowed be hit. Targets hit are inherited by the meta-skill. | |
| onEndSkill | onEnd, oE | Meta-Skill executed when the projectile ends. | | | onEndSkill | onEnd, oE | Meta-Skill executed when the projectile ends. | |
| onBounceSkill| onBounce |Meta-Skill executed when the projectile bounces. **Premium Only**.| | | onBounceSkill| onBounce |Meta-Skill executed when the projectile bounces. **Premium Only**.| |
...@@ -32,7 +32,7 @@ It is of importance to note that other mechanics (such as [Missile](/skills/mech ...@@ -32,7 +32,7 @@ It is of importance to note that other mechanics (such as [Missile](/skills/mech
| DeathDelay| death, dd | Delays the removal of project bullets when the projectile is terminated | 2 | | DeathDelay| death, dd | Delays the removal of project bullets when the projectile is terminated | 2 |
| StartYOffset | syo | Lets you offset where on the casting mob the projectile shoots from. | 1 | | StartYOffset | syo | Lets you offset where on the casting mob the projectile shoots from. | 1 |
| StartFOffset | forwardoffset, sfo | How far in front of the mob the projectile starts | 1 | | StartFOffset | forwardoffset, sfo | How far in front of the mob the projectile starts | 1 |
| TargetYOffset | tyo | Lets you offset where on the target the projectile shoots at. | 0 | | TargetYOffset | tyo, targety | Lets you offset where on the target the projectile shoots at. | 0 |
| SideOffset | soffset, so | The value of this attribute gets inherited by StartSideOffset and EndSideOffset if no value is specified for them | 0 | | SideOffset | soffset, so | The value of this attribute gets inherited by StartSideOffset and EndSideOffset if no value is specified for them | 0 |
| StartSideOffset | ssoffset, sso | How far to the side of the mob the projectile starts |sideoffset| | StartSideOffset | ssoffset, sso | How far to the side of the mob the projectile starts |sideoffset|
| EndSideOffset | endoffset, esoffset, eso | How far to the side of the target location the projectile will end up |sideoffset| | EndSideOffset | endoffset, esoffset, eso | How far to the side of the target location the projectile will end up |sideoffset|
...@@ -44,7 +44,7 @@ It is of importance to note that other mechanics (such as [Missile](/skills/mech ...@@ -44,7 +44,7 @@ It is of importance to note that other mechanics (such as [Missile](/skills/mech
| VerticalNoise | vn | The randomness of the projectile in the vertical direction |(1-ac)*4.5| | VerticalNoise | vn | The randomness of the projectile in the vertical direction |(1-ac)*4.5|
| StopAtEntity | sE | Whether the projectile will stop upon hitting a targetable entity | true | | StopAtEntity | sE | Whether the projectile will stop upon hitting a targetable entity | true |
| StopAtBlock | sB | Whether the projectile will stop upon hitting an opaque block | true | | StopAtBlock | sB | Whether the projectile will stop upon hitting an opaque block | true |
| PowerAffectsRange |pa | Whether a mob's [power level](/Mobs/Power) affects the projectile's range| true| | PowerAffectsRange | par | Whether a mob's [power level](/Mobs/Power) affects the projectile's range| true|
| PowerAffectsVelocity | pav | Whether a mob's [power level](/Mobs/Power) affects the projectile's velocity. | true | | PowerAffectsVelocity | pav | Whether a mob's [power level](/Mobs/Power) affects the projectile's velocity. | true |
| Interactable | | Whether the projectile is interactable | false | | Interactable | | Whether the projectile is interactable | false |
| HitSelf | | Whether the projectile can hit the caster | false | | HitSelf | | Whether the projectile can hit the caster | false |
...@@ -56,7 +56,7 @@ It is of importance to note that other mechanics (such as [Missile](/skills/mech ...@@ -56,7 +56,7 @@ It is of importance to note that other mechanics (such as [Missile](/skills/mech
| hitConditions | conditions, cond, c | A list of conditions that a target must meet in order for the projectile to be able to hit it. **Premium Only** Mechanic | | | hitConditions | conditions, cond, c | A list of conditions that a target must meet in order for the projectile to be able to hit it. **Premium Only** Mechanic | |
| stopconditions | stpcond | A list of conditions that a target must meet in order for the projectile to end when hitting them | null | | stopconditions | stpcond | A list of conditions that a target must meet in order for the projectile to end when hitting them | null |
| fromorigin | fo | Whether the projectile should start from the origin of the mechanic | false | | fromorigin | fo | Whether the projectile should start from the origin of the mechanic | false |
| requireLineOfSight | rlos, los | Whether the starting point must have line-of-sight to the origin. Values can be `true`, `false`, `PLAYERS_ONLY` | PLAYERS_ONLY | | requireLineOfSight | rlos, los, requirelos | Whether the starting point must have line-of-sight to the origin. Values can be `true`, `false`, `PLAYERS_ONLY` | PLAYERS_ONLY |
| drawHitbox | | Draw the hitbox of the projectile, useful for debugging | false | | drawHitbox | | Draw the hitbox of the projectile, useful for debugging | false |
| tickinterpolation | interpolation, ti | Interpolates the specified amount of additional points between each tick of the projectile. The onTick and onHit skills will be applied there as well. Useful to fill in the gaps with super-fast projectiles and also prevent entities from being "skipped over" | 0 | | tickinterpolation | interpolation, ti | Interpolates the specified amount of additional points between each tick of the projectile. The onTick and onHit skills will be applied there as well. Useful to fill in the gaps with super-fast projectiles and also prevent entities from being "skipped over" | 0 |
| shareSubHitboxCooldown | shcd | Whether all meg sub hitboxes should share the same immune delay with its base entity | true | | shareSubHitboxCooldown | shcd | Whether all meg sub hitboxes should share the same immune delay with its base entity | true |
......
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