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

Atom · Changes

Page history
Update /skills/mechanics/Atom authored Mar 06, 2024 by Lxlp's avatar Lxlp
Hide whitespace changes
Inline Side-by-side
Showing with 35 additions and 0 deletions
+35 -0
  • skills/mechanics/Atom.md skills/mechanics/Atom.md +35 -0
  • No files found.
skills/mechanics/Atom.md 0 → 100644
View page @ a1f71153
## Description
Creates and orbiting Atom effect at the location.
## Attributes
| Attribute | Aliases | Description | Default |
|-----------|-----------|----------------------------------------------------------------------|---------|
| particleorbital | particleo, po | The [particle] that will be displayed at the orbitals |`particle`|
| particlenucleus | particlen, pn | The [particle] that will be displayed at the nucleus | reddust |
| amountnucleus | amountn, apn, an | The amount of particles for the nucleus | 50 |
| orbitals | o | The amount of orbitals around the nucleus | 2 |
| amountorbital | amounto, apo, ao | The amount of particles for each orbital | 1 |
| radius | r | The radius of the orbitals | 4 |
| radiusnucleus | rn | The radius of the nucleus | 1 |
| rotation | ro | The rotation of the atom | 0 |
| ticks | t | The amount of ticks during which the atom will persist | 1 |
| interval | in | The interval of the updates of the atom | 10 |
| velocity | v | The velocity of the atom | 80 |
> This mechanic inherits every attribute of the [particle](/skills/mechanics/Particle) mechanic
## Examples
```yaml
Skills:
- Atom{p=reddust;r=2;d=true;dr=true;dir=1,0,0;ticks=20} @selflocation{y=2} ~onSwing
```
## Aliases
- [x] effect:atom
- [x] e:atom
<!-- LINKS -->
[particle]: skills/effects/particles/types
\ 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
Examples
Useful Tips