Remove armor from EVA suit, add base syndie suit to uplink, surplus rifle (#7440)
Co-authored-by: fishfish458 <fishfish458>
This commit is contained in:
@@ -58,7 +58,7 @@
|
|||||||
parent: ClothingBackpackDuffelSyndicateAmmo
|
parent: ClothingBackpackDuffelSyndicateAmmo
|
||||||
id: ClothingBackpackDuffelSyndicateFilledRevolver
|
id: ClothingBackpackDuffelSyndicateFilledRevolver
|
||||||
name: Predator bundle
|
name: Predator bundle
|
||||||
description: "Go loud and proud with a fully loaded Magnum Predator, bundled with two speed loaders."
|
description: "Go loud and proud with a fully loaded Magnum Predator, bundled with two speed loaders."
|
||||||
components:
|
components:
|
||||||
- type: StorageFill
|
- type: StorageFill
|
||||||
contents:
|
contents:
|
||||||
@@ -162,9 +162,20 @@
|
|||||||
- id: ClothingHeadPyjamaSyndicateBlack
|
- id: ClothingHeadPyjamaSyndicateBlack
|
||||||
- id: ClothingHeadPyjamaSyndicatePink
|
- id: ClothingHeadPyjamaSyndicatePink
|
||||||
- id: ClothingShoesSlippers
|
- id: ClothingShoesSlippers
|
||||||
amount: 3
|
amount: 3
|
||||||
- id: BedsheetSyndie
|
- id: BedsheetSyndie
|
||||||
amount: 3
|
amount: 3
|
||||||
- id: PlushieCarp
|
- id: PlushieCarp
|
||||||
- id: PlushieNuke
|
- id: PlushieNuke
|
||||||
- id: PlushieLizard
|
- id: PlushieLizard
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
parent: ClothingBackpackDuffelSyndicate
|
||||||
|
id: ClothingBackpackDuffelSyndicateHardsuitBundle
|
||||||
|
name: syndicate hardsuit bundle
|
||||||
|
description: "Contains the Syndicate's signature blood red hardsuit."
|
||||||
|
components:
|
||||||
|
- type: StorageFill
|
||||||
|
contents:
|
||||||
|
- id: ClothingOuterHardsuitSyndie
|
||||||
|
- id: ClothingHeadHelmetHardsuitSyndie
|
||||||
|
|||||||
@@ -697,3 +697,14 @@
|
|||||||
- type: Sprite
|
- type: Sprite
|
||||||
layers:
|
layers:
|
||||||
- state: box
|
- state: box
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
name: box of .30 rifle bullets
|
||||||
|
parent: BoxCardboard
|
||||||
|
id: BoxBulletLRifleSmall
|
||||||
|
description: A box full of individual .30 rifle bullets.
|
||||||
|
components:
|
||||||
|
- type: StorageFill
|
||||||
|
contents:
|
||||||
|
- id: CartridgeLRifle
|
||||||
|
amount: 20
|
||||||
|
|||||||
@@ -241,3 +241,26 @@
|
|||||||
- type: Tag
|
- type: Tag
|
||||||
tags:
|
tags:
|
||||||
- DroneUsable
|
- DroneUsable
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
name: syndicate EVA box
|
||||||
|
parent: BoxCardboard
|
||||||
|
id: BoxSyndicateEVA
|
||||||
|
description: A box containing one Syndicate approved EVA suit.
|
||||||
|
components:
|
||||||
|
- type: Item
|
||||||
|
size: 40
|
||||||
|
- type: Storage
|
||||||
|
capacity: 40
|
||||||
|
size: 10
|
||||||
|
whitelist:
|
||||||
|
components:
|
||||||
|
- Clothing
|
||||||
|
- type: StorageFill
|
||||||
|
contents:
|
||||||
|
- id: ClothingHeadHelmetSyndicate
|
||||||
|
- id: ClothingOuterHardsuitSyndicate
|
||||||
|
- type: Sprite
|
||||||
|
layers:
|
||||||
|
- state: box_of_doom
|
||||||
|
- state: writing
|
||||||
|
|||||||
@@ -25,6 +25,15 @@
|
|||||||
description: A rugged, robust operator handgun with inbuilt silencer. Use pistol magazines (.25 caseless).
|
description: A rugged, robust operator handgun with inbuilt silencer. Use pistol magazines (.25 caseless).
|
||||||
price: 8
|
price: 8
|
||||||
|
|
||||||
|
# Poor accuracy, slow to fire, cheap option
|
||||||
|
- type: uplinkListing
|
||||||
|
id: UplinkRifleMosin
|
||||||
|
category: Weapons
|
||||||
|
itemId: SniperBoltGunWood
|
||||||
|
listingName: Surplus Rifle
|
||||||
|
description: A bolt action service rifle that has seen many wars. Not modern by any standard, hand loaded, and terrible recoil, but it is cheap.
|
||||||
|
price: 4
|
||||||
|
|
||||||
#- type: uplinkListing
|
#- type: uplinkListing
|
||||||
# id: UplinkCrossbowEnergyMini
|
# id: UplinkCrossbowEnergyMini
|
||||||
# category: Weapons
|
# category: Weapons
|
||||||
@@ -116,6 +125,15 @@
|
|||||||
price: 2
|
price: 2
|
||||||
icon: /Textures/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Magnum/magnum_sl.rsi/icon.png
|
icon: /Textures/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Magnum/magnum_sl.rsi/icon.png
|
||||||
|
|
||||||
|
# For the mosin
|
||||||
|
- type: uplinkListing
|
||||||
|
id: UplinkMosinAmmo
|
||||||
|
category: Ammo
|
||||||
|
itemId: BoxBulletLRifleSmall
|
||||||
|
description: A box of bullets for the surplus rifle.
|
||||||
|
price: 2
|
||||||
|
|
||||||
|
|
||||||
#Utility
|
#Utility
|
||||||
|
|
||||||
- type: uplinkListing
|
- type: uplinkListing
|
||||||
@@ -203,7 +221,7 @@
|
|||||||
id: UplinkCarpDehydrated
|
id: UplinkCarpDehydrated
|
||||||
category: Tools
|
category: Tools
|
||||||
itemId: DehydratedSpaceCarp
|
itemId: DehydratedSpaceCarp
|
||||||
price: 5
|
price: 3
|
||||||
|
|
||||||
# Armor
|
# Armor
|
||||||
|
|
||||||
@@ -225,14 +243,16 @@
|
|||||||
- type: uplinkListing
|
- type: uplinkListing
|
||||||
id: UplinkHardsuitSyndie
|
id: UplinkHardsuitSyndie
|
||||||
category: Armor
|
category: Armor
|
||||||
itemId: ClothingOuterHardsuitSyndie
|
itemId: ClothingBackpackDuffelSyndicateHardsuitBundle
|
||||||
price: 5
|
description: The Syndicate's well known armored blood red hardsuit, capable of space walks and bullet resistant.
|
||||||
|
price: 8
|
||||||
|
|
||||||
- type: uplinkListing
|
- type: uplinkListing
|
||||||
id: UplinkHardsuitSyndieHelmet
|
id: UplinkEVASyndie
|
||||||
category: Armor
|
category: Armor
|
||||||
itemId: ClothingHeadHelmetHardsuitSyndie
|
itemId: BoxSyndicateEVA
|
||||||
price: 5
|
description: A simple EVA suit that offers no protection other than what's needed to survive in space.
|
||||||
|
price: 4
|
||||||
|
|
||||||
# Misc
|
# Misc
|
||||||
|
|
||||||
@@ -306,7 +326,7 @@
|
|||||||
listingName: Ultragigacancer Health Analyzer
|
listingName: Ultragigacancer Health Analyzer
|
||||||
description: Works like a normal health analyzer, other than giving everyone it scans ultragigacancer.
|
description: Works like a normal health analyzer, other than giving everyone it scans ultragigacancer.
|
||||||
price: 5
|
price: 5
|
||||||
|
|
||||||
- type: uplinkListing
|
- type: uplinkListing
|
||||||
id: UplinkNocturineChemistryBottle
|
id: UplinkNocturineChemistryBottle
|
||||||
category: Misc
|
category: Misc
|
||||||
|
|||||||
@@ -23,6 +23,26 @@
|
|||||||
- type: Sprite
|
- type: Sprite
|
||||||
state: icon
|
state: icon
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
abstract: true
|
||||||
|
parent: ClothingHeadBase
|
||||||
|
id: ClothingHeadEVAHelmetBase
|
||||||
|
name: base space helmet
|
||||||
|
components:
|
||||||
|
- type: Clothing
|
||||||
|
size: 10
|
||||||
|
- type: PressureProtection
|
||||||
|
highPressureMultiplier: 0.6
|
||||||
|
lowPressureMultiplier: 10
|
||||||
|
- type: TemperatureProtection
|
||||||
|
coefficient: 0.2
|
||||||
|
- type: IngestionBlocker
|
||||||
|
- type: Tag
|
||||||
|
tags:
|
||||||
|
- HidesHair
|
||||||
|
- type: DiseaseProtection
|
||||||
|
protection: 0.05
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
abstract: true
|
abstract: true
|
||||||
parent: ClothingHeadBase
|
parent: ClothingHeadBase
|
||||||
|
|||||||
@@ -13,7 +13,7 @@
|
|||||||
resistance: 0.25 # +0.65 from body -> 90%
|
resistance: 0.25 # +0.65 from body -> 90%
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: ClothingHeadBase
|
parent: ClothingHeadEVAHelmetBase
|
||||||
id: ClothingHeadHelmetCosmonaut
|
id: ClothingHeadHelmetCosmonaut
|
||||||
name: cosmonaut helmet
|
name: cosmonaut helmet
|
||||||
description: A deceptively well armored space helmet. Ancient design, but advanced manufacturing.
|
description: A deceptively well armored space helmet. Ancient design, but advanced manufacturing.
|
||||||
@@ -23,7 +23,7 @@
|
|||||||
- type: Clothing
|
- type: Clothing
|
||||||
sprite: Clothing/Head/Helmets/cosmonaut.rsi
|
sprite: Clothing/Head/Helmets/cosmonaut.rsi
|
||||||
- type: IngestionBlocker
|
- type: IngestionBlocker
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: ClothingHeadBase
|
parent: ClothingHeadBase
|
||||||
id: ClothingHeadHelmetCult
|
id: ClothingHeadHelmetCult
|
||||||
@@ -37,7 +37,7 @@
|
|||||||
- type: IngestionBlocker
|
- type: IngestionBlocker
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: ClothingHeadBase
|
parent: ClothingHeadEVAHelmetBase
|
||||||
id: ClothingHeadHelmetEVA
|
id: ClothingHeadHelmetEVA
|
||||||
name: EVA helmet
|
name: EVA helmet
|
||||||
description: A basic helmet designed for extravehicular activies.
|
description: A basic helmet designed for extravehicular activies.
|
||||||
@@ -114,7 +114,7 @@
|
|||||||
- type: IngestionBlocker
|
- type: IngestionBlocker
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: ClothingHeadBase
|
parent: ClothingHeadEVAHelmetBase
|
||||||
id: ClothingHeadHelmetSyndicate
|
id: ClothingHeadHelmetSyndicate
|
||||||
name: syndicate EVA helmet
|
name: syndicate EVA helmet
|
||||||
description: A stylish, robust syndicate helmet
|
description: A stylish, robust syndicate helmet
|
||||||
@@ -159,7 +159,7 @@
|
|||||||
- type: Clothing
|
- type: Clothing
|
||||||
sprite: Clothing/Head/Helmets/wizardhelm.rsi
|
sprite: Clothing/Head/Helmets/wizardhelm.rsi
|
||||||
- type: IngestionBlocker
|
- type: IngestionBlocker
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: ClothingHeadHardsuitWithLightBase # hardsuitlight base for light and protection
|
parent: ClothingHeadHardsuitWithLightBase # hardsuitlight base for light and protection
|
||||||
id: ClothingHeadHelmetFire
|
id: ClothingHeadHelmetFire
|
||||||
@@ -176,7 +176,7 @@
|
|||||||
startingItem: PowerCellSmallHigh
|
startingItem: PowerCellSmallHigh
|
||||||
- type: TemperatureProtection
|
- type: TemperatureProtection
|
||||||
coefficient: 0.01
|
coefficient: 0.01
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: ClothingHeadHardsuitWithLightBase # hardsuitlight base for light and protection
|
parent: ClothingHeadHardsuitWithLightBase # hardsuitlight base for light and protection
|
||||||
id: ClothingHeadHelmetAtmosFire
|
id: ClothingHeadHelmetAtmosFire
|
||||||
@@ -189,7 +189,7 @@
|
|||||||
sprite: Clothing/Head/Helmets/atmos_firehelmet.rsi
|
sprite: Clothing/Head/Helmets/atmos_firehelmet.rsi
|
||||||
- type: IngestionBlocker
|
- type: IngestionBlocker
|
||||||
- type: TemperatureProtection
|
- type: TemperatureProtection
|
||||||
coefficient: 0.005
|
coefficient: 0.005
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: ClothingHeadBase
|
parent: ClothingHeadBase
|
||||||
@@ -208,4 +208,4 @@
|
|||||||
Slash: 0.5
|
Slash: 0.5
|
||||||
Piercing: 0.5
|
Piercing: 0.5
|
||||||
Heat: 0.9
|
Heat: 0.9
|
||||||
|
|
||||||
|
|||||||
@@ -34,3 +34,21 @@
|
|||||||
Heat: 0.90
|
Heat: 0.90
|
||||||
Radiation: 0.25
|
Radiation: 0.25
|
||||||
- type: DiseaseProtection
|
- type: DiseaseProtection
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
abstract: true
|
||||||
|
parent: ClothingOuterBase
|
||||||
|
id: ClothingOuterEVASuitBase
|
||||||
|
name: base EVA Suit
|
||||||
|
components:
|
||||||
|
- type: PressureProtection
|
||||||
|
highPressureMultiplier: 1
|
||||||
|
lowPressureMultiplier: 100
|
||||||
|
- type: TemperatureProtection
|
||||||
|
coefficient: 0.01 # Not complete protection from fire
|
||||||
|
- type: ClothingSpeedModifier
|
||||||
|
walkModifier: 0.8
|
||||||
|
sprintModifier: 0.8
|
||||||
|
- type: Clothing
|
||||||
|
size: 30
|
||||||
|
- type: DiseaseProtection
|
||||||
|
|||||||
@@ -92,11 +92,11 @@
|
|||||||
- type: Armor
|
- type: Armor
|
||||||
modifiers:
|
modifiers:
|
||||||
coefficients:
|
coefficients:
|
||||||
Blunt: 0.9 #higher physical protections than atmo but less enviro
|
Blunt: 0.9 #higher physical protections than atmo but less enviro
|
||||||
Slash: 0.85
|
Slash: 0.85
|
||||||
Piercing: 0.9
|
Piercing: 0.9
|
||||||
Heat: 0.85
|
Heat: 0.85
|
||||||
Radiation: 0.35
|
Radiation: 0.35
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: ClothingOuterHardsuitBase
|
parent: ClothingOuterHardsuitBase
|
||||||
@@ -140,7 +140,7 @@
|
|||||||
sprintModifier: 0.8
|
sprintModifier: 0.8
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: ClothingOuterHardsuitBase
|
parent: ClothingOuterEVASuitBase
|
||||||
id: ClothingOuterHardsuitEVA
|
id: ClothingOuterHardsuitEVA
|
||||||
name: EVA suit
|
name: EVA suit
|
||||||
description: A lightweight space suit with the basic ability to protect the wearer from the vacuum of space during emergencies.
|
description: A lightweight space suit with the basic ability to protect the wearer from the vacuum of space during emergencies.
|
||||||
@@ -149,17 +149,11 @@
|
|||||||
sprite: Clothing/OuterClothing/Hardsuits/eva.rsi
|
sprite: Clothing/OuterClothing/Hardsuits/eva.rsi
|
||||||
- type: Clothing
|
- type: Clothing
|
||||||
sprite: Clothing/OuterClothing/Hardsuits/eva.rsi
|
sprite: Clothing/OuterClothing/Hardsuits/eva.rsi
|
||||||
- type: ClothingSpeedModifier
|
|
||||||
walkModifier: 0.8
|
|
||||||
sprintModifier: 0.8
|
|
||||||
- type: PressureProtection
|
|
||||||
highPressureMultiplier: 1
|
|
||||||
lowPressureMultiplier: 100
|
|
||||||
|
|
||||||
# Moved to hardsuits because this is where EVA capable suits are apparently.
|
# Moved to hardsuits because this is where EVA capable suits are apparently.
|
||||||
# Same stats as normal EVA suit.
|
# Same stats as normal EVA suit.
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: ClothingOuterHardsuitBase
|
parent: ClothingOuterEVASuitBase
|
||||||
id: ClothingOuterHardsuitSyndicate
|
id: ClothingOuterHardsuitSyndicate
|
||||||
name: syndicate EVA suit
|
name: syndicate EVA suit
|
||||||
description: "Has a tag on it 'Totally not property of an enemy corporation, honest!'"
|
description: "Has a tag on it 'Totally not property of an enemy corporation, honest!'"
|
||||||
@@ -168,15 +162,9 @@
|
|||||||
sprite: Clothing/OuterClothing/Suits/syndicate.rsi
|
sprite: Clothing/OuterClothing/Suits/syndicate.rsi
|
||||||
- type: Clothing
|
- type: Clothing
|
||||||
sprite: Clothing/OuterClothing/Suits/syndicate.rsi
|
sprite: Clothing/OuterClothing/Suits/syndicate.rsi
|
||||||
- type: PressureProtection
|
|
||||||
highPressureMultiplier: 1
|
|
||||||
lowPressureMultiplier: 100
|
|
||||||
- type: ClothingSpeedModifier
|
|
||||||
walkModifier: 0.8
|
|
||||||
sprintModifier: 0.8
|
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: ClothingOuterHardsuitBase
|
parent: ClothingOuterEVASuitBase
|
||||||
id: ClothingOuterHardsuitEVAPrisoner
|
id: ClothingOuterHardsuitEVAPrisoner
|
||||||
name: prisoner EVA suit
|
name: prisoner EVA suit
|
||||||
description: A lightweight space suit for prisoners to protect them from the vacuum of space during emergencies.
|
description: A lightweight space suit for prisoners to protect them from the vacuum of space during emergencies.
|
||||||
@@ -185,9 +173,6 @@
|
|||||||
sprite: Clothing/OuterClothing/Hardsuits/evaprisoner.rsi
|
sprite: Clothing/OuterClothing/Hardsuits/evaprisoner.rsi
|
||||||
- type: Clothing
|
- type: Clothing
|
||||||
sprite: Clothing/OuterClothing/Hardsuits/evaprisoner.rsi
|
sprite: Clothing/OuterClothing/Hardsuits/evaprisoner.rsi
|
||||||
- type: PressureProtection
|
|
||||||
highPressureMultiplier: 1
|
|
||||||
lowPressureMultiplier: 100
|
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: ClothingOuterHardsuitBase
|
parent: ClothingOuterHardsuitBase
|
||||||
@@ -302,9 +287,9 @@
|
|||||||
Blunt: 0.7 #slightly higher than sec hardsuit
|
Blunt: 0.7 #slightly higher than sec hardsuit
|
||||||
Slash: 0.75
|
Slash: 0.75
|
||||||
Piercing: 0.7
|
Piercing: 0.7
|
||||||
Heat: 0.8
|
Heat: 0.8
|
||||||
Radiation: 0.25
|
Radiation: 0.25
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: ClothingOuterHardsuitBase
|
parent: ClothingOuterHardsuitBase
|
||||||
id: ClothingOuterHardsuitSyndie
|
id: ClothingOuterHardsuitSyndie
|
||||||
|
|||||||
Reference in New Issue
Block a user