Conejo Extraño
Bestia
monster no drops or experience [1]
Strange Rabbit
SpectreN
Tagsbeast, extra_small_height, fast_movement, flesh_armour, has_one_hand_mace, has_one_handed_melee, physical_affinity, red_blood, unusable_corpse
Vida
125%
Ailment Threshold
125%
Resistencia
0 0 0 0
Damage
125%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de Golpe Crítico
+130%
Attack Distance
6 ~ 6
Attack Time
1.5 Second
Damage Spread
±20%
Experiencia
125%
Model Size
160%
Type
VolatileRabbit
Metadata
VolatileRabbitBestiaryMod
Nivel
68
Vida
8,042
Armaduras
28,790
Evasión
4,739
Escudo de energía
0
Damage
467
Daño de hechizos
467
Precisión
290
Attack Time
1.5
Experiencia
12,819
Ailment Threshold
8,042
Chill
25
Shock
25
Brittle
144
Scorch
25
Sap
70
RabbitSummonTiger
Attack, Damage, Area
Base Damage: 374–560
Probabilidad de golpe crítico: 5%
Daño de ataque: 150%
Attack Time: 1.5 seg
Tiempo de recarga: 20 seg
Inflige un 50% más de daño de ataque
active skill area of effect radius +% final [25]
is area damage [1]

Object Type

version 2
extends "Metadata/Monsters/Monster"

Actor
{
	main_hand_unarmed_type = "One_Hand_Mace"
	basic_action = "Emerge"
}

Transitionable
{
}

Life
{
}

Positioned
{
	blocking = false
}

Object Type Codes

version 2
extends "Metadata/Monsters/Monster"

BaseEvents
{
	//on_construction_complete = "AddEffectPack( Metadata/Effects/StatusAilments/spells/raise_specter_02/monster.epk );"
}

Transitionable
{
	on_transition = "DisableRendering();"
	create_transitioned = "DisableRendering();"
}

Animated
{
	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/gore_explode/gore_explosion_no_gibs.ao"
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/Rabbit/VolatileRabbitBestiaryMod"] = {
    name = "Strange Rabbit",
    life = 1.25,
    fireResist = 0,
    coldResist = 0,
    lightningResist = 0,
    chaosResist = 0,
    damage = 1.25,
    damageSpread = 0.2,
    attackTime = 1.5,
    attackRange = 6,
    accuracy = 1,
    skillList = {
        "RabbitSummonTiger",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["RabbitSummonTiger"] = {
    name = "RabbitSummonTiger",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.Damage] = true,
        [SkillType.Area] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 2.5,
    baseFlags = {
        attack = true,
        area = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "active_skill_area_of_effect_radius_+%_final",
        "is_area_damage",
    },
    levels = {
        [1] = {25, baseMultiplier = 1.5, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
monster no drops or experience [1]
IdMonsterNoDropsOrExperience
FamilyMonsterNoDropsOrExperience
Domainsmonstruo (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.