Good fire skele (#1680)
* Revert "fire magic bad skele (#1679)"
This reverts commit b130d8aeec.
* skelehehehe
* kit conversation
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
- type: entity
|
||||
id: CP14MobUndeadSkeletonDemiplaneT2
|
||||
parent: CP14MobUndeadSkeletonDemiplaneT1
|
||||
parent: CP14MobUndeadSkeletonDemiplaneT1
|
||||
name: skeleton
|
||||
abstract: true
|
||||
components:
|
||||
@@ -92,9 +92,12 @@
|
||||
- CP14MobSkeletonWizardT2
|
||||
- type: CP14MagicEnergyContainer
|
||||
magicAlert: CP14MagicEnergy
|
||||
maxEnergy: 100
|
||||
energy: 100
|
||||
maxEnergy: 200
|
||||
energy: 200
|
||||
unsafeSupport: true
|
||||
- type: CP14MagicEnergyDraw
|
||||
energy: 1
|
||||
delay: 5
|
||||
- type: PassiveDamage
|
||||
allowedStates:
|
||||
- Alive
|
||||
@@ -104,27 +107,21 @@
|
||||
- type: CP14SkillStorage
|
||||
skillPoints:
|
||||
Memory:
|
||||
max: 5
|
||||
max: 4
|
||||
freeLearnedSkills:
|
||||
- SwordMastery
|
||||
- RapierMastery
|
||||
- SkimitarMastery
|
||||
- HydrosophistryT1
|
||||
- HydrosophistryT2
|
||||
- MetamagicT1
|
||||
- MetamagicT2
|
||||
- PyrokineticT1
|
||||
- CP14ActionSpellManaConsume
|
||||
- CP14ActionSpellManaGift
|
||||
- CP14ActionSpellManaConsumeElf
|
||||
- CP14ActionSpellManaGiftElf
|
||||
- CP14ActionSpellMagicSplitting
|
||||
- CP14ActionSpellManaTrance
|
||||
availableSkillTrees:
|
||||
- Hydrosophistry
|
||||
- Illusion
|
||||
- Metamagic
|
||||
- Electromancy
|
||||
- Athletic
|
||||
- MartialArts
|
||||
- Craftsmanship
|
||||
- type: entity
|
||||
id: CP14MobUndeadSkeletonBardT2
|
||||
parent: CP14MobUndeadSkeletonDemiplaneT2
|
||||
|
||||
@@ -53,27 +53,22 @@
|
||||
- type: CP14SkillStorage
|
||||
skillPoints:
|
||||
Memory:
|
||||
max: 5
|
||||
max: 4
|
||||
freeLearnedSkills:
|
||||
- SwordMastery
|
||||
- RapierMastery
|
||||
- SkimitarMastery
|
||||
- MetamagicT1
|
||||
- MetamagicT2
|
||||
- HydrosophistryT1
|
||||
- HydrosophistryT2
|
||||
- PyrokineticT1
|
||||
- PyrokineticT2
|
||||
- CP14ActionSpellManaConsume
|
||||
- CP14ActionSpellManaGift
|
||||
- CP14ActionSpellManaConsumeElf
|
||||
- CP14ActionSpellManaGiftElf
|
||||
- CP14ActionSpellMagicSplitting
|
||||
- CP14ActionSpellManaTrance
|
||||
availableSkillTrees:
|
||||
- Hydrosophistry
|
||||
- Illusion
|
||||
- Metamagic
|
||||
- Electromancy
|
||||
- Athletic
|
||||
- MartialArts
|
||||
- Craftsmanship
|
||||
- type: Loadout
|
||||
prototypes:
|
||||
- CP14MobSkeletonWizardTownRaid
|
||||
|
||||
@@ -23,6 +23,8 @@
|
||||
restrictions:
|
||||
- !type:NeedPrerequisite
|
||||
prerequisite: HealingT1
|
||||
- !type:SpeciesBlacklist
|
||||
species: CP14Skeleton
|
||||
|
||||
- type: cp14Skill
|
||||
id: CP14ActionSpellPlantGrowth
|
||||
@@ -98,6 +100,8 @@
|
||||
restrictions:
|
||||
- !type:NeedPrerequisite
|
||||
prerequisite: HealingT2
|
||||
- !type:SpeciesBlacklist
|
||||
species: CP14Skeleton
|
||||
|
||||
- type: cp14Skill
|
||||
id: CP14ActionSpellCureWounds
|
||||
@@ -112,6 +116,8 @@
|
||||
restrictions:
|
||||
- !type:NeedPrerequisite
|
||||
prerequisite: HealingT2
|
||||
- !type:SpeciesBlacklist
|
||||
species: CP14Skeleton
|
||||
|
||||
# T3
|
||||
|
||||
|
||||
@@ -23,6 +23,8 @@
|
||||
restrictions:
|
||||
- !type:NeedPrerequisite
|
||||
prerequisite: PyrokineticT1
|
||||
- !type:SpeciesBlacklist
|
||||
species: CP14Skeleton
|
||||
|
||||
- type: cp14Skill
|
||||
id: CP14ActionSpellHeat
|
||||
@@ -102,6 +104,8 @@
|
||||
restrictions:
|
||||
- !type:NeedPrerequisite
|
||||
prerequisite: PyrokineticT2
|
||||
- !type:SpeciesBlacklist
|
||||
species: CP14Skeleton
|
||||
|
||||
- type: cp14Skill
|
||||
id: CP14ActionSpellFirewave
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
- type: species
|
||||
id: CP14Skeleton
|
||||
name: cp14-species-name-human
|
||||
name: cp14-species-name-skeleton
|
||||
roundStart: false
|
||||
prototype: CP14BaseMobSkeleton
|
||||
sprites: CP14MobSkeletonSprites
|
||||
|
||||
Reference in New Issue
Block a user