Skip to content

Commit

Permalink
fixed wooden stake recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
ErhardSteinhauer committed Dec 20, 2023
1 parent 9081704 commit cac298e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@
tags:
- Spear
- WeaponMeleeStake
- type: Construction
graph: WoodenStakeCraftingGraph
node: WoodenStakeNode
- type: Sprite
sprite: _NF/Objects/Weapons/Melee/wooden_stake.rsi
size: 2
Expand Down Expand Up @@ -47,5 +44,6 @@
- type: Item
size: 10
sprite: _NF/Objects/Weapons/Melee/wooden_stake.rsi
- type: DisarmMalus
malus: 0.225
- type: Construction
graph: WoodenStakeCraftingGraph
node: WoodenStakeNode
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
- to: WoodenStakeNode
steps:
- material: WoodPlank
amount: 5
amount: 4
doAfter: 4

- node: WoodenStakeNode
entity: WoodenStake
6 changes: 2 additions & 4 deletions Resources/Prototypes/_NF/Recipes/Construction/weapons.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# Crossbows and bolts
- type: construction
name: improvised crossbow
id: ImprovisedCrossbow
Expand Down Expand Up @@ -43,15 +42,14 @@
icon: { sprite: _NF/Objects/Weapons/Guns/Bow/crossbow.rsi, state: wielded-bolt }
objectType: Item

# Wooden Stake
- type: construction
name: wooden stake
id: CraftWoodenStake
id: RecipeWoodenStake
graph: WoodenStakeCraftingGraph
startNode: start
targetNode: WoodenStakeNode
category: construction-category-weapons
description: Advanced vercion of a basic stick: a pointy stick.
description: Advanced version of a basic stick - a pointy stick.
icon: { sprite: _NF/Objects/Weapons/Melee/wooden_stake.rsi, state: icon }
objectType: Item

0 comments on commit cac298e

Please sign in to comment.