Geras bug fixes (#27308)
* Geras bug fixes * oops * its as shrimple as that toggled transferName in the polymorph yml instead of using the system to manually change it * its as shrimple as that (2.0) fixed reviews for zombies having a dummy action, instead - properly implemented removal of action * its as shrimple as that (3.0) fixed tests by removing nameidentifier from slime (its already inherited, anyway)
This commit is contained in:
@@ -147,6 +147,16 @@
|
||||
noSpawn: true
|
||||
components:
|
||||
# they portable...
|
||||
- type: MovementSpeedModifier
|
||||
baseWalkSpeed: 3
|
||||
baseSprintSpeed: 5 # +.5 from normal movement speed
|
||||
- type: MobThresholds
|
||||
thresholds:
|
||||
0: Alive
|
||||
80: Dead # weak af tho
|
||||
- type: NpcFactionMember
|
||||
factions:
|
||||
- NanoTrasen
|
||||
- type: MultiHandedItem
|
||||
- type: Item
|
||||
size: Huge
|
||||
|
||||
@@ -79,7 +79,7 @@
|
||||
id: SlimeMorphGeras
|
||||
configuration:
|
||||
entity: MobSlimesGeras
|
||||
transferName: false
|
||||
transferName: true
|
||||
transferHumanoidAppearance: false
|
||||
inventory: Drop
|
||||
transferDamage: true
|
||||
|
||||
Reference in New Issue
Block a user