Prazat jewelry stones (#504)

* marble floor

* fix

* bank wallpaper, marble floor resprite

* marble window

* rename whitebrick wall to marble wall, delete iron walls

* job desc fix

* jewelry

* Update jewelry.yml
This commit is contained in:
Ed
2024-10-23 21:25:58 +03:00
committed by GitHub
parent 1d43bad57f
commit 0652c3f0b4
15 changed files with 147 additions and 8 deletions

View File

@@ -10,11 +10,11 @@ cp14-job-desc-guard-commander = The most dangerous person in the neighborhood. M
# Bank
cp14-job-name-quartermaster = Quartermaster
cp14-job-desc-quartermaster = Responsible for material resources. In charge of the settlement's supplies and finances, directing resources to the mercenaries who do all the dirty work.
cp14-job-name-quartermaster = Commandant
cp14-job-desc-quartermaster = Control the economy of the settlement by trading with the Empire. Manage stocks and finances by directing resources to the laboring hands.
cp14-job-name-merchant = Merchant
cp14-job-desc-merchant = Make deals, give out deposits at interest, and do any other economic work that will enrich the settlement.
cp14-job-name-merchant = Banker
cp14-job-desc-merchant = Make deals, store entrusted valuables, issue interest-bearing deposits, and do any other economic work that will enrich your bank.
# Mercenary

View File

@@ -10,11 +10,11 @@ cp14-job-desc-guard-commander = Самая опасная личность в о
# Bank
cp14-job-name-quartermaster = Квартирмейстр
cp14-job-desc-quartermaster = Ответственный за материальные ресурсы. Заведуйте запасами и финансами поселения, направляя ресурсы выполняющим всю грязную работу наемникам.
cp14-job-name-quartermaster = Комендант
cp14-job-desc-quartermaster = Контролируйте экономику поселения, торгуя с Империей. Заведуйте запасами и финансами, направляя ресурсы рабочим рукам.
cp14-job-name-merchant = Купец
cp14-job-desc-merchant = Заключайте сделки, выдавайте вклады под проценты и занимайтесь любой другой экономической работой, которая обогатит поселение.
cp14-job-name-merchant = Банкир
cp14-job-desc-merchant = Заключайте сделки, храните доверенные ценности, выдавайте вклады под проценты и занимайтесь любой другой экономической работой, которая обогатит ваш банк.
# Mercenary

View File

@@ -0,0 +1,95 @@
- type: entity
abstract: true
parent: BaseItem
id: CP14BaseJewelry
categories: [ ForkFiltered ]
components:
- type: Tag
tags:
- CP14Coin
- type: Sprite
sprite: /Textures/_CP14/Objects/Economy/jewelry.rsi
- type: Item
size: Tiny
- type: CP14Currency
currency: 1
category: Currency
- type: entity
parent: CP14BaseJewelry
id: CP14JewelryRuby
name: ruby
description: A beautiful ruby stone that's worth a lot of money.
suffix: 25gp
components:
- type: CP14Currency
currency: 2500
- type: Sprite
layers:
- state: ruby1
map: ["random"]
- type: RandomSprite
available:
- random:
ruby1: ""
ruby2: ""
ruby3: ""
- type: entity
parent: CP14BaseJewelry
id: CP14JewelryEmerald
name: emerald
description: A beautiful emerald stone that's worth a lot of money.
suffix: 20gp
components:
- type: CP14Currency
currency: 2000
- type: Sprite
layers:
- state: emerald1
map: ["random"]
- type: RandomSprite
available:
- random:
emerald1: ""
emerald2: ""
emerald3: ""
emerald4: ""
- type: entity
parent: CP14BaseJewelry
id: CP14JewelrySapphire
name: sapphire
description: A beautiful sapphire stone that's worth a lot of money.
suffix: 30gp
components:
- type: CP14Currency
currency: 3000
- type: Sprite
layers:
- state: sapphire1
map: ["random"]
- type: RandomSprite
available:
- random:
sapphire1: ""
sapphire2: ""
sapphire3: ""
- type: entity
parent: CP14BaseJewelry
id: CP14JewelryTopaz
name: topaz
description: A beautiful topaz stone that's worth a lot of money.
suffix: 10gp
components:
- type: CP14Currency
currency: 1000
- type: Sprite
layers:
- state: topaz1
map: ["random"]
- type: RandomSprite
available:
- random:
topaz1: ""

Binary file not shown.

After

Width:  |  Height:  |  Size: 325 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 334 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 298 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 389 B

View File

@@ -0,0 +1,44 @@
{
"version": 1,
"size": {
"x": 32,
"y": 32
},
"license": "CLA",
"copyright": "Created by Prazat for CrystallPunk14",
"states": [
{
"name": "emerald1"
},
{
"name": "emerald2"
},
{
"name": "emerald3"
},
{
"name": "emerald4"
},
{
"name": "ruby1"
},
{
"name": "ruby2"
},
{
"name": "ruby3"
},
{
"name": "sapphire1"
},
{
"name": "sapphire2"
},
{
"name": "sapphire3"
},
{
"name": "topaz1"
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 306 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 276 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 305 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 297 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 354 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 353 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 295 B