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 149
    • Issues 149
    • 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
added HugLiquid, Bounce and BounceVelocityMod parameters authored Dec 01, 2022 by Lxlp's avatar Lxlp
Show whitespace changes
Inline Side-by-side
Showing with 3 additions and 0 deletions
+3 -0
  • skills/mechanics/projectile.md skills/mechanics/projectile.md +3 -0
  • No files found.
skills/mechanics/projectile.md
View page @ 7b850403
......@@ -36,6 +36,7 @@ Attributes
| 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 |
| HugSurface | hs | Whether or not the projectile should move along the ground. | false |
| HugLiquid | | when using hugSurface will also move on top of liquids | false
| HeightFromSurface | hfs | For NORMAL projectiles, how high above the surface the projectile should glide if HugSurface is set to TRUE. For METEOR projectiles, how high above the surface the projectile starts above the target. | 0.5 |
| 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 |
......@@ -43,6 +44,8 @@ Attributes
| Accuracy | ac, a | Determines the accuracy of the projectile | 1 |
| HorizontalNoise | hn | The randomness of the projectile in horizontal direction | 0 |
| VerticalNoise | vn | The randomness of the projectile in the vertical direction | 0 |
| Bounce | | Should the projectile bounce. Bounce radius depends on the projectile's hitbox | false |
| BounceVelocityMod | | Every time the projectile bounces, its velocity will be multiplied by this value | 0.9
......
Clone repository
Home
Changelogs
Premium Features
Commands and Permissions
FAQ / Common Issues
Mythic Add-ons
Compatible Plugins
API Information
Packs
Mobs
  • Mob Options
  • Mob Levels
  • Mob Factions
  • Power Scaling
  • Damage Modifiers
  • Equipment
  • BossBar
  • Custom AI
  • Custom Kill Messages
  • Threat Tables
  • Immunity Tables
  • Extra: Disguises
  • Extra: ModelEngine
Skills
  • Mechanics
  • Effects
  • Targeters
    • Filters
  • Triggers
  • Conditions
    • In-line conditions
  • Placeholders
  • Variables
  • Math
Items
  • Options
  • Attributes
  • Enchantments
  • Potions
  • Banner Layers
  • Firework
Drops & DropTables
  • Drop Types
Spawning
  • Spawners
  • Random Spawns
Examples