Polymorphs and Transformation (#8185)
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
polymorph-command-description = For when you need someone to stop being a person. Takes an entity and a polymorph prototype.
|
||||
polymorph-command-help-text = polymorph <id> <polymorph prototype
|
||||
|
||||
add-polymorph-action-command-description = Takes an entity and gives them a voluntary polymorph.
|
||||
add-polymorph-action-command-help-text = addpolymorphaction <id> <polymorph prototype
|
||||
|
||||
|
||||
polymorph-not-valid-prototype-error = Polymorph prototype is not valid.
|
||||
8
Resources/Locale/en-US/polymorph/polymorph.ftl
Normal file
8
Resources/Locale/en-US/polymorph/polymorph.ftl
Normal file
@@ -0,0 +1,8 @@
|
||||
polymorph-self-action-name = Polymorph ({CAPITALIZE($target)})
|
||||
polymorph-self-action-description = Instantly polymorph yourself into {$target}.
|
||||
|
||||
polymorph-revert-action-name = Revert
|
||||
polymorph-revert-action-description = Revert back into your original form.
|
||||
|
||||
polymorph-popup-generic = {CAPITALIZE($parent)} turned into {$child}.
|
||||
polymorph-revert-popup-generic = {CAPITALIZE($parent)} reverted back into {$child}.
|
||||
@@ -123,6 +123,7 @@
|
||||
- type: DoAfter
|
||||
- type: Climbing
|
||||
- type: Flashable
|
||||
- type: Polymorphable
|
||||
- type: Pullable
|
||||
- type: Buckle
|
||||
- type: Recyclable
|
||||
|
||||
@@ -22,6 +22,7 @@
|
||||
effects:
|
||||
- !type:WashCreamPieReaction
|
||||
- type: Flashable
|
||||
- type: Polymorphable
|
||||
- type: Hands
|
||||
- type: MovementSpeedModifier
|
||||
- type: MovedByPressure
|
||||
|
||||
@@ -21,6 +21,7 @@
|
||||
effects:
|
||||
- !type:WashCreamPieReaction
|
||||
- type: Flashable
|
||||
- type: Polymorphable
|
||||
- type: Hands
|
||||
- type: MovementSpeedModifier
|
||||
- type: MovedByPressure
|
||||
|
||||
19
Resources/Prototypes/Polymorphs/polymorph.yml
Normal file
19
Resources/Prototypes/Polymorphs/polymorph.yml
Normal 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
|
||||
Reference in New Issue
Block a user