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

throw · Changes

Page history
removed dante authored Oct 23, 2023 by Lxlp's avatar Lxlp
Hide whitespace changes
Inline Side-by-side
Showing with 8 additions and 11 deletions
+8 -11
  • skills/mechanics/throw.md skills/mechanics/throw.md +8 -11
  • No files found.
skills/mechanics/throw.md
View page @ b4e5b290
=============== ## Description
## Description:
Throws all targets away from the mob (or origin). Throws all targets away from the mob (or origin).
## Attributes:
| Attribute | Aliases | Description | Default Value | ## Attributes
|-----------|---------|-------------------------------------------------------|---------------| | Attribute | Aliases | Description | Default |
| velocity | v | The horizontal velocity at which the entity is throw. | 1 | |-----------|-----------|----------------------------------------------------------------------|---------|
| velocityY | vy | The vertical velocity at which the entity is thrown | 1 | | velocity | v | The horizontal velocity at which the entity is throw | 1 |
| velocityY | vy | The vertical velocity at which the entity is thrown | 1 |
## Examples:
## Examples
In this example the mob will create an explosion effect around them that In this example the mob will create an explosion effect around them that
inflicts 10 damage (5 hearts) to players within a radius of 5 blocks and inflicts 10 damage (5 hearts) to players within a radius of 5 blocks and
will knock them back. Giving the illusion of a powerful explosion. will knock them back. Giving the illusion of a powerful explosion.
...@@ -23,7 +20,7 @@ GroundSlam: ...@@ -23,7 +20,7 @@ GroundSlam:
- damage{amount=10} @PlayersInRadius{r=5} - damage{amount=10} @PlayersInRadius{r=5}
- throw{velocity=15;velocityY=5} @PlayersInRadius{r=5} - throw{velocity=15;velocityY=5} @PlayersInRadius{r=5}
``` ```
##
This complex example shows how the throw mechanic can be used in This complex example shows how the throw mechanic can be used in
conjunction with other mechanics to make quite amazing effects. The conjunction with other mechanics to make quite amazing effects. The
caster unleashes a powerful shockwave that deals 50 damage (25 hearts) caster unleashes a powerful shockwave that deals 50 damage (25 hearts)
......
Clone repository
Home
Changelogs
Premium Features
Commands and Permissions
FAQ / Common Issues
Mythic Add-ons
Compatible Plugins
API Information
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
  • Effects
  • Targeters
    • Filters
  • Triggers
  • Conditions
    • In-line conditions
  • Metaskills
  • Placeholders
  • Variables
  • Math
Items
  • Options
  • Attributes
  • Enchantments
  • Potions
  • Banner Layers
  • Firework
Drops & DropTables
  • Drop Types
Spawning
  • Spawners
  • Random Spawns
Stats
  • Custom Stat Options
  • Modifiers
  • Built in Stats
Examples
Useful Tips