Monster toxins (#1541)

* GuideBook stuff

* Guidebook stuff 2 cause i forgor

* translations

* New Reagent file yippie

* spider now poison you

* Spider deal less slash
This commit is contained in:
Kit
2025-07-22 06:29:49 -04:00
committed by GitHub
parent f5fc0203b6
commit aeccdc2600
10 changed files with 80 additions and 12 deletions

View File

@@ -0,0 +1,2 @@
cp14-reagent-name-toxin-spider = Arachnotoxin
cp14-reagent-desc-toxin-spider = A venom which slows down its victim while destroying the body. Commonly found in spiders.

View File

@@ -0,0 +1,2 @@
cp14-reagent-name-toxin-spider = Арахнотоксин
cp14-reagent-desc-toxin-spider = Яд, который замедляет жертву, одновременно разрушая её тело. Часто встречается у пауков.

View File

@@ -41,7 +41,7 @@
animation: WeaponArcBite
damage:
types:
Slash: 3
Slash: 1.5
Piercing: 3
Structural: 3
- type: Body
@@ -50,16 +50,16 @@
thresholds:
0: Alive
40: Dead
#- type: SolutionContainerManager
# solutions:
# melee:
# maxVol: 30
#- type: SolutionRegeneration
# solution: melee
# generated:
# reagents:
# - ReagentId: Mechanotoxin #TODO
# Quantity: 1
- type: SolutionContainerManager
solutions:
melee:
maxVol: 30
- type: SolutionRegeneration
solution: melee
generated:
reagents:
- ReagentId: CP14MonsterToxinSpider
Quantity: 1
- type: MeleeChemicalInjector
transferAmount: 0.75
solution: melee
@@ -111,7 +111,7 @@
parent: CP14MobSpiderBase
id: CP14MobSpiderBlackHunter
name: black hunter
description: A giant predatory spider eager to eat your flesh.
description: A giant predatory spider eager to eat your flesh.
components:
- type: Sprite
drawdepth: Mobs

View File

@@ -19,6 +19,7 @@
text: "/ServerInfo/_CP14/Guidebook_EN/JobsTabs/Adventurers.xml"
children:
- CP14_EN_Demiplanes
- CP14_EN_Monster_Toxins
filterEnabled: True
- type: guideEntry

View File

@@ -28,3 +28,9 @@
text: "/ServerInfo/_CP14/Guidebook_EN/Lockpicking.xml"
filterEnabled: True
- type: guideEntry
crystallPunkAllowed: true
id: CP14_EN_Monster_Toxins
name: Monster Toxins
text: "/ServerInfo/_CP14/Guidebook_EN/JobsTabs/AdventurersTabs/MonsterToxins.xml"
filterEnabled: True

View File

@@ -19,6 +19,7 @@
text: "/ServerInfo/_CP14/Guidebook_RU/JobsTabs/Adventurers.xml"
children:
- CP14_RU_Demiplanes
- CP14_RU_Monster_Toxins
filterEnabled: True
- type: guideEntry

View File

@@ -28,3 +28,9 @@
text: "/ServerInfo/_CP14/Guidebook_RU/Lockpicking.xml"
filterEnabled: True
- type: guideEntry
crystallPunkAllowed: true
id: CP14_RU_Monster_Toxins
name: Monster Toxins
text: "/ServerInfo/_CP14/Guidebook_RU/JobsTabs/AdventurersTabs/MonsterToxins.xml"
filterEnabled: True

View File

@@ -0,0 +1,32 @@
- type: reagent
id: CP14MonsterToxinSpider
name: cp14-reagent-name-toxin-spider
desc: cp14-reagent-desc-toxin-spider
group: CP14MonsterToxins
flavor: CP14Vomit
color: "#00b408"
physicalDesc: reagent-physical-desc-nondescript
metabolisms:
Poison:
metabolismRate: 0.2 # Slower metabolism so it can build up over time for slowdown
effects:
- !type:HealthChange
damage:
types:
Poison: 1.5
- !type:MovespeedModifier
conditions:
- !type:ReagentThreshold
reagent: CP14MonsterToxinSpider
min: 1.5
walkSpeedModifier: 0.8
sprintSpeedModifier: 0.8
- !type:MovespeedModifier
conditions:
- !type:ReagentThreshold
reagent: CP14MonsterToxinSpider
min: 3
walkSpeedModifier: 0.6
sprintSpeedModifier: 0.6
pricePerUnit: 4.0 #arbitrary for now

View File

@@ -0,0 +1,9 @@
<Document>
# Monster Toxins
Monsters carry a variety of toxins a well-prepared adventurer should know what monsters have these and what they do.
<GuideReagentGroupEmbed Group="CP14MonsterToxins"/>
</Document>

View File

@@ -0,0 +1,9 @@
<Document>
# Токсины монстров
Монстры переносят различные токсины, и хорошо подготовленный искатель приключений должен знать, у каких монстров они есть и что они делают.
<GuideReagentGroupEmbed Group="CP14MonsterToxins"/>
</Document>