Skip to content

Commit

Permalink
update gastropoid damage numbers, remove indev name from some files
Browse files Browse the repository at this point in the history
  • Loading branch information
widgetbeck committed Jan 10, 2025
1 parent 893fb5e commit 7db1f2d
Show file tree
Hide file tree
Showing 17 changed files with 125 additions and 125 deletions.
4 changes: 2 additions & 2 deletions Resources/Prototypes/Loadouts/Miscellaneous/survival.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
- Moth
- Reptilian
- Gray
- Snail
- Gastropoid
- SpElf
- Decapoid

Expand All @@ -35,7 +35,7 @@
effects:
- !type:SpeciesLoadoutEffect
species:
- Snail
- Gastropoid

# commenting these out because I would like to do emergency vapor boxes at some point. - move these to imp filestructure
#- type: loadoutEffectGroup
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
- type: entity
id: ActionSlime
name: Slime Trail
description: Leave a trail of mucus.
description: Leave a trail of mucin.
components:
- type: InstantAction
icon: Interface/Actions/slime.png
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
- type: entity
id: OrganSnailStomach
id: OrganGastropoidStomach
parent: OrganHumanStomach
name: snail stomach
components:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
- type: entity
id: PartSnail
id: PartGastropoid
parent: BaseItem
name: "snail body part"
name: "gastropoid body part"
abstract: true
components:
- type: Damageable
Expand All @@ -25,9 +25,9 @@
Quantity: 10

- type: entity
id: TorsoSnail
name: "snail torso"
parent: PartSnail
id: TorsoGastropoid
name: "gastropoid torso"
parent: PartGastropoid
components:
- type: Sprite
sprite: _Impstation/Mobs/Species/Snail/parts.rsi
Expand All @@ -46,9 +46,9 @@
Quantity: 10

- type: entity
id: HeadSnail
name: "snail head"
parent: PartSnail
id: HeadGastropoid
name: "gastropoid head"
parent: PartGastropoid
components:
- type: Sprite
sprite: _Impstation/Mobs/Species/Snail/parts.rsi
Expand All @@ -73,9 +73,9 @@
Quantity: 10

- type: entity
id: LeftArmSnail
name: "left snail arm"
parent: PartSnail
id: LeftArmGastropoid
name: "left gastropoid arm"
parent: PartGastropoid
components:
- type: Sprite
sprite: _Impstation/Mobs/Species/Snail/parts.rsi
Expand All @@ -88,9 +88,9 @@
symmetry: Left

- type: entity
id: RightArmSnail
name: "right snail arm"
parent: PartSnail
id: RightArmGastropoid
name: "right gastropoid arm"
parent: PartGastropoid
components:
- type: Sprite
sprite: _Impstation/Mobs/Species/Snail/parts.rsi
Expand All @@ -103,9 +103,9 @@
symmetry: Right

- type: entity
id: LeftHandSnail
name: "left snail hand"
parent: PartSnail
id: LeftHandGastropoid
name: "left gastropoid hand"
parent: PartGastropoid
components:
- type: Sprite
sprite: _Impstation/Mobs/Species/Snail/parts.rsi
Expand All @@ -118,9 +118,9 @@
symmetry: Left

- type: entity
id: RightHandSnail
name: "right snail hand"
parent: PartSnail
id: RightHandGastropoid
name: "right gastropoid hand"
parent: PartGastropoid
components:
- type: Sprite
sprite: _Impstation/Mobs/Species/Snail/parts.rsi
Expand All @@ -133,9 +133,9 @@
symmetry: Right

- type: entity
id: LeftLegSnail
name: "left snail leg"
parent: PartSnail
id: LeftLegGastropoid
name: "left gastropoid leg"
parent: PartGastropoid
components:
- type: Sprite
sprite: _Impstation/Mobs/Species/Snail/parts.rsi
Expand All @@ -149,9 +149,9 @@
- type: MovementBodyPart

- type: entity
id: RightLegSnail
name: "right snail leg"
parent: PartSnail
id: RightLegGastropoid
name: "right gastropoid leg"
parent: PartGastropoid
components:
- type: Sprite
sprite: _Impstation/Mobs/Species/Snail/parts.rsi
Expand All @@ -165,9 +165,9 @@
- type: MovementBodyPart

- type: entity
id: LeftFootSnail
name: "left snail foot"
parent: PartSnail
id: LeftFootGastropoid
name: "left gastropoid foot"
parent: PartGastropoid
components:
- type: Sprite
sprite: _Impstation/Mobs/Species/Snail/parts.rsi
Expand All @@ -180,9 +180,9 @@
symmetry: Left

- type: entity
id: RightFootSnail
name: "right snail foot"
parent: PartSnail
id: RightFootGastropoid
name: "right gastropoid foot"
parent: PartGastropoid
components:
- type: Sprite
sprite: _Impstation/Mobs/Species/Snail/parts.rsi
Expand Down
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
- type: body
id: Snail
id: Gastropoid
name: "snail"
root: torso
slots:
head:
part: HeadSnail
part: HeadGastropoid
connections:
- torso
organs:
brain: OrganHumanBrain
eyes: OrganHumanEyes
torso:
part: TorsoSnail
part: TorsoGastropoid
connections:
- right_arm
- left_arm
Expand All @@ -20,30 +20,30 @@
organs:
heart: OrganHumanHeart
lungs: OrganHumanLungs
stomach: OrganSnailStomach
stomach: OrganGastropoidStomach
liver: OrganHumanLiver
kidneys: OrganHumanKidneys
right_arm:
part: RightArmSnail
part: RightArmGastropoid
connections:
- right_hand
left_arm:
part: LeftArmSnail
part: LeftArmGastropoid
connections:
- left_hand
right_hand:
part: RightHandSnail
part: RightHandGastropoid
left_hand:
part: LeftHandSnail
part: LeftHandGastropoid
right_leg:
part: RightLegSnail
part: RightLegGastropoid
connections:
- right_foot
left_leg:
part: LeftLegSnail
part: LeftLegGastropoid
connections:
- left_foot
right_foot:
part: RightFootSnail
part: RightFootGastropoid
left_foot:
part: LeftFootSnail
part: LeftFootGastropoid
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
- type: damageModifierSet
id: Snail
id: Gastropoid
coefficients:
Blunt: .8
Blunt: 1
Slash: .8
Piercing: 1
Cold: 1.5
Heat: 1.5
Piercing: .8
Cold: 1.2
Heat: 1.3
Poison: 1.2
Cellular: 1
Loading

0 comments on commit 7db1f2d

Please sign in to comment.