Skip to content

Commit

Permalink
Datura changes and bola crafting (#787)
Browse files Browse the repository at this point in the history
  • Loading branch information
Berserker-88 authored Jan 24, 2025
1 parent eb0673c commit a1c1977
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
- N14BrassKnife
- N14TrainingSword
- N14LongSword
- N14Bola

- type: entity
parent: N14WorkbenchBase
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/_Nuclear14/Loadouts/outerClothing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@
- !type:CharacterItemGroupRequirement
group: N14LoadoutOuter
items:
- N14ClothingOuterTribalArmorHeavy
- N14ClothingOuterTribalArmor

- type: loadout
id: N14LoadoutOuterTribalArmorHeavy
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,12 @@
- !type:HealthChange
damage:
types:
Asphyxiation: 2.5
Asphyxiation: 1
- !type:GenericStatusEffect
key: SeeingRainbows
component: SeeingRainbows
type: Add
time: 3

- type: reagent
id: TeaHoneyMesquite
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,11 @@
damage:
types:
Asphyxiation: 2
- !type:GenericStatusEffect
key: SeeingRainbows
component: SeeingRainbows
type: Add
time: 3
plantMetabolism:
- !type:PlantAdjustToxins
amount: 10
Expand Down
9 changes: 9 additions & 0 deletions Resources/Prototypes/_Nuclear14/Recipes/Lathes/weapons.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,3 +132,12 @@
N14Iron: 500
N14Brass: 200
Leather: 200

- type: latheRecipe
id: N14Bola
result: Bola
category: N14Weapons
completetime: 12
materials:
Steel: 200
Cloth: 200

0 comments on commit a1c1977

Please sign in to comment.