biological weapon (#518)
This commit is contained in:
@@ -44,4 +44,7 @@ cp14-reagent-name-basic-heal-mana = Liquid mana solution
|
||||
cp14-reagent-desc-basic-heal-mana = A substance that causes a rapid regeneration of magical energy in the body.
|
||||
|
||||
cp14-reagent-name-basic-damage-mana = Antimagic solution
|
||||
cp14-reagent-desc-basic-damage-mana = A substance that rapidly drains all magical energy from the body.
|
||||
cp14-reagent-desc-basic-damage-mana = A substance that rapidly drains all magical energy from the body.
|
||||
|
||||
cp14-reagent-name-basic-unstable = Unstable solution
|
||||
cp14-reagent-desc-basic-unstable = When cooled, immediately converts all reagents into a chemical cloud, the size of which depends on the amount of unstable solution in it.
|
||||
@@ -44,4 +44,7 @@ cp14-reagent-name-basic-heal-mana = Раствор жидкой маны
|
||||
cp14-reagent-desc-basic-heal-mana = Вещество, вызывающее бурную регенерацию магической энергии в организме.
|
||||
|
||||
cp14-reagent-name-basic-damage-mana = Раствор антимагии
|
||||
cp14-reagent-desc-basic-damage-mana = Вещество, стремительно выжигающее всю магическую энергию из организма.
|
||||
cp14-reagent-desc-basic-damage-mana = Вещество, стремительно выжигающее всю магическую энергию из организма.
|
||||
|
||||
cp14-reagent-name-basic-unstable = Нестабильный раствор
|
||||
cp14-reagent-desc-basic-unstable = При остывании, немедленно преобразует все реагенты в химическое облако, размер которого зависит от количества нестабильного вещества.
|
||||
@@ -36,13 +36,29 @@
|
||||
color: "#633223"
|
||||
physicalDesc: cp14-reagent-physical-desc-ferrous
|
||||
metabolisms:
|
||||
Medicine:
|
||||
Poison:
|
||||
effects:
|
||||
- !type:HealthChange
|
||||
damage:
|
||||
groups:
|
||||
Brute: 3
|
||||
|
||||
- type: reagent
|
||||
id: CP14BasicEffectHealPoison
|
||||
name: cp14-reagent-name-basic-heal-poison
|
||||
desc: cp14-reagent-desc-basic-heal-poison
|
||||
group: CP14BasicEffect
|
||||
flavor: CP14Bitterly
|
||||
color: "#82ba3d"
|
||||
physicalDesc: cp14-reagent-physical-desc-viscous
|
||||
metabolisms:
|
||||
Medicine:
|
||||
effects:
|
||||
- !type:HealthChange
|
||||
damage:
|
||||
types:
|
||||
Poison: -10
|
||||
|
||||
- type: reagent
|
||||
id: CP14BasicEffectDamagePoison
|
||||
name: cp14-reagent-name-basic-damage-poison
|
||||
@@ -59,22 +75,6 @@
|
||||
types:
|
||||
Poison: 10
|
||||
|
||||
- type: reagent
|
||||
id: CP14BasicEffectHealPoison
|
||||
name: cp14-reagent-name-basic-heal-poison
|
||||
desc: cp14-reagent-desc-basic-heal-poison
|
||||
group: CP14BasicEffect
|
||||
flavor: CP14Bitterly
|
||||
color: "#82ba3d"
|
||||
physicalDesc: cp14-reagent-physical-desc-viscous
|
||||
metabolisms:
|
||||
Poison:
|
||||
effects:
|
||||
- !type:HealthChange
|
||||
damage:
|
||||
types:
|
||||
Poison: -10
|
||||
|
||||
- type: reagent
|
||||
id: CP14BasicEffectSatiateHunger
|
||||
name: cp14-reagent-name-basic-satiate-hunger
|
||||
@@ -112,7 +112,7 @@
|
||||
color: "#a3511a"
|
||||
physicalDesc: cp14-reagent-physical-desc-sparkling
|
||||
metabolisms:
|
||||
Poison:
|
||||
Medicine:
|
||||
effects:
|
||||
- !type:HealthChange
|
||||
damage:
|
||||
@@ -163,6 +163,22 @@
|
||||
- !type:CP14ManaChange
|
||||
manaDelta: -10
|
||||
|
||||
- type: reagent
|
||||
id: CP14BasicEffectUnstable
|
||||
name: cp14-reagent-name-basic-unstable
|
||||
desc: cp14-reagent-desc-basic-unstable
|
||||
group: CP14BasicEffect
|
||||
flavor: CP14Vomit
|
||||
color: "#fa7d00"
|
||||
physicalDesc: cp14-reagent-physical-desc-viscous
|
||||
metabolisms:
|
||||
Poison:
|
||||
effects:
|
||||
- !type:HealthChange
|
||||
damage:
|
||||
types:
|
||||
Poison: 2.5
|
||||
|
||||
# USELESS
|
||||
# Things that don't directly affect gameplay.
|
||||
|
||||
@@ -239,4 +255,5 @@
|
||||
metabolisms:
|
||||
Food:
|
||||
effects:
|
||||
- !type:Jitter
|
||||
- !type:Jitter
|
||||
|
||||
@@ -34,4 +34,16 @@
|
||||
CP14BasicEffectHealMana: CP14BasicEffectDamageMana
|
||||
#
|
||||
#CP14BasicEffectRainbow:
|
||||
#CP14BasicEffectEmoteCough:
|
||||
#CP14BasicEffectEmoteCough:
|
||||
|
||||
# Simple brewing
|
||||
|
||||
- type: reaction
|
||||
id: CP14ChromiumBrewing
|
||||
minTemp: 500
|
||||
priority: 2
|
||||
reactants:
|
||||
CP14ChromiumSlime:
|
||||
amount: 1
|
||||
products:
|
||||
CP14BasicEffectUnstable: 1
|
||||
@@ -10,3 +10,16 @@
|
||||
prototypeId: CP14Mist
|
||||
sound:
|
||||
path: /Audio/Effects/smoke.ogg
|
||||
|
||||
- type: reaction
|
||||
id: CP14UnstableCooling
|
||||
maxTemp: 300
|
||||
reactants:
|
||||
CP14BasicEffectUnstable:
|
||||
amount: 1
|
||||
effects:
|
||||
- !type:AreaReactionEffect
|
||||
duration: 20
|
||||
prototypeId: CP14Mist
|
||||
sound:
|
||||
path: /Audio/Effects/smoke.ogg
|
||||
|
||||
Reference in New Issue
Block a user