Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upstream fix prototypes #147

Merged
merged 2 commits into from
May 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
#- type: entity
# parent: ClothingBackpack
# id: ClothingSwatBackpack
# name: рюкзак спецназа
# description: Обычный рюкзак спецназа используемый для хранения в нём всех необходимых вещей.
# suffix: Андромеда
# components:
# - type: Sprite
# sprite: Andromeda/Clothing/Back/Backpacks/swatbackpack.rsi
# state: icon
# - type: Storage
# maxItemSize: Huge
# grid:
# - 0,0,6,8
# - type: Clothing
# quickEquip: false
# slots:
# - back
# - type: ContainerContainer
# containers:
# storagebase: !type:Container
# ents: []
# - type: UserInterface
# interfaces:
# - key: enum.StorageUiKey.Key
# type: StorageBoundUserInterface
# - type: UseDelay
# delay: 0.5
- type: entity
parent: ClothingBackpack
id: ClothingSwatBackpack
name: рюкзак спецназа
description: Обычный рюкзак спецназа используемый для хранения в нём всех необходимых вещей.
suffix: Андромеда
components:
- type: Sprite
sprite: Andromeda/Clothing/Back/Backpacks/swatbackpack.rsi
state: icon
- type: Storage
maxItemSize: Huge
grid:
- 0,0,6,8
- type: Clothing
quickEquip: false
slots:
- back
- type: ContainerContainer
containers:
storagebase: !type:Container
ents: []
- type: UserInterface
interfaces:
enum.StorageUiKey.Key:
type: StorageBoundUserInterface
- type: UseDelay
delay: 0.5
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
#- type: entity
# parent: ClothingBackpackDuffel
# id: ClothingBackpackSwatDuffel
# name: вещмешок спецназа
# description: Большой вещмешок используемый спецназом для переноса боекомплекта или вооружения со снаряжением, очень большой.
# suffix: Андромеда
# components:
# - type: Sprite
# sprite: Andromeda/Clothing/Back/Duffels/swatduffelbag.rsi
# state: icon
# - type: Storage
# maxItemSize: Huge
# grid:
# - 0,0,8,8
# - type: Clothing
# quickEquip: false
# slots:
# - back
# - type: ContainerContainer
# containers:
# storagebase: !type:Container
# ents: []
# - type: ClothingSpeedModifier
# walkModifier: 0.8
# sprintModifier: 0.6
# - type: UserInterface
# interfaces:
# - key: enum.StorageUiKey.Key
# type: StorageBoundUserInterface
# - type: UseDelay
# delay: 0.5
- type: entity
parent: ClothingBackpackDuffel
id: ClothingBackpackSwatDuffel
name: вещмешок спецназа
description: Большой вещмешок используемый спецназом для переноса боекомплекта или вооружения со снаряжением, очень большой.
suffix: Андромеда
components:
- type: Sprite
sprite: Andromeda/Clothing/Back/Duffels/swatduffelbag.rsi
state: icon
- type: Storage
maxItemSize: Huge
grid:
- 0,0,8,8
- type: Clothing
quickEquip: false
slots:
- back
- type: ContainerContainer
containers:
storagebase: !type:Container
ents: []
- type: ClothingSpeedModifier
walkModifier: 0.8
sprintModifier: 0.6
- type: UserInterface
interfaces:
enum.StorageUiKey.Key:
type: StorageBoundUserInterface
- type: UseDelay
delay: 0.5
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
#- type: entity
# parent: Clothing
# id: ClothingBackpackSwatMedicSatchel
# name: сумка медика спецназа
# description: Удобная и максимально компактная сумка медика спецназа, которая способна вместить море медикаментов.
# suffix: Андромеда
# components:
# - type: Sprite
# sprite: Andromeda/Clothing/Back/Satchels/swatmedicsatchelbag.rsi
# state: icon
# - type: Storage
# maxItemSize: Huge
# grid:
# - 0,0,6,8
# - type: Clothing
# quickEquip: false
# slots:
# - back
# - type: ContainerContainer
# containers:
# storagebase: !type:Container
# ents: []
# - type: UserInterface
# interfaces:
# - key: enum.StorageUiKey.Key
# type: StorageBoundUserInterface
# - type: UseDelay
# delay: 0.5
- type: entity
parent: Clothing
id: ClothingBackpackSwatMedicSatchel
name: сумка медика спецназа
description: Удобная и максимально компактная сумка медика спецназа, которая способна вместить море медикаментов.
suffix: Андромеда
components:
- type: Sprite
sprite: Andromeda/Clothing/Back/Satchels/swatmedicsatchelbag.rsi
state: icon
- type: Storage
maxItemSize: Huge
grid:
- 0,0,6,8
- type: Clothing
quickEquip: false
slots:
- back
- type: ContainerContainer
containers:
storagebase: !type:Container
ents: []
- type: UserInterface
interfaces:
enum.StorageUiKey.Key:
type: StorageBoundUserInterface
- type: UseDelay
delay: 0.5
Loading
Loading