Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file.
3 changes: 3 additions & 0 deletions Resources/Locale/en-US/recipes/tags.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -157,3 +157,6 @@ construction-graph-tag-backpack = backpack

# chemistry
construction-graph-tag-centrifuge-compatible = centrifugable container

# Erida
construction-graph-tag-energy-sword = energy sword
2 changes: 2 additions & 0 deletions Resources/Locale/ru-RU/recipes/tags.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -134,3 +134,5 @@ construction-graph-tag-fire-helmet = пожарный шлем
construction-graph-tag-spationaut-hardsuit = лёгкий скафандр утилизатора
# clothing
construction-graph-tag-backpack = рюкзак
# Erida
construction-graph-tag-energy-sword = Лазерный меч
11 changes: 11 additions & 0 deletions Resources/Prototypes/Entities/Objects/Weapons/Melee/e_sword.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,13 @@
sprite: Objects/Weapons/Melee/e_sword-inhands.rsi
- type: StaticPrice
price: 2500
- type: Construction # WD EDIT
deconstructionTarget: null
graph: EnergyDoubleSwordGraph
node: esword
- type: Tag # WD EDIT
tags:
- EnergySword

- type: entity
name: energy dagger
Expand Down Expand Up @@ -343,6 +350,10 @@
- type: Reflect
reflectProb: .75
spread: 75
- type: Construction # WD EDIT
deconstructionTarget: null
graph: EnergyDoubleSwordGraph
node: desword

# Item will look weird in handslot. Will need to adjust handstorage visuals in a future PR
- type: entity
Expand Down
12 changes: 12 additions & 0 deletions Resources/Prototypes/_White/Recipes/hidden_crafts.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
- type: constructionGraph
id: EnergyDoubleSwordGraph
start: esword
graph:
- node: esword
edges:
- to: desword
steps:
- tag: EnergySword
name: construction-graph-tag-energy-sword
- node: desword
entity: EnergySwordDouble
2 changes: 2 additions & 0 deletions Resources/Prototypes/_White/tags.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- type: Tag
id: EnergySword
Loading