More Bank positions (#715)

* add bank positions

* Update sell.yml
This commit is contained in:
Ed
2025-01-09 17:23:35 +03:00
committed by GitHub
parent 005a6012be
commit 9ab34417f4
7 changed files with 138 additions and 28 deletions

View File

@@ -28,4 +28,13 @@ cp14-store-buy-energy-name = Energy reserve
cp14-store-buy-energy-desc = Energy crystals in both medium and small sizes, and in addition, mana manipulation gauntlets. A complete set to power your energy devices.
cp14-store-buy-cheese-name = Cheese stockpile
cp14-store-buy-cheese-desc = Cows don't like to sail on ships, but their cheese is quite fond of traveling! So pay its way to your table!
cp14-store-buy-cheese-desc = Cows don't like to sail on ships, but their cheese is quite fond of traveling! So pay its way to your table!
cp14-store-buy-copper-name = 10 copper bars
cp14-store-buy-copper-desc = Looking for quality copper ingots? Our copper ingots are suitable for all needs, whether it is blacksmithing or coinage. Order right now, before they are sold out by craftsmen from all over the empire.
cp14-store-buy-iron-name = 10 iron bars
cp14-store-buy-iron-desc = Durable, reliable and versatile metal for the most daring projects! Do you need armor, weapons, or fasteners? The highest grade iron ingots are at your service. This is the foundation of your success!
cp14-store-buy-gold-name = 10 gold bars
cp14-store-buy-gold-desc = For those who appreciate luxury and elegance. Bars of the purest gold for jewelry, inlay or investment in the future. Gold is always in the price, and our delivery is always on time!

View File

@@ -16,4 +16,7 @@ cp14-store-sell-dye-name = 10 dyes
cp14-store-sell-dye-desc = Textile workers will gladly buy dyes from you to satisfy the whims of the rich. And the sailors are tired of cleaning the ship of broken vials.
cp14-store-sell-wood-name = 30 wooden planks
cp14-store-sell-wood-desc = Do you really think anyone needs planks from a faraway island? Well, you're right, we hope your settlement has something to keep you warm in the winter.
cp14-store-sell-wood-desc = Do you really think anyone needs planks from a faraway island? Well, you're right, we hope your settlement has something to keep you warm in the winter.
cp14-store-sell-glass-name = 10 glass
cp14-store-sell-glass-desc = A fine material prized in the Empire for its versatility. The windows of palaces, the lenses of craftsmen, and even the mirrors of mages all require glass. Your labors are sure to find a use for it!

View File

@@ -28,4 +28,13 @@ cp14-store-buy-energy-name = Энергетический запас
cp14-store-buy-energy-desc = Энергетические кристаллы и средних, и малых размеров, и в добавок - перчатки манипулирования маной. Полный комплект, чтобы обеспечивать ваши энергоприборы энергией.
cp14-store-buy-cheese-name = Запас сыра
cp14-store-buy-cheese-desc = Коровки не любят плавать на кораблях, а вот их сыр вполне любит путешествия! Так оплатите же ему дорогу к вашему столу!
cp14-store-buy-cheese-desc = Коровки не любят плавать на кораблях, а вот их сыр вполне любит путешествия! Так оплатите же ему дорогу к вашему столу!
cp14-store-buy-copper-name = 10 слитков меди
cp14-store-buy-copper-desc = Ищете качественные медные слитки? Наши медные слитки подходят для всех нужд, будь то кузнечное дело или чеканка монет. Заказывайте прямо сейчас, пока их не раскупили мастера со всех уголков империи!
cp14-store-buy-iron-name = 10 слитков железа
cp14-store-buy-iron-desc = Прочный, надежный и универсальный металл для самых смелых проектов! Нужна броня, оружие или элементы креплений? Железные слитки в высшей пробе к вашим услугам. Это основа вашего успеха!
cp14-store-buy-gold-name = 10 слитков золота
cp14-store-buy-gold-desc = Для тех, кто ценит роскошь и изящество. Слитки чистейшего золота для украшений, инкрустации или инвестиций в будущее. Золото всегда в цене, а наша доставка — всегда в срок!

View File

@@ -16,4 +16,7 @@ cp14-store-sell-dye-name = 10 красителей
cp14-store-sell-dye-desc = Текстильщики с радостью купят у вас красители для ублажения прихотей богатеньких. А ещё моряки устали отмывать корабль от разбитых склянок.
cp14-store-sell-wood-name = 30 деревянных досок
cp14-store-sell-wood-desc = Вы правда думаете что хоть кому то нужны доски с далекого острова? Что ж вы правы, надеемся у вашего поселения есть чем греться зимой.
cp14-store-sell-wood-desc = Вы правда думаете что хоть кому то нужны доски с далекого острова? Что ж вы правы, надеемся у вашего поселения есть чем греться зимой.
cp14-store-sell-glass-name = 10 стекла
cp14-store-sell-glass-desc = Изящный материал, который ценится в Империи за свою универсальность. Окна дворцов, линзы мастеров и даже зеркала магов — все это требует стекла. Ваши труды точно найдут применение!

View File

@@ -131,6 +131,54 @@
product:
CP14BrassChestFilledFabric: 1
- type: storePositionBuy
id: CopperBar
name: cp14-store-buy-copper-name
desc: cp14-store-buy-copper-desc
code: COPPER
icon:
sprite: _CP14/Objects/Materials/copper_bar.rsi
state: bar_3
price:
min: 40
max: 60
services:
- !type:CP14BuyItemsService
product:
CP14CopperBar10: 1
- type: storePositionBuy
id: IronBar
name: cp14-store-buy-iron-name
desc: cp14-store-buy-iron-desc
code: IRON
icon:
sprite: _CP14/Objects/Materials/iron_bar.rsi
state: bar_3
price:
min: 400
max: 600
services:
- !type:CP14BuyItemsService
product:
CP14IronBar10: 1
- type: storePositionBuy
id: GoldBar
name: cp14-store-buy-gold-name
desc: cp14-store-buy-gold-desc
code: GOLD
icon:
sprite: _CP14/Objects/Materials/gold_bar.rsi
state: bar_3
price:
min: 2000
max: 2500
services:
- !type:CP14BuyItemsService
product:
CP14GoldBar10: 1
- type: storePositionBuy
id: EnergyCrystals
name: cp14-store-buy-energy-name

View File

@@ -1,15 +1,15 @@
- type: storePositionSell
id: GoldBars
name: cp14-store-sell-goldbar-name
desc: cp14-store-sell-goldbar-desc
id: CopperBars
name: cp14-store-sell-copperbar-name
desc: cp14-store-sell-copperbar-desc
icon:
sprite: _CP14/Objects/Materials/gold_bar.rsi
sprite: _CP14/Objects/Materials/copper_bar.rsi
state: bar_3
price:
min: 1000
max: 1000
min: 20
max: 30
service: !type:CP14SellStackService
stackId: CP14GoldBar
stackId: CP14CopperBar
count: 10
- type: storePositionSell
@@ -20,24 +20,24 @@
sprite: _CP14/Objects/Materials/iron_bar.rsi
state: bar_3
price:
min: 500
max: 500
min: 200
max: 300
service: !type:CP14SellStackService
stackId: CP14IronBar
count: 10
- type: storePositionSell
id: CopperBars
name: cp14-store-sell-copperbar-name
desc: cp14-store-sell-copperbar-desc
id: GoldBars
name: cp14-store-sell-goldbar-name
desc: cp14-store-sell-goldbar-desc
icon:
sprite: _CP14/Objects/Materials/copper_bar.rsi
sprite: _CP14/Objects/Materials/gold_bar.rsi
state: bar_3
price:
min: 400
max: 500
min: 1000
max: 1500
service: !type:CP14SellStackService
stackId: CP14CopperBar
stackId: CP14GoldBar
count: 10
- type: storePositionSell
@@ -84,4 +84,18 @@
max: 55
service: !type:CP14SellStackService
stackId: CP14WoodenPlanks
count: 30
count: 30
- type: storePositionSell
id: Glass
name: cp14-store-sell-glass-name
desc: cp14-store-sell-glass-desc
icon:
sprite: _CP14/Objects/Materials/glass.rsi
state: glass_3
price:
min: 50
max: 250
service: !type:CP14SellStackService
stackId: CP14GlassSheet
count: 10

View File

@@ -72,13 +72,7 @@
- type: StorageFill
contents:
- id: CP14DemiplaneKeyT1
amount: 4
- id: CP14DemiplaneKeyT1
amount: 1
prob: 0.5
- id: CP14DemiplaneKeyT2
amount: 1
prob: 0.2
amount: 5
- type: entity
parent: CP14BrassChest
@@ -112,6 +106,36 @@
- id: CP14Cloth10
amount: 3
- type: entity
parent: CP14BrassChest
id: CP14BrassChestFilledCopperBar
suffix: 30 Copper bars
components:
- type: StorageFill
contents:
- id: CP14CopperBar10
amount: 3
- type: entity
parent: CP14BrassChest
id: CP14BrassChestFilledIronBar
suffix: 30 Iron bars
components:
- type: StorageFill
contents:
- id: CP14IronBar10
amount: 3
- type: entity
parent: CP14BrassChest
id: CP14BrassChestFilledGoldBar
suffix: 30 Gold bars
components:
- type: StorageFill
contents:
- id: CP14GoldBar10
amount: 3
- type: entity
parent: CP14BrassChest
id: CP14BrassChestFilledEnergyCrystals