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 142
    • Issues 142
    • 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
  • ParticleOrbital

ParticleOrbital · Changes

Page history
Update ParticleOrbital authored Mar 12, 2024 by Lxlp's avatar Lxlp
Hide whitespace changes
Inline Side-by-side
Showing with 25 additions and 21 deletions
+25 -21
  • skills/mechanics/ParticleOrbital.md skills/mechanics/ParticleOrbital.md +25 -21
  • No files found.
skills/mechanics/ParticleOrbital.md
View page @ bd30e79c
## Description
Creates a particle orbital effect, where the particle will orbit around the targeted entity or location.
A list of particle types can be found [here](/skills/effects/particles/types).
## Attributes
| Attribute | Aliases | Description | Default |
|-----------|-----------|----------------------------------------------------------------------|---------|
| radius | r | The radius at which the particle orbits | 4 |
| points | p | How many points make up the circle | 20 |
| ticks | t | For how many ticks this effect will last | 100 |
| interval | in, i | Tick speed at which the particle moves (faster tick rate=slower movement) | 10 |
| rotationX | rotX, rX | Rotates the orbit around the X axis | 0 |
| rotationY | rotY, rY | Rotates the orbit around the Y axis | 0 |
| rotationZ | rotZ, rZ | Rotates the orbit around the Z axis | 0 |
| offsetX | offx, ox | The X offset of the orbit's center | 0 |
| offsetY | offy, oy | The Y offset of the orbit's center | 0 |
| offsetZ | offz, oz | The Z offset of the orbit's center | 0 |
| angularVelocityX | avx, vx | Modifies the angular velocity around the X axis | 0 |
| angularVelocityY | avy, vy | Modifies the angular velocity around the Y axis | 0 |
| angularVelocityZ | avz, vz | Modifies the angular velocity around the Z axis | 0 |
| reversed | reverse | Whether the particles should orbit in the opposite direction | false |
This effect extends the general [Particle Effect](/skills/effects/particles) and uses all attributes from it.
| Attribute | Aliases | Description | Default Value |
| ------ | ------ | ------ | ------ |
| radius | r | The radius at which the particle orbits | 4 |
| points | p | How many points make up the circle | 20 |
| ticks | t | How many ticks this will last | 100 |
| interval | in,i | Tick speed at which the particle moves (faster tick rate=slower movement) | 10 |
| rotationX | rotX,rX | Rotates the orbit around the X axis | 0 |
| rotationY | rotY,rY | Rotates the orbit around the Y axis | 0 |
| rotationZ | rotZ,rZ | Rotates the orbit around the Z axis | 0 |
| offsetX | offx,ox | The X offset of the orbit's center | 0 |
| offsetY | offy,oy | The Y offset of the orbit's center | 0 |
| offsetZ | offz,oz | The Z offset of the orbit's center | 0 |
| angularVelocityX | avx,vx | Modifies the angular velocity around the X axis | 0 |
| angularVelocityY | avy,vy | Modifies the angular velocity around the Y axis | 0 |
| angularVelocityZ | avz,vz | Modifies the angular velocity around the Z axis | 0 |
| reversed | reverse | Makes the particles orbit backwards | false |
## Examples
```yaml
OrbitalParticleSkill:
Skills:
- effect:particleorbital{r=2;points=16;t=100;i=1;vy=20;particle=flame} @self ~onSpawn
```
\ No newline at end of file
- particleorbital{r=2;points=16;t=100;i=1;vy=20;particle=flame} @self ~onSpawn
```
## Aliases
- [x] effect:particleorbital
- [x] effect:particleorbital
- [x] effect:particleorbital
- [x] effect:particleorbital
\ No newline at end of file
Clone repository
Home
Changelogs
Premium Features
Commands and Permissions
FAQ / Common Issues
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
  • Effects
  • 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
Examples
Useful Tips