Elf rework (#1568)
* Mana trance slight buff * ELF TAXI!!! * Elf only mana trance * No more mana regen for you * guide book changes * i should really not write something while eepy * Update mana_trance.yml --------- Co-authored-by: Red <96445749+TheShuEd@users.noreply.github.com>
This commit is contained in:
@@ -7,6 +7,8 @@
|
||||
- type: Sprite
|
||||
sprite: _CP14/Actions/Spells/meta.rsi
|
||||
state: mana_trance
|
||||
- type: CP14MagicEffectCastSlowdown
|
||||
speedMultiplier: 0.05
|
||||
- type: CP14MagicEffect
|
||||
effects:
|
||||
- !type:CP14SpellSpawnEntityOnTarget
|
||||
@@ -32,7 +34,7 @@
|
||||
cooldown: 60
|
||||
castTime: 120
|
||||
hidden: true
|
||||
breakOnMove: true
|
||||
breakOnMove: false
|
||||
|
||||
- type: entity
|
||||
id: CP14RuneManaTrance
|
||||
|
||||
@@ -38,13 +38,14 @@
|
||||
- type: CP14MagicEnergyContainer #Increased mana container
|
||||
maxEnergy: 200
|
||||
energy: 200
|
||||
- type: CP14MagicEnergyDraw #Half of standard mana regeneration
|
||||
energy: 0.5
|
||||
- type: CP14MagicEnergyDraw #No mana regeneration :3
|
||||
energy: 0
|
||||
delay: 3
|
||||
- type: CP14SkillStorage #Innate metamagic
|
||||
- type: CP14SkillStorage #Innate metamagic + trance
|
||||
freeLearnedSkills:
|
||||
- MetamagicT1
|
||||
- MetamagicT2
|
||||
- CP14ActionSpellManaTrance
|
||||
- type: CP14AuraImprint
|
||||
imprintLength: 10 #Long imprint hehe
|
||||
imprintColor: "#42aaf5"
|
||||
|
||||
@@ -128,6 +128,7 @@
|
||||
- type: cp14Skill
|
||||
id: CP14ActionSpellManaTrance
|
||||
skillUiPosition: 8, 2
|
||||
learnCost: 0
|
||||
tree: Metamagic
|
||||
icon:
|
||||
sprite: _CP14/Actions/Spells/meta.rsi
|
||||
@@ -138,6 +139,8 @@
|
||||
restrictions:
|
||||
- !type:NeedPrerequisite
|
||||
prerequisite: MetamagicT2
|
||||
- !type:SpeciesWhitelist
|
||||
species: CP14Elf
|
||||
|
||||
- type: cp14Skill
|
||||
id: CP14ActionToggleMagicVision
|
||||
|
||||
Reference in New Issue
Block a user