Skill scanning + bugfixes (#1424)
This commit is contained in:
@@ -88,6 +88,7 @@
|
||||
#- type: WirelessNetworkConnection
|
||||
# range: 500
|
||||
#- type: StationLimitedNetwork
|
||||
- type: CP14SkillScanner
|
||||
- type: Thieving
|
||||
stripTimeReduction: 9999
|
||||
stealthy: true
|
||||
|
||||
@@ -97,8 +97,7 @@
|
||||
|
||||
- type: entity
|
||||
id: CP14LumeraMindImproveImpact
|
||||
categories: [ ForkFiltered ]
|
||||
name: fese
|
||||
categories: [ HideSpawnMenu ]
|
||||
parent: CP14BaseMagicImpact
|
||||
save: false
|
||||
components:
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
- CP14ImpactEffectSphereOfLight
|
||||
- !type:CP14SpellTransferManaToGod
|
||||
amount: 20
|
||||
safe: false
|
||||
safe: true
|
||||
- !type:CP14SpellSendMessageToGod
|
||||
- type: InstantAction
|
||||
sound: !type:SoundPathSpecifier
|
||||
|
||||
@@ -65,10 +65,6 @@
|
||||
damagePerEnergy:
|
||||
types:
|
||||
CP14ManaDepletion: 1
|
||||
- type: CP14MagicEnergyDraw
|
||||
energy: -1.5
|
||||
delay: 3
|
||||
safe: false
|
||||
- type: CP14SpellStorage
|
||||
grantAccessToSelf: true
|
||||
spells:
|
||||
|
||||
@@ -40,6 +40,24 @@
|
||||
- !type:NeedPrerequisite
|
||||
prerequisite: LumeraT1
|
||||
|
||||
- type: cp14Skill
|
||||
id: LumeraMindScan
|
||||
name: cp14-skill-lumera-mind-scan-name
|
||||
desc: cp14-skill-lumera-mind-scan-desc
|
||||
skillUiPosition: 0, 5
|
||||
tree: GodLumera
|
||||
learnCost: 0.5
|
||||
icon:
|
||||
sprite: _CP14/Actions/DemigodSpells/lumera.rsi
|
||||
state: mind_scan
|
||||
effects:
|
||||
- !type:AddComponents
|
||||
components:
|
||||
- type: CP14SkillScanner
|
||||
restrictions:
|
||||
- !type:NeedPrerequisite
|
||||
prerequisite: LumeraT1
|
||||
|
||||
# T2
|
||||
|
||||
- type: cp14Skill
|
||||
|
||||
Reference in New Issue
Block a user