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

Particle · Changes

Page history
updated speed attribute authored May 11, 2024 by Lxlp's avatar Lxlp
Show whitespace changes
Inline Side-by-side
Showing with 1 addition and 8 deletions
+1 -8
  • skills/mechanics/Particle.md skills/mechanics/Particle.md +1 -8
  • No files found.
skills/mechanics/Particle.md
View page @ c7c29d7e
......@@ -19,7 +19,7 @@ A list of particle types can be found **[here](/Skills/Mechanics/Particle/Partic
| vSpread | vs, yspread, ys| The spread of the particles on the y axis. Overwrites `spread` | spread |
| xSpread | xs | The spread of the particles on the x axis. Overwrites `hSpread` on that axis | hSpread |
| zSpread | zs | The spread of the particles on the z axis. Overwrites `hSpread` on that axis | hSpread |
| speed | s | The “speed” of the particles | 0 |
| speed | s | The “speed” of the particles. If a particle has a [DataType](/Skills/Mechanics/Particle/Particle-Types#datatypes), this attribute will behave inconsistently. | 0 |
| yOffset | y | The Y offset of the particles from the target | 0 |
| viewDistance | vd | The distance the particles are rendered | 128 |
| size | | The size of the particles displayed | 1 |
......@@ -47,13 +47,6 @@ This particle type will replace the spawned particle with the selected entity. T
| forwardOffset | startfoffset, sfo | The forward-offset from the targeted entity,doesn'n work when set directional to true | 0 |
| sideOffset| soffset, sso | The side-offset from the targeted entity,doesn'n work when set directional to true | 0 |
### Dust_color_transition-Specific Attributes
| Attribute | Aliases | Description | Default |
|-----------|-----------|----------------------------------------------------------------------|---------|
| color1 | | The color the particles starts as | |
| color2 | | The color the particles transitions to | |
## Examples
```yaml
Skills:
......
Clone repository
Home
Changelogs
Premium Features
Commands and Permissions
FAQ / Common Issues
Guides
Troubleshooting
Mythic Add-ons
Compatible Plugins
API Information
Packs
  • Pins
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
Technical
  • Math
  • Operations
    • Attribute Operations
    • Stats Modifiers
  • Particles Types
  • Audience
  • Equipment Slots
  • Intratick Scheduling
Examples
Useful Tips