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

ParticleLineRing · Changes

Page history
updated layout authored Mar 12, 2024 by Lxlp's avatar Lxlp
Hide whitespace changes
Inline Side-by-side
Showing with 16 additions and 12 deletions
+16 -12
  • skills/mechanics/ParticleLineRing.md skills/mechanics/ParticleLineRing.md +16 -12
  • No files found.
skills/mechanics/ParticleLineRing.md
View page @ cfbba362
## Description ## Description
Creates a particleline ring. Creates a particleline ring.
This mechanic is an extension of the **[Particle effect](/skills/effects/particles)**, and can, as such, **use any of its attributes**.
## Attributes
## Attributes
| Attribute | Aliases | Description | Default | | Attribute | Aliases | Description | Default |
|-----------|-----------|----------------------------------------------------------------------|---------| |-----------|-----------|----------------------------------------------------------------------|---------|
| StartYOffset | syo, ystartoffset, ys | The starting vertical offset | 0 | | distanceBetween | db | The distance between each point | 0.25 |
| TargetYOffset | tyo, ytargetoffset, yt | The target vertical offset | 0 | | startYOffset | syo, ystartoffset, ys| Offset Y location of the starting point | 0 |
| DistanceBetween | db | The distance between particles | 1 | | targetYOffset | tyo, ytargetoffset, yt | Offset Y location of the target point | 0 |
| FromOrigin| fo | Should the mechanic be casted from the origin of the metaskill | false | | fromOrigin | fo | Whether to draw the line from the [@origin] instead | false |
| RingPoints | rp | The number of points in the line ring | 16 | | ringpoints | rp | The number of points in the line ring | 16 |
| RingRadius | rr | The radius of the line ring | 0.5 | | ringradius | rr | The radius of the line ring | 0.5 |
| maxdistance | md | The maximum distance for the line | 256 | | maxdistance | md | The maximum distance the line can reach | 256 |
> This mechanic inherits every attribute of the [Particle](skills/mechanics/particle) mechanic
## Examples ## Examples
```yaml ```yaml
Skills: Skills:
- effect:particlelinering{p=flame;r=3;rr=1} @PIR{r=20;limit=1;sort=RANDOM} - particlelinering{p=flame;r=3;rr=1} @PIR{r=20;limit=1;sort=RANDOM}
``` ```
## Aliases ## Aliases
- [x] particlelinering - [x] effect:particlelinering
- [x] particleringline - [x] particleringline
\ No newline at end of file
<!-- LINKS -->
[@origin]: skills/targeters/origin
\ 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