Cruzada radiante
Ascendencia: Guardian
Personaje: Templario
Otorga la habilidad Invocar centinela de resplandor de nivel 20
El 20% del daño de los golpes lo recibe la vida del centinela de resplandor antes que tú
(Invoca un centinela de resplandor que te sigue y ataca a los enemigos cuerpo a cuerpo. También incendia a los enemigos que tiene alrededor y recibe una parte del daño de los golpes por ti. Solo puedes tener un centinela de resplandor)
Radiant Crusade
Cruzada radiante Attr /16 ⍟
Invocar centinela de resplandor
Nivel: 20
Costo: (40–0) de maná
Tiempo de lanzamiento: 0.75 s
Requiere Nivel 12
Invoca un centinela de resplandor que te sigue y ataca a los enemigos cuerpo a cuerpo. También incendia a los enemigos que tiene alrededor y recibe una parte del daño de los golpes por ti. Solo puedes tener un centinela de resplandor.
La duración base es de 20 segundos
El esbirro inflige daño de fuego equivalente al 20% de su vida máxima por segundo a los enemigos en un radio base de 4 metros
El nivel del esbirro es igual al tuyo hasta el nivel 85, que es su máximo
display minion monster type [23]
Summon Sentinel of Radiance
Nombre{Mostrar descripciones completas}
IDAscendancyGuardian14
IconArt/2DArt/SkillIcons/passives/Guardian/Radient Crusade.png
isKeystonefalse
isNotabletrue
isAscendancyStartfalse
isMultipleChoicefalse
isMultipleChoiceOptionfalse
isBlightedfalse
isJewelSocketfalse
isMasteryfalse
isProxyfalse
isUsedtrue
isRoyalefalse
AscendancyIDGuardian
PassiveSkillsHash4494
ReferenceCommunity Wiki
Cruzada radiante
Mientras haya al menos cinco aliados cercanos, tú y tus aliados cercanos tienen Fervor
Mientras haya al menos un aliado cercano, tú y tus aliados cercanos infligen un 10% más de daño
(Fervor otorga un 20% de aumento a las velocidades de ataque, de lanzamiento de hechizos y de movimiento)
Radiant Crusade
Cruzada radiante Attr /15 ⍟
Nombre{Mostrar descripciones completas}
IDroyale_curse_1
IconArt/2DArt/SkillIcons/passives/DurationofMinionsNotable.png
isKeystonefalse
isNotabletrue
isAscendancyStartfalse
isMultipleChoicefalse
isMultipleChoiceOptionfalse
isBlightedfalse
isJewelSocketfalse
isMasteryfalse
isProxyfalse
isUsedfalse
isRoyalefalse
PassiveSkillsHash22915
ReferenceCommunity Wiki
Cruzada radiante
Infliges más daño
damage_+%_final_from_guardian_aura
Radiant Crusade
Attribute /4

guardian_damage_final

KeyValue
AcronymIgnite
BuffGroupsID-1
IsBuffDefinition1
BuffMergeModesID3
Codedamage +% final from guardian aura
IsPublic0
IsLocal0
IsWeaponLocal0
IsProxied
IsParty0
IsVirtual0
IsScalable1
StatSemanticsPercentage
Centinela de resplandor
Humanoide
Sentinel of Radiance
SpectreN
Tagsbludgeoning_weapon, has_one_hand_mace, has_one_handed_melee, human, humanoid, medium_height, melee, not_dex, not_int, physical_affinity, plate_armour, very_slow_movement
Vida
1200%
Armaduras
+50%
Ailment Threshold
1200%
Resistencia
40 40 40 20
Damage
2000%
Precisión
340%
Probabilidad de golpe crítico
+5%
Multiplicador de Golpe Crítico
+130%
Attack Distance
6 ~ 17
Attack Time
0.83 Second
Damage Spread
±20%
Experiencia
200%
Model Size
70%
Type
RadianceSentinel
Metadata
AxisEliteSoldierRadiance
IsSummoned
Y
Nivel
68
Vida
77,200
Armaduras
43,185
Evasión
4,739
Escudo de energía
0
Damage
7,471
Daño de hechizos
7,471
Precisión
986
Attack Time
0.83
Experiencia
20,510
Ailment Threshold
77,200
Chill
244
Shock
244
Brittle
1,381
Scorch
244
Sap
674
TeleportVaalDomination
Spell, Movement
Tiempo de lanzamiento: 2 seg
Tiempo de recarga: 9 seg
teleport additional distance between self and target [11]
VaalDominationMelee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque estándar
Base Damage: 5977–8965
Probabilidad de golpe crítico: 5%
Daño de ataque: 300%
Daño de ataque: 300%
Attack Time: 0.83 seg
Derriba a tus enemigos con un golpe poderoso.
Inflige un 200% más de daño de ataque

Object Type

version 2
extends "Metadata/Monsters/Monster"

Stats
{
	set_item_drop_slots = 0
}

Life
{
	corpse_usable = false
}

Actor
{
	slow_animations_go_to_idle = false
	basic_action = "Emerge"
}

Animated
{
	animated_object = "Metadata/Monsters/Champion/RadianceSentinel.ao"
}

DiesAfterTime
{
}

StateMachine
{
	define_shared_state = "fiery;"
}

Object Type Codes

version 2
extends "Metadata/Monsters/Monster"

StateMachine
{
	on_state_fiery_1 = "SetLightState( on, 1.0 );"
	create_state_fiery_1 = "SetLightState( on );"
	create_state_fiery_0 = "SetLightState( off );"
	on_or_create_state_fiery_1 = "AddEffectPack( Metadata/Effects/Microtransactions/Misc/FlaskEffects/Sulphur_Flask/Super_Charge/avatar_minion.epk );"

	on_state_fiery_0 =
	"
		SetLightState( off, 1.0 );
		RemoveEffectPack( Metadata/Effects/Microtransactions/Misc/FlaskEffects/Sulphur_Flask/Super_Charge/avatar_minion.epk );
	"
}

Actor
{
	on_start_Emerge = "AddEffectPack( Metadata/Particles/vaal_skills/Domination/epk/fadein.epk, 1.5 );"
}

Life
{
	on_death = "AddEffectPack( Metadata/Particles/vaal_skills/Domination/epk/fadeout.epk );"
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/Axis/AxisEliteSoldierRadiance"] = {
    name = "Sentinel of Radiance",
    life = 12,
    fireResist = 40,
    coldResist = 40,
    lightningResist = 40,
    chaosResist = 20,
    damage = 20,
    damageSpread = 0.2,
    attackTime = 0.83,
    attackRange = 17,
    accuracy = 3.4,
    skillList = {
        "VaalDominationMelee",
        "TeleportVaalDomination",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["VaalDominationMelee"] = {
    name = "Default Attack",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Strike your foes down with a powerful blow.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.RangedAttack] = true,
        [SkillType.MirageArcherCanUse] = true,
        [SkillType.Projectile] = true,
        [SkillType.MeleeSingleTarget] = true,
        [SkillType.Multistrikeable] = true,
        [SkillType.Melee] = true,
        [SkillType.ProjectilesFromUser] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        melee = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
    },
    levels = {
        [1] = {baseMultiplier = 3, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["TeleportVaalDomination"] = {
    name = "TeleportVaalDomination",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Movement] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 2,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "teleport_additional_distance_between_self_and_target",
    },
    levels = {
        [1] = {11, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
IdMonsterEnemiesTaunted1
FamilyNothing
Domainsmonstruo (3)
GenerationTypeúnico (3)
Req. level1
generic_buff_aura
Radio: 20

Community Wiki

Edit

Radiant Crusade

Radiant Crusade is a notable Ascendancy passive skill for the Guardian that grants elemental resistance, grant you and nearby allies more damage if you have at least one nearby ally, and Onslaught to you and nearby allies if you have at least five nearby allies.


Wikis Content is available under CC BY-NC-SA 3.0 unless otherwise noted.