Skip to content
This repository has been archived by the owner on Jun 28, 2024. It is now read-only.

Commit

Permalink
add: добавлена часть химикатов
Browse files Browse the repository at this point in the history
  • Loading branch information
Dalexiandr committed Jun 9, 2024
1 parent 778134c commit 4c2339c
Show file tree
Hide file tree
Showing 5 changed files with 45 additions and 9 deletions.
9 changes: 6 additions & 3 deletions Resources/Prototypes/Andromeda/Evil Prototype's/newchems.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
- type: reagent
id: MintExtract
name: экстракт мяты
parent: BaseJuice
group: Foods
# parent: BaseJuice
desc: Приятно пахнущий мятный экстракт
suffix: Андромеда
physicalDesc: мятное
Expand All @@ -21,7 +22,8 @@
- type: reagent
id: CatNipExtract
name: экстракт котовика
parent: BaseJuice
group: Foods
# parent: BaseJuice
desc: Подозрительно муррчащий экстракт котовика
suffix: Андромеда
physicalDesc: котомятное
Expand Down Expand Up @@ -68,7 +70,8 @@

- type: reagent
id: MilkThatMakesYouMurr
name: милоко
name: Foods
# group: Drinks
group: Special
desc: Чистая сущность фелинидов. Заставляет вас Муррчать!
suffix: Андромеда
Expand Down
20 changes: 14 additions & 6 deletions Resources/Prototypes/Guidebook/botany.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,24 @@
text: "/ServerInfo/Guidebook/Service/Botany.xml"
# A-13 BothanyRenewal start
children:
- Plants
- Mutations
- BotanyPlants
- BotanyMutations
- BotanyChems

- type: guideEntry
id: Plants
id: BotanyPlants
name: Растения
text: "/ServerInfo/Guidebook/Service/Plants.xml"
text: "/ServerInfo/Guidebook/Service/BotanyPlants.xml"
filterEnabled: True

- type: guideEntry
id: Mutations
id: BotanyMutations
name: Мутации
text: "/ServerInfo/Guidebook/Service/Mutations.xml"
text: "/ServerInfo/Guidebook/Service/BotanyMutations.xml"

- type: guideEntry
id: BotanyChems
name: Химикаты
text: "/ServerInfo/Guidebook/Service/BotanyChems.xml"
filterEnabled: True
# A-13 BothanyRenewal end
25 changes: 25 additions & 0 deletions Resources/ServerInfo/Guidebook/Service/BotanyChems.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<Document>

## Химикаты, воздействующие на растения

<GuideReagentEmbed Reagent="Water"/>
<GuideReagentEmbed Reagent="EZNutrient"/>
<GuideReagentEmbed Reagent="BaseAlcohol"/>

<GuideReagentEmbed Reagent="Diethylamine"/>
<GuideReagentEmbed Reagent="RobustHarvest"/>
<GuideReagentEmbed Reagent="PlantBooster"/>

<GuideReagentEmbed Reagent="Nutriment"/>
<GuideReagentEmbed Reagent="Vitamin"/>
<GuideReagentEmbed Reagent="PumpkinFlesh"/>
<GuideReagentEmbed Reagent="Dylovene"/>
<GuideReagentEmbed Reagent="Cryoxadone"/>
<GuideReagentEmbed Reagent="Necrosol"/>

<GuideReagentEmbed Reagent="Phalanximine"/>

<GuideReagentEmbed Reagent="UnstableMutagen"/>
<GuideReagentEmbed Reagent="Left4Zed"/>

</Document>

0 comments on commit 4c2339c

Please sign in to comment.