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:
SethLafuente
2021-07-24 16:51:17 -07:00
committed by GitHub
parent 710ec131ee
commit 43241267d3
3 changed files with 29 additions and 1 deletions

View File

@@ -8,8 +8,11 @@
sprite: Objects/Weapons/Melee/baseball_bat.rsi
state: icon
- type: MeleeWeapon
damage: 20
damage: 15
- type: Item
size: 24
sprite: Objects/Weapons/Melee/baseball_bat.rsi
prefix: inhand
- type: Construction
graph: WoodenBat
node: bat

View 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

View 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