Companheiro Rhoa
monster no drops or experience [1]
Rhoa Companion
SpectreY
Tagsbeast, fast_movement, mammal_beast, MonsterBlunt_onhit_audio, not_int, red_blood
Vida
200%
Armadura
+50%
Evasão
+50%
Resistência
0 0 0 0
Damage
200%
Precisão
100%
Acertos Críticos Chance
5%
Bônus de Dano Crítico
+30%
Attack Distance
6 ~ 16
Tempo de Ataque
1.23 Second
Damage Spread
±20%
Experiência
100%
Model Size
120%
Type
RhoaPlayerSummoned
Metadata
RhoaPlayerSummoned
IsSummoned
Y
Nível
68
Vida
15,514
Armadura
5,177
Evasão
716
Damage
466
Dano Mágico
466
Precisão
2,180
Tempo de Ataque
1.23
Experiência
28,634
Minion Life
22,560
Minion Damage
3,793
Minion Armour
8,628
MeleeAtAnimationSpeed
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque Básico
Base Damage: 373–559
Chance de Acerto Crítico: 5%
Tempo de Ataque: 1.23 seg
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]
IdMonsterNoDropsOrExperience
FamilyMonsterNoDropsOrExperience
DomainsMonster (3)
GenerationTypeÚnico (3)
Req. level1
Stats
  • monster no drops or experience Min: 1 Max: 1 Global
  • Edit

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