Fix winter coats prices (#24557)
* Fix wintercoats prices & remove armor from them Fixes craftable winter coats prices & removes armor from common craftable wintercoats * Get that armor back * Setting priceMultiplier to 0 to balance price * Make craft cost more reasonable & add price
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
coefficients:
|
||||
Slash: 0.95
|
||||
Heat: 0.90
|
||||
priceMultiplier: 0
|
||||
- type: Food
|
||||
requiresSpecialDigestion: true
|
||||
- type: SolutionContainerManager
|
||||
@@ -30,6 +31,8 @@
|
||||
tags:
|
||||
- ClothMade
|
||||
- WhitelistChameleon
|
||||
- type: StaticPrice
|
||||
price: 70
|
||||
|
||||
- type: entity
|
||||
parent: ClothingOuterWinterCoat
|
||||
@@ -144,6 +147,7 @@
|
||||
Slash: 0.95
|
||||
Heat: 0.90
|
||||
Caustic: 0.75
|
||||
priceMultiplier: 0.15
|
||||
- type: ToggleableClothing
|
||||
clothingPrototype: ClothingHeadHatHoodWinterChem
|
||||
|
||||
@@ -162,6 +166,7 @@
|
||||
Slash: 0.95
|
||||
Heat: 0.90
|
||||
Caustic: 0.75
|
||||
priceMultiplier: 0.15
|
||||
- type: ToggleableClothing
|
||||
clothingPrototype: ClothingHeadHatHoodWinterCMO
|
||||
|
||||
@@ -202,6 +207,7 @@
|
||||
Slash: 0.95
|
||||
Heat: 0.90
|
||||
Caustic: 0.9
|
||||
priceMultiplier: 0.15
|
||||
- type: ToggleableClothing
|
||||
clothingPrototype: ClothingHeadHatHoodWinterSci
|
||||
|
||||
@@ -256,6 +262,7 @@
|
||||
Slash: 0.95
|
||||
Heat: 0.9
|
||||
Caustic: 0.9
|
||||
priceMultiplier: 0.15
|
||||
- type: ToggleableClothing
|
||||
clothingPrototype: ClothingHeadHatHoodWinterJani
|
||||
|
||||
@@ -274,6 +281,7 @@
|
||||
Slash: 0.95
|
||||
Heat: 0.90
|
||||
Caustic: 0.9
|
||||
priceMultiplier: 0.15
|
||||
- type: ToggleableClothing
|
||||
clothingPrototype: ClothingHeadHatHoodWinterMed
|
||||
|
||||
@@ -316,6 +324,7 @@
|
||||
Slash: 0.95
|
||||
Heat: 0.75
|
||||
Caustic: 0.9
|
||||
priceMultiplier: 0.15
|
||||
- type: ToggleableClothing
|
||||
clothingPrototype: ClothingHeadHatHoodWinterPara
|
||||
|
||||
@@ -347,6 +356,7 @@
|
||||
Slash: 0.95
|
||||
Heat: 0.90
|
||||
Caustic: 0.9
|
||||
priceMultiplier: 0.15
|
||||
- type: ToggleableClothing
|
||||
clothingPrototype: ClothingHeadHatHoodWinterRD
|
||||
|
||||
@@ -378,6 +388,7 @@
|
||||
Slash: 0.95
|
||||
Heat: 0.90
|
||||
Caustic: 0.9
|
||||
priceMultiplier: 0.15
|
||||
- type: ToggleableClothing
|
||||
clothingPrototype: ClothingHeadHatHoodWinterSci
|
||||
|
||||
@@ -408,6 +419,7 @@
|
||||
Slash: 0.95
|
||||
Heat: 0.90
|
||||
Caustic: 0.9
|
||||
priceMultiplier: 0.15
|
||||
- type: ToggleableClothing
|
||||
clothingPrototype: ClothingHeadHatHoodWinterSci
|
||||
|
||||
|
||||
Reference in New Issue
Block a user