God part 4 (#1422)

* projectile spell improve

* mind improve
This commit is contained in:
Red
2025-06-14 14:21:25 +03:00
committed by GitHub
parent fc0beb5ccf
commit 7760e8f628
15 changed files with 244 additions and 28 deletions

View File

@@ -0,0 +1,123 @@
- type: entity
id: CP14ActionSpellGodLumeraMindUpgrade
name: Expansion of consciousness
description: "You expand the boundaries of what is possible for the chosen creature, revealing to it the secrets of the universe. The target gains +0.5 memory points, up to a maximum of 6.5"
components:
- type: CP14MagicEffectReligionRestricted
- type: CP14MagicEffectManaCost
manaCost: 300
- type: CP14MagicEffect
telegraphyEffects:
- !type:CP14SpellSpawnEntityOnTarget
spawns:
- CP14RuneMindImprove
- !type:CP14SpellApplyEntityEffect
effects:
- !type:ChemVomit
- !type:Jitter
time: 16
- !type:HealthChange
damage:
types:
Slash: 10
Blunt: 10
Piercing: 10
- !type:MovespeedModifier
walkSpeedModifier: 0.02
sprintSpeedModifier: 0.02
statusLifetime: 19
effects:
- !type:CP14SpellSpawnEntityOnTarget
spawns:
- CP14LumeraMindImproveImpact
- !type:CP14SpellAddMemoryPoint
- !type:CP14SpellApplyEntityEffect
effects:
- !type:Jitter
time: 16
- !type:Paralyze
paralyzeTime: 16
- !type:Drunk
boozePower: 20
- !type:HealthChange
damage:
types:
Slash: 10
Blunt: 10
Piercing: 10
- !type:MovespeedModifier
walkSpeedModifier: 0.5
sprintSpeedModifier: 0.5
statusLifetime: 30
- type: EntityTargetAction
canTargetSelf: false
blacklist:
components:
- CP14ReligionEntity
whitelist:
components:
- CP14SkillStorage
range: 100
itemIconStyle: BigAction
checkCanAccess: false
sound: !type:SoundPathSpecifier
path: /Audio/Magic/rumble.ogg
icon:
sprite: _CP14/Actions/DemigodSpells/lumera.rsi
state: mind_upgrade
event: !type:CP14DelayedEntityTargetActionEvent
cooldown: 300
castDelay: 16
breakOnMove: false
breakOnDamage: false
- type: entity
id: CP14RuneMindImprove
parent: CP14BaseMagicRune
categories: [ HideSpawnMenu ]
save: false
components:
- type: TimedDespawn
lifetime: 16
- type: PointLight
color: "#586dcc"
radius: 5
energy: 8
- type: LightFade
duration: 10
- type: Sprite
layers:
- state: medium_circle
scale: 1.5, 1.5
color: "#586dcc"
shader: unshaded
- type: EmitSoundOnSpawn
sound:
path: /Audio/_CP14/Effects/ritual_begin.ogg
- type: entity
id: CP14LumeraMindImproveImpact
categories: [ ForkFiltered ]
name: fese
parent: CP14BaseMagicImpact
save: false
components:
- type: PointLight
color: "#3843a8"
enabled: true
radius: 15
energy: 8
netsync: false
- type: Sprite
layers:
- state: stars
scale: 2, 2
color: "#9fb0fc"
shader: unshaded
- type: LightFade
duration: 1
- type: TimedDespawn
lifetime: 3
- type: EmitSoundOnSpawn
sound:
path: /Audio/_CP14/Effects/ritual_end.ogg

View File

@@ -8,7 +8,7 @@
components:
- type: Sprite
noRot: true
drawdepth: Mobs
#drawdepth: Mobs
- type: Fixtures
fixtures:
fix1:

View File

@@ -16,20 +16,20 @@
- type: SpawnPoint
job_id: CP14GodLumera
- type: entity
parent: CP14BaseAltarPrimordial
id: CP14AltarPrimordialGodMerkas
name: primordial statue of Merkas
description: A beautiful, overgrown statue of Sylvania, revered as a goddess of nature.
components:
- type: Sprite
sprite: Structures/Furniture/Altars/Gods/nanotrasen.rsi
layers:
- state: druid
- type: CP14ReligionAltar
religion: Merkas
- type: CP14ReligionObserver
observation:
Merkas: 10
- type: SpawnPoint
job_id: CP14GodMerkas
#- type: entity
# parent: CP14BaseAltarPrimordial
# id: CP14AltarPrimordialGodMerkas
# name: primordial statue of Merkas
# description: A beautiful, overgrown statue of Sylvania, revered as a goddess of nature.
# components:
# - type: Sprite
# sprite: Structures/Furniture/Altars/Gods/nanotrasen.rsi
# layers:
# - state: druid
# - type: CP14ReligionAltar
# religion: Merkas
# - type: CP14ReligionObserver
# observation:
# Merkas: 10
# - type: SpawnPoint
# job_id: CP14GodMerkas

View File

@@ -87,4 +87,19 @@
- !type:NeedPrerequisite
prerequisite: LumeraT2
- !type:GodFollowerPercentage
percentage: 0.6
percentage: 0.6
- type: cp14Skill
id: LumeraMindUpgrade
skillUiPosition: 12, 3
tree: GodLumera
learnCost: 1.0
icon:
sprite: _CP14/Actions/DemigodSpells/lumera.rsi
state: mind_upgrade
effects:
- !type:AddAction
action: CP14ActionSpellGodLumeraMindUpgrade
restrictions:
- !type:NeedPrerequisite
prerequisite: LumeraT3