Made the baseball bat craft able (#4336)
* Added the baseball bat into craftable items * Added a space * Update baseball_bat.yml * Update bat.yml * Update bat.yml * Update baseball_bat.yml Co-authored-by: SETh lafuente <cetaciocascarudo@gmail.com> Co-authored-by: Swept <sweptwastaken@protonmail.com>
This commit is contained in:
@@ -8,8 +8,11 @@
|
|||||||
sprite: Objects/Weapons/Melee/baseball_bat.rsi
|
sprite: Objects/Weapons/Melee/baseball_bat.rsi
|
||||||
state: icon
|
state: icon
|
||||||
- type: MeleeWeapon
|
- type: MeleeWeapon
|
||||||
damage: 20
|
damage: 15
|
||||||
- type: Item
|
- type: Item
|
||||||
size: 24
|
size: 24
|
||||||
sprite: Objects/Weapons/Melee/baseball_bat.rsi
|
sprite: Objects/Weapons/Melee/baseball_bat.rsi
|
||||||
prefix: inhand
|
prefix: inhand
|
||||||
|
- type: Construction
|
||||||
|
graph: WoodenBat
|
||||||
|
node: bat
|
||||||
|
|||||||
13
Resources/Prototypes/Recipes/Crafting/Graphs/bat.yml
Normal file
13
Resources/Prototypes/Recipes/Crafting/Graphs/bat.yml
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
- type: constructionGraph
|
||||||
|
id: WoodenBat
|
||||||
|
start: start
|
||||||
|
graph:
|
||||||
|
- node: start
|
||||||
|
edges:
|
||||||
|
- to: bat
|
||||||
|
steps:
|
||||||
|
- material: WoodPlank
|
||||||
|
amount: 5
|
||||||
|
doAfter: 4
|
||||||
|
- node: bat
|
||||||
|
entity: BaseBallBat
|
||||||
12
Resources/Prototypes/Recipes/Crafting/bat.yml
Normal file
12
Resources/Prototypes/Recipes/Crafting/bat.yml
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
- type: construction
|
||||||
|
name: baseball bat
|
||||||
|
id: bat
|
||||||
|
graph: WoodenBat
|
||||||
|
startNode: start
|
||||||
|
targetNode: bat
|
||||||
|
category: Weapons
|
||||||
|
description: A robust baseball bat.
|
||||||
|
icon:
|
||||||
|
sprite: Objects/Weapons/Melee/baseball_bat.rsi
|
||||||
|
state: icon
|
||||||
|
objectType: Item
|
||||||
Reference in New Issue
Block a user