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

ParticleLineHelix · Changes

Page history
updated layout and informations authored Mar 12, 2024 by Lxlp's avatar Lxlp
Hide whitespace changes
Inline Side-by-side
Showing with 20 additions and 14 deletions
+20 -14
  • skills/mechanics/ParticleLineHelix.md skills/mechanics/ParticleLineHelix.md +20 -14
  • No files found.
skills/mechanics/ParticleLineHelix.md
View page @ fec03a7f
## Description ## Description
Creates a particle line helix effect at the targeted entity or location. Creates a particle line helix effect at the targeted entity or location.
A list of particle types can be found **[here](/skills/effects/particles/types)**.
[All of the spigot particle effects listed in the javadocs should be acceptable as well.](https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Particle.html)
## Attributes ## Attributes
| Attribute | Aliases | Description | Default | | Attribute | Aliases | Description | Default |
|-----------|-----------|----------------------------------------------------------------------|---------| |-----------|-----------|----------------------------------------------------------------------|---------|
| StartYOffset | syo | The starting vertical offset | 0 | | distanceBetween | db | The distance between each point in the line | 0.25 |
| TargetYOffset | tyo | The target vertical offset | 0 | | startYOffset | syo, ystartoffset, ys| Offset Y location of the starting point of the line | 0 |
| DistanceBetween | db | The distance between particles | 1 | | targetYOffset | tyo, ytargetoffset, yt | Offset Y location of the target point of the line | 0 |
| FromOrigin | fo | Cast from origin? | false | | fromOrigin | fo | Whether to draw the line from the [@origin] instead | false |
| HelixLength | hl | The length of the helix effect | 2 | | helixlength | hl | The length of the helix effect | 2 |
| HelixRadius | hr | The radius of the helix | 1 | | helixradius | hr | The radius of the helix effect | 1 |
| HelixRotation | rot | The rotation of the helix | 0 | | helixrotation | rot | The rotation of the helix effect | 0 |
| maxdistance | md | The maximum distance for the helix | 256 | | maxdistance | md | The maximum distance the line can reach | 256 |
> This mechanic inherits every attribute of the [Particle](skills/mechanics/particle) mechanic
>> The particles are generated “per point” in this mechanic, so keeping `amount` low is recommended.
## Examples ## Examples
```yaml ```yaml
- effect:particlelinehelix{Fo=true;db=0.4;hl=4;syo=1.8;p=scrape;hr=0.5;md=40} @targetlocation Skills:
- particlelinehelix{Fo=true;db=0.4;hl=4;syo=1.8;p=scrape;hr=0.5;md=40} @targetlocation
``` ```
![Image](https://i.imgur.com/b812UFl.png) <details><summary>Resulting effect</summary>
\ No newline at end of file ![Image](https://i.imgur.com/b812UFl.png)
</details>
## Aliases
- [x] effect:particlelinehelix
- [x] particlehelixline
\ 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