Summon Rhoa Mount
Level: 1
Reservation: 50 Spirit
Cast Time: 1.00 sec
Requires: Level 1, 1 Dex
[DNT] Like a horse, but a bird. Apparently.
Skills can be managed in the Skills Panel.
Level Effect /1
Implicit |
---|
Reservation: 50 |
Level | Requires Level | Dex |
---|---|---|
1 | 0 | 1 |
Attribute /6
Summon Rhoa Mount
Key | Value |
---|---|
BaseType | Summon Rhoa Mount |
Class | Skill Gems |
TargetTypes | Any |
Type | Spell, Minion, CreatesMinion, HasReservation, Persistent, Buff |
ItemType | Metadata/Items/Gems/SkillGemSummonRhoaMount |
ActiveSkillsCode | summon_rhoa_mount |
Summon Rhoa Mount
Level: 1
Reservation: 50 Spirit
Cast Time: 1.00 sec
Requires: Level 1, 1 Dex
[DNT] Like a horse, but a bird. Apparently.
is resummoning minion [1]
minion base resummon time ms [12000]
Skills can be managed in the Skills Panel.
Supported By /16
Arcane Tempo
Supports Spells, causing them to cast faster.
Elemental Army
Supports skills which create Minions, bolstering the Elemental Resistances of those Minions.
Feeding Frenzy
Supports skills which create Minions, making them deal and take more damage.
Meat Shield
Supports skills which create Minions, granting them more life but making them deal less damage.
Infernal Legion
Supports skills which create Minions, causing them and enemies near them to Burn. Damage dealt by the Burning is based off the Life of the supported Minion.
Minion Instability
Supports skills which create Minions, causing them to violently explode when reduced to Low Life.
Last Gasp
Supports skills that create Persistent Minions, causing those Minions to fight on for a short duration before dying when they are fatally wounded.
Demolisher
Supports any skill, causing Armour Break it inflicts to be stronger.
Minion Mastery
Supports Minion skills, granting them an additional level.
Encumbrance
Supports any skill, causing inflicted Slows to be more powerful.
Precision
Supports Persistent Buff Skills, causing you to gain increased Accuracy while the Skill is active.
Clarity
Supports Persistent Buff Skills, causing you to gain increased Mana Regeneration while the Skill is active.
Vitality
Supports Persistent Buff Skills, causing you to gain Life Regeneration while the Skill is active.
Herbalism
Supports Persistent Buff Skills, causing you to gain increased Life recovery from Flasks while the Skill is active.
Cannibalism
Supports Persistent Buff Skills, causing you to recover Life on kill while the Skill is active.
Strip Away
Supports Skills which apply Exposure to Enemies, increasing the effect of applied Exposure.
Rhoa Companion
monster no drops or experience [1]
Spectre | Y |
---|---|
Tags | beast, fast_movement, mammal_beast, MonsterBlunt_onhit_audio, not_int, red_blood |
Life
200%
Armour
+50%
Evasion
+50%
Resistance
0
0
0
0
Damage
200%
Accuracy
100%
Critical Hits Chance
5%
Critical Damage Bonus
+30%
Attack Distance
6 ~ 16
Attack Time
1.23 Second
Damage Spread
±20%
Experience
100%
Model Size
120%
Type
RhoaPlayerSummoned
Metadata
RhoaPlayerSummoned
IsSummoned
Y
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Level
68
Life
15,514
Armour
5,177
Evasion Rating
716
Damage
466
Spell Damage
466
Accuracy
2,180
Attack Time
1.23
Experience
28,634
Minion Life
22,560
Minion Damage
3,793
Minion Armour
8,628
The following values are skill base values and do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses, monster base damage(ex: The Maven 150% multiplier), monster rarity bonuses (ex: unique 70% more, unique attack 33% less).
MeleeAtAnimationSpeed
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Basic Attack
Base Damage: 373–559
Critical Hit Chance: 5%
Attack Time: 1.23 sec
action attack or cast time uses animation length [1]
projectile uses contact position [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
Object Type
version 2 extends "Metadata/Monsters/PlayerFollowingMinionBase" Stats { set_has_quadruped_head_control = 1 set_quadruped_head_turn_duration_ms = 200 } Animated { always_interpolate_bearing = true } StateMachine { define_shared_state = "faded; is_a_mount" define_shared_timer = "resume" on_timer_resume = "SetImmobile( false );" } InteractionAction { interaction_requires_exact_position = true interaction_forward_offset = 9 interaction_forward_direction = -90 on_interaction_pathing_started = " SetImmobile( true ); InterruptActionsForDuration( 0.0f ); FaceObject( triggerer ); RotateBy( 90 ); " }
Object Type Codes
version 2 extends "Metadata/Monsters/PlayerFollowingMinionBase" StateMachine { on_state_faded_1 = "AddEffectPack( 'Metadata/Effects/Spells/mount_rhoa/epk/death_fade.epk' );" create_state_faded_1 = "DisableRendering();" on_state_faded_0 = " RemoveEffectPack( 'Metadata/Effects/Spells/mount_rhoa/epk/death_fade.epk' ); EnableRendering(); " on_or_create_state_is_a_mount_1 = "DisableTargetable();" on_state_is_a_mount_0 = "EnableTargetable();" } Targetable { targetable = true targetable_by_minion_owner = true }
-- src\Data\Spectres.lua minions["Metadata/Monsters/RhoaPlayerSummoned/RhoaPlayerSummoned"] = { name = "Rhoa Companion", life = 2, fireResist = 0, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 2, damageSpread = 0.2, attackTime = 1.23, attackRange = 16, accuracy = 1, skillList = { "MeleeAtAnimationSpeed", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["MeleeAtAnimationSpeed"] = { name = "Basic Attack", hidden = true, color = , baseEffectiveness = 0, incrementalEffectiveness = 0, 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 = { "skill_can_fire_arrows", "skill_can_fire_wand_projectiles", "action_attack_or_cast_time_uses_animation_length", "projectile_uses_contact_position", "use_scaled_contact_offset", }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, }
monster no drops or experience [1]
Id | MonsterNoDropsOrExperience |
---|---|
Family | MonsterNoDropsOrExperience |
Domains | Monster (3) |
GenerationType | Unique (3) |
Req. level | 1 |
Stats |
Edit
Wikis Content is available under CC BY-NC-SA 3.0 unless otherwise noted.
Wikis Content is available under CC BY-NC-SA 3.0 unless otherwise noted.