Skip to content

Instantly share code, notes, and snippets.

@mercurialmusic
Created April 28, 2019 18:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mercurialmusic/8ea39cfbf9cb00b90a7a0d7e081ec43f to your computer and use it in GitHub Desktop.
Save mercurialmusic/8ea39cfbf9cb00b90a7a0d7e081ec43f to your computer and use it in GitHub Desktop.
BadWolfMC Flood Custom Mob
FloodMinion:
Type: husk
Display: '&3The Flood&r'
Health: 40
Damage: 6
Armor: 4
Faction: atlantismob
Disguise:
Type: TheFlood
Options:
PreventOtherDrops: true
PreventRandomEquipment: true
PreventRenaming: true
Despawn: true
MaxCombatDistance: 10
AlwaysShowName: true
FollowRange: 30
MovementSpeed: .32
Silent: true
Drops:
- water_bucket 1 0.1
- rotten_flesh 1-3 1
- FloodHead 1 0.2
- exp 25 1
KillMessages:
- '&8<<< &2<target.name> &7drowned in the &3Waters of Mars! &8>>>'
- '&8<<< &2<target.name> &7should know better than to swim in &3Flood &7water! &8>>>'
Skills:
- advdisguise{cmd="TheFlood"} @self ~onSpawn 1
- effect:sound{s=entity.zombie.ambient;volume=1;p=1} @PIR{r=30} ~onSpawn
- effect:particles{p=droplet;a=20;hs=2} @Self ~onSpawn
- effect:particles{p=droplet;a=20;hs=2} @Self ~onTimer:20
- skill{s=SuperSoaker} @target ~onTimer:200
- effect:sound{s=entity.player.hurt;v=0.5;p=0.5} @Self ~onDamaged
- effect:sound{s=entity.zombie.hurt;v=0.5;p=0.5} @Self ~onDamaged
- effect:sound{s=entity.zombie.ambient;v=0.5;p=0.5} @Self ~onTimer:200
- skill{s=FloodGeyser} @target ~onDamaged 0.5
- damage{amount=20;ignoreArmor=true} @target ~onInteract >0 1
- effect:particles{p=cloud;a=50;s=0.05} @self ~onDeath
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment