Skip to content

Commit

Permalink
Merge pull request #137 from Lemirda/evrozor
Browse files Browse the repository at this point in the history
Evrozor memes code
  • Loading branch information
13lackHawk authored May 20, 2024
2 parents a2bcee0 + e8125eb commit 6316c5d
Show file tree
Hide file tree
Showing 9 changed files with 128 additions and 2 deletions.
Binary file added Resources/Audio/Andromeda/Evrozor/nya1.ogg
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@
PonderingOrb: 2
CrayonBox: 3
CrayonRainbow: 2
PlushieAmmaYakiama: 1
emaggedInventory:
PlushieNuke: 1
PlushieNukeMar: 1
Expand Down
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

Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
- type: entity
parent: BasePlushie
id: PlushieAmmaYakiama
name: плюшевый комиссар
description: Плюшевая игрушка комиссара. Выглядит мило. От неё пахнет розами и дешёвым вином.
suffix: Андромеда
components:
- type: Sprite
sprite: Andromeda/Evrozor/Plushies/plushie_Amma_Yakiama.rsi
state: icon
- type: EmitSoundOnUse
sound:
path: /Audio/Andromeda/Evrozor/nya1.ogg
- type: EmitSoundOnActivate
sound:
path: /Audio/Andromeda/Evrozor/nya1.ogg
- type: EmitSoundOnCollide
sound:
path: /Audio/Andromeda/Evrozor/nya1.ogg
- type: EmitSoundOnLand
sound:
path: /Audio/Andromeda/Evrozor/nya1.ogg
- type: EmitSoundOnTrigger
sound:
path: /Audio/Andromeda/Evrozor/nya1.ogg
- type: MeleeWeapon
soundHit:
path: /Audio/Voice/Felinid/cat_scream2.ogg
- type: PointLight
netsync: false
radius: 1.5
energy: 2.0
color: "#8A2BE2"
# plan for future
# - type: Instrument
# program: 29
# - type: SwappableInstrument
# instrumentList:
# "Nylon Acoustic": {24: 0}
# "Steel Acoustic": {25: 0}
# "Clean Electric": {27: 0}
# "Jazz Electric": {25: 0}
# "Muted Electric": {28: 0}
# "Overdrive Rock": {29: 0}
# "Distortion Rock": {30: 0}
# "Harmonics Rock": {31: 0}
# "Fingered Bass": {33: 0}
# "Pick Bass": {34: 0}
# "Slap Bass": {36: 0}
# "Slap (XTra Funky) Bass": {37: 0}
# - type: UserInterface
# interfaces:
# - key: enum.InstrumentUiKey.Key
# type: InstrumentBoundUserInterface
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"
}
]
}
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,14 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "By Evrozor",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
}
]
}

0 comments on commit 6316c5d

Please sign in to comment.