Holy resprites (#71)

* add: bible resprites and new holy crosses

* fix: silver cross translation fix
This commit is contained in:
ThereDrD0
2024-02-14 19:51:17 +03:00
committed by GitHub
parent 296025c687
commit b452c14872
33 changed files with 210 additions and 7 deletions

View File

@@ -0,0 +1,15 @@
ent-ClothingNeckNecklaceGold = золотой крест
.desc = Сделан из чистого золота. Приятно отсвечивает и дает чувство защищенности.
.suffix = { "" }
ent-ClothingNeckNecklaceSilver = серебряный крест
.desc = Приятно отсвечивает и дает чувство защищенности.
.suffix = { "" }
ent-ClothingNeckNecklaceTech = технологичный крест
.desc = Знак верности техно-богу и науке.
.suffix = { "" }
ent-ClothingNeckNecklaceUnholy = крест антихриста
.desc = Путь в рай закрыт.
.suffix = { "" }

View File

@@ -1,6 +1,9 @@
- type: vendingMachineInventory
id: PietyVendInventory
startingInventory:
ClothingNeckNecklaceSilver: 2
ClothingNeckNecklaceGold: 1
ClothingNeckNecklaceTech: 1
ClothingUniformJumpsuitChaplain: 2
ClothingUniformJumpskirtChaplain: 2
ClothingUniformJumpsuitMonasticRobeDark: 1
@@ -23,8 +26,9 @@
emaggedInventory:
#ClothingOuterArmorCult: 1
#ClothingHeadHelmetCult: 1
ClothingOuterRobesCult: 3
ClothingHeadHatHoodCulthood: 3
ClothingShoesCult: 4
#ClothingOuterRobesCult: 3
#ClothingHeadHatHoodCulthood: 3
#ClothingShoesCult: 4
BedsheetCult: 4
ClothingNeckScarfStripedBlack: 3
ClothingNeckNecklaceUnholy: 1

View File

@@ -27,11 +27,11 @@
reactionTypes:
- Holy
- type: Sprite
sprite: Objects/Specific/Chapel/bible.rsi
sprite: White/Objects/Specific/Chapel/bible.rsi
state: icon
- type: Item
size: Small
sprite: Objects/Specific/Chapel/bible.rsi
sprite: White/Objects/Specific/Chapel/bible.rsi
- type: Clothing
slots:
- Belt
@@ -73,9 +73,9 @@
specialItem: SpawnPointGhostCerberus
respawnTime: 300
- type: Sprite
sprite: Objects/Specific/Chapel/necronomicon.rsi
sprite: White/Objects/Specific/Chapel/necronomicon.rsi
- type: Item
sprite: Objects/Specific/Chapel/necronomicon.rsi
sprite: White/Objects/Specific/Chapel/necronomicon.rsi
- type: entity
id: ActionBibleSummon

View File

@@ -17,6 +17,7 @@
- type: startingGear
id: ChaplainGear
equipment:
neck: ClothingNeckNecklaceSilver
jumpsuit: ClothingUniformJumpsuitChaplain
back: ClothingBackpackChaplainFilled
shoes: ClothingShoesColorBlack

View File

@@ -0,0 +1,35 @@
- type: entity
parent: ClothingNeckBase
id: ClothingNeckNecklaceGold
name: golden necklace
description: It shines
components:
- type: Sprite
sprite: White\Clothing\Neck\gold-cross.rsi
- type: entity
parent: ClothingNeckBase
id: ClothingNeckNecklaceSilver
name: silver necklace
description: It shines
components:
- type: Sprite
sprite: White\Clothing\Neck\silver-cross.rsi
- type: entity
parent: ClothingNeckBase
id: ClothingNeckNecklaceTech
name: technology necklace
description: It shines
components:
- type: Sprite
sprite: White\Clothing\Neck\tech-necklace.rsi
- type: entity
parent: ClothingNeckBase
id: ClothingNeckNecklaceUnholy
name: unholy necklace
description: It shines
components:
- type: Sprite
sprite: White\Clothing\Neck\unholy-necklace.rsi

Binary file not shown.

After

Width:  |  Height:  |  Size: 472 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 481 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 366 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 384 B

View File

@@ -0,0 +1,26 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "DEADiSKO",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-NECK",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 456 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 504 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 369 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 376 B

View File

@@ -0,0 +1,26 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "DEADiSKO",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-NECK",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 468 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 575 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 376 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 396 B

View File

@@ -0,0 +1,26 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "DEADiSKO",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-NECK",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 505 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 601 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 405 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 424 B

View File

@@ -0,0 +1,26 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "DEADiSKO",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-NECK",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 925 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 576 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 597 B

View File

@@ -0,0 +1,22 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "DEADiSKO",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 554 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 548 B

View File

@@ -0,0 +1,22 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "DEADiSKO",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}