Skip to content

Commit

Permalink
last update
Browse files Browse the repository at this point in the history
  • Loading branch information
lAstronautl committed Jul 8, 2024
1 parent 9525b9e commit a5a3c33
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
- type: constructionGraph
id: Toy_Energy_Shield
start: start
graph:
- node: start
edges:
- to: Quiver
steps:
- material: Cable
amount: 2
doAfter: 1
- material: Cloth
amount: 5
doAfter: 2
- material: WoodPlank
amount: 1
doAfter: 2
- node: Toy_Energy_Shield
entity: ToyEnergyShield
12 changes: 12 additions & 0 deletions Resources/Prototypes/Recipes/Construction/fun.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,15 @@
description: An air horn made from bananium.
icon: { sprite: Objects/Fun/bananiumhorn.rsi, state: icon }
objectType: Item

- type: construction
name: toy energy shield
id: ToyEnergyShield
graph: Toy_Energy_Shield
startNode: start
targetNode: Toy_Energy_Shield
category: construction-category-weapons
description: New Sandy-Cat plastic energy shield! Comes with realistic sound and full color! Looks almost like the real thing!
icon: { sprite: Objects/Weapons/Melee/e_shield.rsi, state: eshield-on }
objectType: Item

3 changes: 3 additions & 0 deletions Resources/Prototypes/Starshine/Entities/Objects/Fun/toys.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,9 @@
- type: Appearance
- type: Damageable
damageContainer: Shield
- type: Construction
graph: Toy_Energy_Shield
node: Toy_Energy_Shield
- type: Destructible
thresholds:
- trigger:
Expand Down

0 comments on commit a5a3c33

Please sign in to comment.