Skip to content

Commit

Permalink
Halloween things (#289)
Browse files Browse the repository at this point in the history
* BoOoOo

* some fixes

* fix v2

* fix meta.json

* translation

* translation v2
  • Loading branch information
Hqlle authored Oct 23, 2024
1 parent 701ae29 commit 10f8dcc
Show file tree
Hide file tree
Showing 53 changed files with 466 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
ent-LPPCandy = candy
.desc = This is my kingdom come, this is my kingdom come...
ent-LPPCandy2 = { ent-LPPCandy }
.desc = { ent-LPPCandy.desc }
ent-LPPCandy3 = { ent-LPPCandy }
.desc = { ent-LPPCandy.desc }
ent-LPPCandy4 = { ent-LPPCandy }
.desc = { ent-LPPCandy.desc }
ent-LPPLolipop = lolipop
.desc = This is my kingdom come, this is my kingdom come...
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
ent-HalloweenTree01 = dead tree
.desc = Dead tree with leaves on it, looks creepy.
ent-HalloweenTree02 = dead tree
.desc = Dead tree with leaves on it, looks creepy.
ent-HalloweenTree03 = dead tree
.desc = Dead tree with leaves on it, looks creepy.
ent-HalloweenTree04 = dead tree
.desc = Dead tree with leaves on it, looks creepy.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
ent-LPPPSpiderDeco = spiders
.desc = Fake spiders that look like they're ready to bite you.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
ent-LPPPaperBagCandy = paper bag
.desc = A bag for storing chemistry products, such as pills, pill canisters, bottles, and syringes.
ent-LPPPumpkinBagCandy = pumpkin bag
.desc = A bag for storing chemistry products, such as pills, pill canisters, bottles, and syringes.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
ent-LPPPosterHalloweenFamily = ghoast family
.desc = Picture of a family of ghosts, they look happy.
ent-LPPPosterHalloweencounts = count's painting
.desc = Picture of some kind of vampire, the sight of him makes you feel cold.
ent-LPPPCheckboxes = checkboxes
.desc = Black and orange flags, it's got a halloween feel to it.
ent-LPPPLightbulbs = light bulbs
.desc = Hanging garland, not the best source of light
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
ent-LPPCandy = конфета
.desc = Обычная конфета состоящия из сахара и других вещей
ent-LPPCandy2 = { ent-LPPCandy }
.desc = { ent-LPPCandy.desc }
ent-LPPCandy3 = { ent-LPPCandy }
.desc = { ent-LPPCandy.desc }
ent-LPPCandy4 = { ent-LPPCandy }
.desc = { ent-LPPCandy.desc }
ent-LPPLolipop = конфета на палочке
.desc = Всё такая же конфета, но на палочке.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
ent-HalloweenTree01 = мёртвое дерево
.desc = Мёртвое дерево с остатками листьев на нём, выглядит жутко.
ent-HalloweenTree02 = мёртвое дерево
.desc = Мёртвое дерево с остатками листьев на нём, выглядит жутко.
ent-HalloweenTree03 = мёртвое дерево
.desc = Мёртвое дерево с остатками листьев на нём, выглядит жутко.
ent-HalloweenTree04 = мёртвое дерево
.desc = Мёртвое дерево с остатками листьев на нём, выглядит жутко.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
ent-LPPPSpiderDeco = паучки
.desc = Муляжи паучков которые выглядят так, будто готовы вас покусать.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
ent-LPPPaperBagCandy = бумажный пакет
.desc = Пакет из бумаги, украшен в тематике Хэллоиина.
ent-LPPPumpkinBagCandy = корзинка из тыквы
.desc = Корзинка вырезанная из тыквы и приделанной ручкой.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
ent-LPPPosterHalloweenFamily = призрачная семья
.desc = Картина семьи призраков, они выглядат счастливыми.
ent-LPPPosterHalloweencounts = картина графа
.desc = Картина с каким-то вампиром, от его взгляда вам становиться холодно.
ent-LPPPCheckboxes = флажки
.desc = Чёрно-оранжевые флажки, навевают чуством Хэллоиина.
ent-LPPPLightbulbs = гирлянда
.desc = подвесная гирлянда, не самый лучший источник освещения.
Original file line number Diff line number Diff line change
@@ -0,0 +1,75 @@
- type: entity
name: candy
parent: FoodBase
id: LPPCandy
description: This is my kingdom come, this is my kingdom come...
components:
- type: Sprite
sprite: _LostParadise/Objects/Consumable/halloween.rsi
state: candy_1
- type: Item
size: Tiny
shape:
- 0, 0, 0, 0
- type: SolutionContainerManager
solutions:
food:
maxVol: 5
reagents:
- ReagentId: Sugar
Quantity: 3
- ReagentId: Nutriment
Quantity: 1
- ReagentId: Theobromine
Quantity: 1
- type: Tag
tags:
- LPPCandy

- type: entity
parent: LPPCandy
id: LPPCandy2
components:
- type: Sprite
state: candy_2

- type: entity
parent: LPPCandy
id: LPPCandy3
components:
- type: Sprite
state: candy_3

- type: entity
parent: LPPCandy
id: LPPCandy4
components:
- type: Sprite
state: candy_4

- type: entity
name: lolipop
parent: LPPCandy
id: LPPLolipop
description: This is my kingdom come, this is my kingdom come...
components:
- type: Sprite
state: lollipop
- type: Item
size: Tiny
shape:
- 0, 0, 0, 1
- type: SolutionContainerManager
solutions:
food:
maxVol: 15
reagents:
- ReagentId: Sugar
Quantity: 8
- ReagentId: Nutriment
Quantity: 4
- ReagentId: Theobromine
Quantity: 3
- type: Tag
tags:
- LPPCandy
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
- type: entity
parent: BaseTree
id: HalloweenTree01
name: dead tree
description: Dead tree with leaves on it, looks creepy.
components:
- type: Sprite
sprite: _LostParadise/Objects/Decoration/Flora/flora_halloween.rsi
state: halloweentree01

- type: entity
parent: BaseTree
id: HalloweenTree02
name: dead tree
description: Dead tree with leaves on it, looks creepy.
components:
- type: Sprite
sprite: _LostParadise/Objects/Decoration/Flora/flora_halloween.rsi
state: halloweentree02

- type: entity
parent: BaseTree
id: HalloweenTree03
name: dead tree
description: Dead tree with leaves on it, looks creepy.
components:
- type: Sprite
sprite: _LostParadise/Objects/Decoration/Flora/flora_halloween.rsi
state: halloweentree03

- type: entity
parent: BaseTree
id: HalloweenTree04
name: dead tree
description: Dead tree with leaves on it, looks creepy.
components:
- type: Sprite
sprite: _LostParadise/Objects/Decoration/Flora/flora_halloween.rsi
state: halloweentree04

Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
- type: entity
parent: BaseSign
id: LPPPSpiderDeco
name: spiders
description: Fake spiders that look like they're ready to bite you.
components:
- type: Sprite
sprite: _LostParadise/Objects/Decoration/halloween.rsi
snapCardinals: true
layers:
- state: spider_big
map: [ "enum.DamageStateVisualLayers.Base" ]
- type: InteractionOutline
- type: RandomSprite
available:
- enum.DamageStateVisualLayers.Base:
spider_big: ""
spider_big2: ""
spider_mini1: ""
spider_mini2: ""
spider_mini3: ""
- type: Damageable
damageContainer: Inorganic
- type: Destructible
thresholds:
- trigger:
!type:DamageTrigger
damage: 10
behaviors:
- !type:PlaySoundBehavior
sound:
collection: WoodDestroyHeavy
- !type:DoActsBehavior
acts: [ "Destruction" ]
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
- type: entity
name: paper bag
id: LPPPaperBagCandy
parent: CandyBucket
description: A bag for storing chemistry products, such as pills, pill canisters, bottles, and syringes.
components:
- type: Sprite
sprite: _LostParadise/Objects/Specific/halloween/paper_bag.rsi
layers:
- state: empty_icon
map: [ "enum.ToggleVisuals.Layer" ]
- type: Storage
grid:
- 0,0,4,2
whitelist:
tags:
- LPPCandy

- type: entity
name: pumpkin bag
id: LPPPumpkinBagCandy
parent: CandyBucket
description: A bag for storing chemistry products, such as pills, pill canisters, bottles, and syringes.
components:
- type: Sprite
sprite: _LostParadise/Objects/Specific/halloween/pumpkin_bag.rsi
layers:
- state: empty_icon
map: [ "enum.ToggleVisuals.Layer" ]
- type: Storage
grid:
- 0,0,4,2
whitelist:
tags:
- LPPCandy
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
- type: entity
parent: LPPPosterBase
id: LPPPosterHalloweenFamily
name: ghoast family
description: Picture of a family of ghosts, they look happy.
components:
- type: Sprite
sprite: _LostParadise/Structures/Wallmounts/halloween.rsi
state: picture_family
noRot: true

- type: entity
parent: LPPPosterBase
id: LPPPosterHalloweencounts
name: count's painting
description: Picture of some kind of vampire, the sight of him makes you feel cold.
components:
- type: Sprite
sprite: _LostParadise/Structures/Wallmounts/halloween.rsi
state: сounts_painting
noRot: true

- type: entity
parent: BaseSign
id: LPPPCheckboxes
name: checkboxes
description: Black and orange flags, it's got a halloween feel to it.
components:
- type: Sprite
sprite: _LostParadise/Structures/Wallmounts/halloween.rsi
state: checkboxes
noRot: true

- type: entity
parent: BaseSign
id: LPPPLightbulbs
name: light bulbs
description: Hanging garland, not the best source of light
components:
- type: PointLight
radius: 2.0
energy: 2.5
color: "#e8b964"
- type: Sprite
sprite: _LostParadise/Structures/Wallmounts/halloween.rsi
state: light_bulbs
noRot: true
4 changes: 4 additions & 0 deletions Resources/Prototypes/_LostParadise/tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,3 +163,7 @@

- type: Tag
id: LPPProcessedDiamond

- type: Tag
id: LPPCandy #Halloween

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,26 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/e00cae8d065f9cf520688cc0dd0e15ba5bef12a9",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "candy_1"
},
{
"name": "candy_2"
},
{
"name": "candy_3"
},
{
"name": "candy_4"
},
{
"name": "lollipop"
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,26 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/e00cae8d065f9cf520688cc0dd0e15ba5bef12a9",
"size": {
"x": 64,
"y": 64
},
"states": [
{
"name": "icon"
},
{
"name": "halloweentree01"
},
{
"name": "halloweentree02"
},
{
"name": "halloweentree03"
},
{
"name": "halloweentree04"
}
]
}
Loading

0 comments on commit 10f8dcc

Please sign in to comment.