Skip to content

Commit

Permalink
fix evrozor prototypes
Browse files Browse the repository at this point in the history
  • Loading branch information
Lemirda committed May 29, 2024
1 parent a6553f2 commit cc90948
Show file tree
Hide file tree
Showing 2 changed files with 88 additions and 88 deletions.
Original file line number Diff line number Diff line change
@@ -1,42 +1,42 @@
#- type: entity
# name: алкономикон
# description: По мановению руки может наслать жесткий бодун.
# parent: BaseItem
# id: Alconomicon
# suffix: Андромеда
# components:
# - type: Sprite
# sprite: Andromeda/Evrozor/Other/alconomicon.rsi
# state: icon
# - type: Item
# size: Small
# sprite: Andromeda/Evrozor/Other/alconomicon.rsi
# - type: Clothing
# slots:
# - Belt
# - type: Tag
# tags:
# - Book
# - type: SolutionContainerManager
# solutions:
# essence:
# maxVol: 50
# reagents:
# - ReagentId: Ethanol
# Quantity: 50
# - type: SolutionRegeneration
# solution: essence
# generated:
# reagents:
# - ReagentId: Ethanol
# Quantity: 7
# - type: InjectableSolution
# solution: essence
# - type: RefillableSolution
# solution: essence
# - type: Hypospray
# solutionName: essence
# transferAmount: 7
# - type: UseDelay
# delay: 40
#
- type: entity
name: алкономикон
description: По мановению руки может наслать жесткий бодун.
parent: BaseItem
id: Alconomicon
suffix: Андромеда
components:
- type: Sprite
sprite: Andromeda/Evrozor/Other/alconomicon.rsi
state: icon
- type: Item
size: Small
sprite: Andromeda/Evrozor/Other/alconomicon.rsi
- type: Clothing
slots:
- Belt
- type: Tag
tags:
- Book
- type: SolutionContainerManager
solutions:
essence:
maxVol: 50
reagents:
- ReagentId: Ethanol
Quantity: 50
- type: SolutionRegeneration
solution: essence
generated:
reagents:
- ReagentId: Ethanol
Quantity: 7
- type: InjectableSolution
solution: essence
- type: RefillableSolution
solution: essence
- type: Hypospray
onlyAffectsMobs: false
solutionName: essence
transferAmount: 7
- type: UseDelay
delay: 40
Original file line number Diff line number Diff line change
@@ -1,46 +1,46 @@
#- type: entity
# name: священная книга похоти
# description: Эта книга наполняет окружающих чувством любви.
# parent: BaseItem
# id: HornyBible
# suffix: Андромеда, НЕ МАППИТЬ!
# components:
## - type: Prayable
## bibleUserOnly: true
# - type: Sprite
# sprite: Andromeda/Evrozor/Other/horny_bible.rsi
# state: icon
# - type: Item
# size: Small
# sprite: Andromeda/Evrozor/Other/horny_bible.rsi
# - type: Clothing
# slots:
# - Belt
# - type: Tag
# tags:
# - Book
# - type: SolutionContainerManager
# solutions:
# essence:
# maxVol: 300
# reagents:
# - ReagentId: Aphrodisiac
# Quantity: 300
# - type: SolutionRegeneration
# solution: essence
# generated:
# reagents:
# - ReagentId: Aphrodisiac
# Quantity: 30
# - type: InjectableSolution
# solution: essence
# - type: RefillableSolution
# solution: essence
## - type: ExaminableSolution
## solution: essence
# - type: Hypospray
# solutionName: essence
# transferAmount: 10
# - type: UseDelay
# delay: 60
#
- type: entity
name: священная книга похоти
description: Эта книга наполняет окружающих чувством любви.
parent: BaseItem
id: HornyBible
suffix: Андромеда, НЕ МАППИТЬ!
components:
- type: Prayable
bibleUserOnly: true
- type: Sprite
sprite: Andromeda/Evrozor/Other/horny_bible.rsi
state: icon
- type: Item
size: Small
sprite: Andromeda/Evrozor/Other/horny_bible.rsi
- type: Clothing
slots:
- Belt
- type: Tag
tags:
- Book
- type: SolutionContainerManager
solutions:
essence:
maxVol: 300
reagents:
- ReagentId: Aphrodisiac
Quantity: 300
- type: SolutionRegeneration
solution: essence
generated:
reagents:
- ReagentId: Aphrodisiac
Quantity: 30
- type: InjectableSolution
solution: essence
- type: RefillableSolution
solution: essence
- type: ExaminableSolution
solution: essence
- type: Hypospray
onlyAffectsMobs: false
solutionName: essence
transferAmount: 10
- type: UseDelay
delay: 60

0 comments on commit cc90948

Please sign in to comment.