Skip to content

Commit

Permalink
Немного доделал
Browse files Browse the repository at this point in the history
  • Loading branch information
deBurboun committed Mar 23, 2024
1 parent 8ec5ea1 commit e220d0f
Show file tree
Hide file tree
Showing 6 changed files with 78 additions and 23 deletions.
22 changes: 11 additions & 11 deletions Resources/Prototypes/Backmen/Catalog/uplink_catalog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
description: uplink-book-spawnbook-desc
productEntity: SpawnSpellbook
cost:
MaterialBluespace: 8
Bluespace: 8
categories:
- WizardBooks

Expand All @@ -156,7 +156,7 @@
description: uplink-book-forcewall-desc
productEntity: ForceWallSpellbook
cost:
MaterialBluespace: 10
Bluespace: 10
categories:
- WizardBooks

Expand All @@ -166,7 +166,7 @@
description: uplink-book-blink-desc
productEntity: BlinkBook
cost:
MaterialBluespace: 16
Bluespace: 16
categories:
- WizardBooks

Expand All @@ -176,7 +176,7 @@
description: uplink-book-smite-desc
productEntity: SmiteBook
cost:
MaterialBluespace: 50
Bluespace: 50
categories:
- WizardBooks

Expand All @@ -186,7 +186,7 @@
description: uplink-book-knok-desc
productEntity: KnockSpellbook
cost:
MaterialBluespace: 14
Bluespace: 14
categories:
- WizardBooks

Expand All @@ -196,7 +196,7 @@
description: uplink-book-fireball-desc
productEntity: FireballSpellbook
cost:
MaterialBluespace: 16
Bluespace: 16
categories:
- WizardBooks

Expand All @@ -206,7 +206,7 @@
description: uplink-book-heal-desc
productEntity: HealingSpellbook
cost:
MaterialBluespace: 8
Bluespace: 8
categories:
- WizardBooks

Expand All @@ -220,7 +220,7 @@
description: uplink-armor-hardsuit-desc
productEntity: ClothingOuterHardsuitWizard
cost:
MaterialBluespace: 6
Bluespace: 6
categories:
- WizardArmor

Expand All @@ -231,7 +231,7 @@
description: uplink-utility-spellbelt-desc
productEntity: ClothingBeltWand
cost:
MaterialBluespace: 4
Bluespace: 4
categories:
- WizardUtility

Expand All @@ -242,7 +242,7 @@
description: uplink-bundles-wizarsurpluscrate30bs-desc
productEntity: CrateWizardSurplus
cost:
MaterialBluespace: 30
Bluespace: 30
categories:
- WizardBundles

Expand All @@ -255,6 +255,6 @@
description: uplink-pointless-spellburger-desc
productEntity: FoodBurgerSpell
cost:
MaterialBluespace: 1
Bluespace: 1
categories:
- WizardPointless
Original file line number Diff line number Diff line change
@@ -1,3 +1,51 @@
- type: entity
parent: MaterialBluespace
id: Bluespace1
suffix: 1 BS
components:
- type: Stack
count: 1
- type: Item
size: 1

- type: entity
parent: MaterialBluespace
id: Bluespace5
suffix: 5 BS
components:
- type: Stack
count: 5

- type: entity
parent: MaterialBluespace
id: Bluespace10
suffix: 10 BS
components:
- type: Stack
count: 10
- type: Item
size: 10

- type: entity
parent: MaterialBluespace
id: Bluespace25
suffix: 25 BS
components:
- type: Stack
count: 25
- type: Item
size: 25

- type: entity
parent: MaterialBluespace
id: Bluespace50
suffix: 50 BS
components:
- type: Stack
count: 50
- type: Item
size: 50

# Uplinks
- type: entity
parent: BaseItem
Expand All @@ -23,7 +71,7 @@
- type: Store
preset: WizardStorePresetUplink
balance:
MaterialBluespace: 0
Bluespace: 0

- type: entity
parent: BaseWizardUplinkRadio
Expand All @@ -33,7 +81,7 @@
- type: Store
preset: WizardStorePresetUplink
balance:
MaterialBluespace: 8
Bluespace: 8

- type: entity
parent: BaseWizardUplinkRadio
Expand All @@ -43,4 +91,4 @@
- type: Store
preset: WizardStorePresetUplink
balance:
MaterialBluespace: 30
Bluespace: 30
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
id: PassengerPDA
ears: ClothingHeadsetService
pocket2: BaseWizardUplinkRadio8BS
innerclothingskirt: ClothingUniformJumpskirtColorDarkBlue
innerClothingSkirt: ClothingUniformJumpskirtColorDarkBlue
satchel: ClothingBackpackSatchelFilled
duffelbag: ClothingBackpackDuffelFilled

Expand All @@ -25,7 +25,7 @@
id: PassengerPDA
ears: ClothingHeadsetService
pocket2: BaseWizardUplinkRadio8BS
innerclothingskirt: ClothingUniformJumpskirtColorRed
innerClothingSkirt: ClothingUniformJumpskirtColorRed
satchel: ClothingBackpackSatchelFilled
duffelbag: ClothingBackpackDuffelFilled

Expand All @@ -40,7 +40,7 @@
id: PassengerPDA
ears: ClothingHeadsetService
pocket2: BaseWizardUplinkRadio8BS
innerclothingskirt: ClothingUniformJumpskirtColorPurple
innerClothingSkirt: ClothingUniformJumpskirtColorPurple
satchel: ClothingBackpackSatchelFilled
duffelbag: ClothingBackpackDuffelFilled

Expand All @@ -54,6 +54,6 @@
id: PassengerPDA
ears: ClothingHeadsetService
pocket2: BaseWizardUplinkRadio30BS
innerclothingskirt: ClothingUniformJumpskirtColorPurple
innerClothingSkirt: ClothingUniformJumpskirtColorPurple
satchel: ClothingBackpackSatchelFilled
duffelbag: ClothingBackpackDuffelFilled
11 changes: 11 additions & 0 deletions Resources/Prototypes/Backmen/Store/currency.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,14 @@
canWithdraw: true
currencySymbol: store-currency-spacecredits-currency-symbol

- type: currency
id: Bluespace
displayName: BS
cash:
0: Bluespace
1: Bluespace1
5: Bluespace5
10: Bluespace10
25: Bluespace25
50: Bluespace50
canWithdraw: true
5 changes: 1 addition & 4 deletions Resources/Prototypes/Backmen/tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,4 @@
id: SwordSquadRO

- type: Tag
id: CartridgeRifleHeavy

- type: Tag
id: CartridgeAntitank
id: CartridgeRifleHeavy
1 change: 0 additions & 1 deletion Resources/Prototypes/Entities/Clothing/Belt/belts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -688,4 +688,3 @@
whitelist:
tags:
- WizardWand
- WizardBook

0 comments on commit e220d0f

Please sign in to comment.