diff --git a/Resources/Prototypes/Andromeda/Evrozor's Prototypes/Other/Alconomicon.yml b/Resources/Prototypes/Andromeda/Evrozor's Prototypes/Other/Alconomicon.yml new file mode 100644 index 00000000000..3f938a442ed --- /dev/null +++ b/Resources/Prototypes/Andromeda/Evrozor's Prototypes/Other/Alconomicon.yml @@ -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 + diff --git a/Resources/Prototypes/Andromeda/Evrozor's Prototypes/Other/horny_bible.yml b/Resources/Prototypes/Andromeda/Evrozor's Prototypes/Other/horny_bible.yml index 7f7740cd808..3280fe693b7 100644 --- a/Resources/Prototypes/Andromeda/Evrozor's Prototypes/Other/horny_bible.yml +++ b/Resources/Prototypes/Andromeda/Evrozor's Prototypes/Other/horny_bible.yml @@ -40,7 +40,7 @@ # solution: essence - type: Hypospray solutionName: essence - transferAmount: 30 + transferAmount: 10 - type: UseDelay - delay: 1.5 + delay: 60 diff --git a/Resources/Textures/Andromeda/Evrozor/Other/alconomicon.rsi/icon.png b/Resources/Textures/Andromeda/Evrozor/Other/alconomicon.rsi/icon.png new file mode 100644 index 00000000000..efd504cd8dd Binary files /dev/null and b/Resources/Textures/Andromeda/Evrozor/Other/alconomicon.rsi/icon.png differ diff --git a/Resources/Textures/Andromeda/Evrozor/Other/alconomicon.rsi/meta.json b/Resources/Textures/Andromeda/Evrozor/Other/alconomicon.rsi/meta.json new file mode 100644 index 00000000000..685a1c0e979 --- /dev/null +++ b/Resources/Textures/Andromeda/Evrozor/Other/alconomicon.rsi/meta.json @@ -0,0 +1,15 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Created by Andromeda", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + + { + "name": "icon" + } + ] +}