Polymorphs and Transformation (#8185)

This commit is contained in:
EmoGarbage404
2022-05-18 00:05:22 -04:00
committed by GitHub
parent dac8540705
commit 2697bbf8c7
16 changed files with 625 additions and 0 deletions

View File

@@ -123,6 +123,7 @@
- type: DoAfter
- type: Climbing
- type: Flashable
- type: Polymorphable
- type: Pullable
- type: Buckle
- type: Recyclable

View File

@@ -22,6 +22,7 @@
effects:
- !type:WashCreamPieReaction
- type: Flashable
- type: Polymorphable
- type: Hands
- type: MovementSpeedModifier
- type: MovedByPressure

View File

@@ -21,6 +21,7 @@
effects:
- !type:WashCreamPieReaction
- type: Flashable
- type: Polymorphable
- type: Hands
- type: MovementSpeedModifier
- type: MovedByPressure

View File

@@ -0,0 +1,19 @@
- type: polymorph
id: Mouse
entity: MobMouse
forced: true
duration: 30
- type: polymorph
id: Chicken
entity: MobChicken
forced: true
dropInventory: true
- type: polymorph
id: Monkey
entity: MobMonkey
forced: true
dropInventory: true
revertOnCrit: true
revertOnDeath: true