Zombie Nerf + Syndicate Bundle (#7846)
This commit is contained in:
@@ -190,6 +190,22 @@
|
|||||||
contents:
|
contents:
|
||||||
- id: ClothingOuterHardsuitSyndie
|
- id: ClothingOuterHardsuitSyndie
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
parent: ClothingBackpackDuffelSyndicate
|
||||||
|
id: ClothingBackpackDuffelZombieBundle
|
||||||
|
name: syndicate zombie bundle
|
||||||
|
description: "An all-in-one kit for unleashing the undead upon a station."
|
||||||
|
components:
|
||||||
|
- type: StorageFill
|
||||||
|
contents:
|
||||||
|
- id: SyringeCorpium
|
||||||
|
- id: Handcuffs
|
||||||
|
- id: FlareGun
|
||||||
|
amount: 2
|
||||||
|
- id: BoxShotgunFlare
|
||||||
|
- id: PillRomerol
|
||||||
|
amount: 4
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: ClothingBackpackDuffelSyndicate
|
parent: ClothingBackpackDuffelSyndicate
|
||||||
id: ClothingBackpackDuffelSyndicateOperative
|
id: ClothingBackpackDuffelSyndicateOperative
|
||||||
|
|||||||
@@ -204,6 +204,14 @@
|
|||||||
price: 40
|
price: 40
|
||||||
icon: /Textures/Objects/Weapons/Guns/LMGs/l6.rsi/icon.png
|
icon: /Textures/Objects/Weapons/Guns/LMGs/l6.rsi/icon.png
|
||||||
|
|
||||||
|
- type: uplinkListing
|
||||||
|
id: UplinkZombieBundle
|
||||||
|
category: Bundles
|
||||||
|
itemId: ClothingBackpackDuffelZombieBundle
|
||||||
|
price: 40
|
||||||
|
icon: /Textures/Structures/Wallmounts/signs.rsi/bio.png
|
||||||
|
|
||||||
|
|
||||||
#- type: uplinkListing
|
#- type: uplinkListing
|
||||||
# id: UplinkCarbineBundle
|
# id: UplinkCarbineBundle
|
||||||
# category: Bundles
|
# category: Bundles
|
||||||
|
|||||||
@@ -110,10 +110,10 @@
|
|||||||
- type: damageModifierSet
|
- type: damageModifierSet
|
||||||
id: Zombie #Blunt resistent and immune to biological threats, but can be hacked apart and burned
|
id: Zombie #Blunt resistent and immune to biological threats, but can be hacked apart and burned
|
||||||
coefficients:
|
coefficients:
|
||||||
Blunt: 0.4
|
Blunt: 0.6
|
||||||
Slash: 0.8
|
Slash: 0.9
|
||||||
Piercing: 0.9
|
Piercing: 0.9
|
||||||
Shock: 0.8
|
Shock: 1.5
|
||||||
Cold: 0.2
|
Cold: 0.2
|
||||||
Heat: 3.0
|
Heat: 3.0
|
||||||
Poison: 0.0
|
Poison: 0.0
|
||||||
|
|||||||
@@ -25,17 +25,17 @@
|
|||||||
cureResist: 0.2
|
cureResist: 0.2
|
||||||
effects:
|
effects:
|
||||||
- !type:DiseaseHealthChange
|
- !type:DiseaseHealthChange
|
||||||
probability: 0.05
|
probability: 0.01
|
||||||
damage:
|
damage:
|
||||||
types:
|
types:
|
||||||
Blunt: 3
|
Blunt: 3
|
||||||
- !type:DiseaseSnough
|
- !type:DiseaseSnough
|
||||||
probability: 0.005
|
probability: 0.05
|
||||||
snoughMessage: disease-cough
|
snoughMessage: disease-cough
|
||||||
snoughSound:
|
snoughSound:
|
||||||
collection: Coughs
|
collection: Coughs
|
||||||
- !type:DiseaseProgression
|
- !type:DiseaseProgression
|
||||||
probability: 0.5
|
probability: 0.33
|
||||||
comp: DiseaseZombie
|
comp: DiseaseZombie
|
||||||
cures:
|
cures:
|
||||||
- !type:DiseaseReagentCure
|
- !type:DiseaseReagentCure
|
||||||
|
|||||||
@@ -202,6 +202,19 @@
|
|||||||
- ReagentId: Tricordrazine
|
- ReagentId: Tricordrazine
|
||||||
Quantity: 15
|
Quantity: 15
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
name: romerol pill
|
||||||
|
parent: Pill
|
||||||
|
id: PillRomerol
|
||||||
|
components:
|
||||||
|
- type: SolutionContainerManager
|
||||||
|
solutions:
|
||||||
|
food:
|
||||||
|
maxVol: 50
|
||||||
|
reagents:
|
||||||
|
- ReagentId: Romerol
|
||||||
|
Quantity: 10
|
||||||
|
|
||||||
# Syringes
|
# Syringes
|
||||||
- type: entity
|
- type: entity
|
||||||
name: ephedrine syringe
|
name: ephedrine syringe
|
||||||
@@ -254,3 +267,17 @@
|
|||||||
reagents:
|
reagents:
|
||||||
- ReagentId: Spaceacillin
|
- ReagentId: Spaceacillin
|
||||||
Quantity: 15
|
Quantity: 15
|
||||||
|
|
||||||
|
#this is where all the syringes are so i didn't know where to put it
|
||||||
|
- type: entity
|
||||||
|
name: corpium syringe
|
||||||
|
parent: Syringe
|
||||||
|
id: SyringeCorpium
|
||||||
|
components:
|
||||||
|
- type: SolutionContainerManager
|
||||||
|
solutions:
|
||||||
|
injector:
|
||||||
|
maxVol: 15
|
||||||
|
reagents:
|
||||||
|
- ReagentId: Corpium
|
||||||
|
Quantity: 10
|
||||||
|
|||||||
@@ -332,7 +332,7 @@
|
|||||||
- !type:HealthChange
|
- !type:HealthChange
|
||||||
damage:
|
damage:
|
||||||
types:
|
types:
|
||||||
Poison: 2
|
Poison: 0.5
|
||||||
|
|
||||||
- type: reagent
|
- type: reagent
|
||||||
id: PulpedBananaPeel
|
id: PulpedBananaPeel
|
||||||
|
|||||||
@@ -286,3 +286,20 @@
|
|||||||
- !type:ChemCauseDisease ##Since this mostly just comes from the event you won't ingest that much
|
- !type:ChemCauseDisease ##Since this mostly just comes from the event you won't ingest that much
|
||||||
causeChance: 0.6
|
causeChance: 0.6
|
||||||
disease: VentCough
|
disease: VentCough
|
||||||
|
|
||||||
|
- type: reagent
|
||||||
|
id: Corpium
|
||||||
|
name: corpium
|
||||||
|
desc: A Syndicate cocktail, carefully harvested from various sources. You wouldn't want this inside of you.
|
||||||
|
physicalDesc: necrotic
|
||||||
|
color: "#7668a1"
|
||||||
|
metabolisms:
|
||||||
|
Poison:
|
||||||
|
effects:
|
||||||
|
- !type:HealthChange
|
||||||
|
damage:
|
||||||
|
types:
|
||||||
|
Cellular: 1
|
||||||
|
- !type:ChemCauseDisease
|
||||||
|
causeChance: 1
|
||||||
|
disease: ZombieInfection
|
||||||
|
|||||||
Reference in New Issue
Block a user