Skip to content

Commit

Permalink
Добавление крафта двухклинкового энергетического меча (#244)
Browse files Browse the repository at this point in the history
* Крафт даблы

* Изменение крафта

* Фикс крафта даблы

* Разборка даблы

* фикс+
  • Loading branch information
Focstor authored Jul 29, 2024
1 parent ae65f47 commit e81cf39
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
- type: constructionGraph
id: EnergySwordDoubleGraph
start: start
graph:
- node: start
edges:
- to: DoubleEnergySwordNode
steps:
- tag: EnergySword
doAfter: 2

- node: DoubleEnergySwordNode
entity: EnergySwordDoubleBiocode
edges:
- to: deconstruct
steps:
- tool: Screwing
doAfter: 2

- node: deconstruct
actions:
- !type:GivePrototype
prototype: EnergySwordBiocode
amount: 2
- !type:DeleteEntity
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,9 @@
factions:
- Syndicate
alertText: Данное оружие биокодировано. Вы не можете его использовать.
- type: Construction
graph: EnergySwordDoubleGraph
node: DoubleEnergySwordNode

- type: entity
parent: EnergySword
Expand All @@ -117,6 +120,12 @@
factions:
- Syndicate
alertText: Данное оружие биокодировано. Вы не можете его использовать.
- type: Tag
tags:
- EnergySword
- type: Construction
graph: EnergySwordDoubleGraph
node: start

- type: entity
parent: WeaponSIAR52
Expand Down
3 changes: 3 additions & 0 deletions Resources/Prototypes/tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -556,6 +556,9 @@

- type: Tag
id: Ectoplasm

- type: Tag
id: EnergySword

- type: Tag
id: Egg
Expand Down

0 comments on commit e81cf39

Please sign in to comment.