Skip to content
Open
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
@@ -0,0 +1,7 @@
ent-MedievalAncientOakCloset = старинный дубовый шкаф
.desc = Выглядит старым, быть может он застал вашего пра или прапрадеда
.suffix = { "Средневековье" }

ent-MedievalAncientOakClosetAlh = старинный дубовый шкаф
.desc = Пропитан странным алхимический запахом, интересно, кому он принадлежит?
.suffix = { "Алхимик, Средневековье" }
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
- type: entity
parent: CrateLivestock
id: MedievalAncientOakCloset
name: ancient oak closet
suffix: Medieval
components:
- type: Sprite
sprite: Imperial/Medieval/Structures/Storage/closet.rsi
layers:
- state: base
- state: closed
map: ["enum.StorageVisualLayers.Door"]
- type: Icon
sprite: Imperial/Medieval/Structures/Storage/closet.rsi
state: base
- type: AccessReader
- type: Fixtures
fixtures:
fix1:
shape:
!type:PhysShapeAabb
bounds: "-0.25,-0.5,0.25,0.5"
density: 135
mask:
- CrateMask
layer:
- LargeMobLayer

- type: entity
parent: MedievalAncientOakCloset
id: MedievalAncientOakClosetAlh
name: ancient oak closets
suffix: Alh, Medieval
components:
- type: EntityTableContainerFill
containers:
entity_storage: !type:NestedSelector
tableId: AlchemyCloset

- type: entityTable
id: MedievalAlchemyCloset
table: !type:AllSelector
children:
- id: MedievalPaper
amount: 6
- id: MedievalKotel
- id: MedievalhydroponicsSoilCraft
amount: 6
- id: MedievalHoe
- id: MedievalHatchet
- id: MedievalMortarNew
- id: MedievalMortarTool
- id: MedievalKnut
- id: MedievalHandcuffs
- id: MedievalMopBucket
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@
id: ImperialAmbientTriggerCollege
name: Imperial Ambient Trigger - College
description: Desc
suffix: AUDIO AMBIENCE
: AUDIO AMBIENCE
components:
- type: LocationTrigger
locationId: location_college
Expand Down
12 changes: 6 additions & 6 deletions Resources/Prototypes/Imperial/Medieval/skins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -344,12 +344,12 @@
map:
BaseBallBat: [BaseBallBatAlaraniel]

- type: customization
id: aniot
holder: cd7a98b4-6895-4eeb-b8f1-cb42d87301f3
map:
MedievalClothingOuterArmorCharmerLight: [MedievalClothingOuterArmorCharmerLightBaronSaturday]
MedievalClothingHeadHelmetCollegiumPurpleHat: [MedievalClothingHeadHelmetCollegiumHatBaronSaturday]
# - type: customization
# id: aniot
# holder: cd7a98b4-6895-4eeb-b8f1-cb42d87301f3
# map:
# MedievalClothingOuterArmorCharmerLight: [MedievalClothingOuterArmorCharmerLightBaronSaturday]
# MedievalClothingHeadHelmetCollegiumPurpleHat: [MedievalClothingHeadHelmetCollegiumHatBaronSaturday]

- type: customization
id: artur
Expand Down
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,20 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Made by ledniky for Imperial/Medieval, (discord:726481288713732147)",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "base"
},
{
"name": "closed"
},
{
"name": "open"
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading