Arachnid rework (#18631)
* Merge before I fuck up anything again * craft whitelist * Sericulture * Spider * gone * quickly fixed * and coders taketh away * And we take more away * sericulture improvements * arachnid * better webbed * OH WAIT * test fail
This commit is contained in:
@@ -91,8 +91,6 @@
|
||||
sprite: Mobs/Species/Arachnid/parts.rsi
|
||||
state: "l_leg"
|
||||
- type: MovementBodyPart
|
||||
walkSpeed: 3.0
|
||||
sprintSpeed: 5.0
|
||||
|
||||
- type: entity
|
||||
id: RightLegArachnid
|
||||
@@ -103,8 +101,6 @@
|
||||
sprite: Mobs/Species/Arachnid/parts.rsi
|
||||
state: "r_leg"
|
||||
- type: MovementBodyPart
|
||||
walkSpeed: 3.0
|
||||
sprintSpeed: 5.0
|
||||
|
||||
- type: entity
|
||||
id: LeftFootArachnid
|
||||
|
||||
@@ -27,14 +27,20 @@
|
||||
part: RightArmArachnid
|
||||
connections:
|
||||
- right hand
|
||||
- secondary right hand
|
||||
left arm:
|
||||
part: LeftArmArachnid
|
||||
connections:
|
||||
- left hand
|
||||
- secondary left hand
|
||||
right hand:
|
||||
part: RightHandArachnid
|
||||
left hand:
|
||||
part: LeftHandArachnid
|
||||
secondary right hand:
|
||||
part: RightHandArachnid
|
||||
secondary left hand:
|
||||
part: LeftHandArachnid
|
||||
right leg:
|
||||
part: RightLegArachnid
|
||||
connections:
|
||||
|
||||
Reference in New Issue
Block a user