Skip to content

Commit

Permalink
fixed food ToxinGoblinSafe, remove thievery and removed some sounds
Browse files Browse the repository at this point in the history
  • Loading branch information
ErhardSteinhauer committed Jan 24, 2024
1 parent 582c523 commit 1c47fdc
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@
reagents:
- ReagentId: UncookedAnimalProteins
Quantity: 5
- ReagentId: ToxinGoblinSave #Frontier: allows goblins to eat rotten meat without takin damage, while dealing damage to other species
- ReagentId: ToxinGoblinSafe #Frontier: allows goblins to eat rotten meat without takin damage, while dealing damage to other species
Quantity: 4
- ReagentId: Fat
Quantity: 4
Expand Down
4 changes: 0 additions & 4 deletions Resources/Prototypes/_NF/Entities/Mobs/Species/goblin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,6 @@
damage:
types:
Slash: 3
- type: Thieving
stealthy: true
stripTimeReduction: 1
- type: Speech
speechSounds: Alto
- type: DamageOnHighSpeedImpact
Expand All @@ -87,7 +84,6 @@
- type: Tag
tags:
- CanPilot
- GoblinMobTag
- DoorBumpOpener

- type: entity
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
reagents:
- ReagentId: UncookedAnimalProteins
Quantity: 9
- ReagentId: ToxinGoblinSave
- ReagentId: ToxinGoblinSafe
Quantity: 5
- type: SliceableFood
count: 3
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/_NF/Reagents/Consumables/food.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
pricePerUnit: 10

- type: reagent
id: ToxinGoblinSave
id: ToxinGoblinSafe
name: reagent-name-toxin
group: Toxins
desc: reagent-desc-toxin
Expand Down
8 changes: 0 additions & 8 deletions Resources/Prototypes/_NF/Voice/speech_emote_sounds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,14 +121,10 @@
collection: MaleSneezes
Cough:
collection: MaleCoughs
CatMeow:
collection: CatMeows
CatHisses:
collection: CatHisses
MonkeyScreeches:
collection: MonkeyScreeches
RobotBeep:
collection: RobotBeeps
Yawn:
collection: MaleYawn
Snore:
Expand All @@ -155,14 +151,10 @@
collection: FemaleSneezes
Cough:
collection: FemaleCoughs
CatMeow:
collection: CatMeows
CatHisses:
collection: CatHisses
MonkeyScreeches:
collection: MonkeyScreeches
RobotBeep:
collection: RobotBeeps
Yawn:
collection: FemaleYawn
Snore:
Expand Down

0 comments on commit 1c47fdc

Please sign in to comment.