Skip to content

Commit

Permalink
Merge pull request #104 from Evrozor/Алкономикон
Browse files Browse the repository at this point in the history
Алкономикон
  • Loading branch information
Lemirda authored May 20, 2024
2 parents 71ee02c + 1adcb2e commit 0cf62af
Show file tree
Hide file tree
Showing 4 changed files with 59 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +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

Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
# solution: essence
- type: Hypospray
solutionName: essence
transferAmount: 30
transferAmount: 10
- type: UseDelay
delay: 1.5
delay: 60

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Created by Andromeda",
"size": {
"x": 32,
"y": 32
},
"states": [

{
"name": "icon"
}
]
}

0 comments on commit 0cf62af

Please sign in to comment.