MirageVillageShippingSanctumArchnemesisExpeditionDetonatorUltimatumAltarRitualRuneHeistSumgglersCacheHarvestPortalAfflictionInitiatorBlightCoreLegionInitiatorBetrayalSymbolCatarinaDelveMineralVeinIncursionCraftingBenchBestiaryRareMonsterAbyssBreachEssenceStrongboxShrine
The Cadaver Bull
Beast
MonsterResistanceIconFire MonsterResistanceIconCold MonsterResistanceIconLightning MonsterResistanceIconChaos
Genus: Apes
Group: Avians
Family: The Sands
300% increased Quantity of Items Dropped
800% increased Rarity of Items Dropped
monster no map drops [1]
monster is invasion boss [1]
level 33 or lower damage +% final [-20]
level 33 or lower life +% final [-20]
SpectreN
AreaInvasionBoss
End Game50% increased maximum Life
Tagsanimal_claw_weapon, avian_beast, beast, has_claw, has_one_handed_melee, insect_blood, invasion_boss, large_model, light_armour, medium_height, medium_movement, melee, not_int, physical_affinity
Packs
  • InvasionBoss: The Cadaver Bull, Rhoa Mare, Tercel Rhoa
  • Life
    210%
    Armour
    +25%
    Evasion
    +40%
    Ailment Threshold
    210%
    Resistance
    MonsterResistanceIconFire30 MonsterResistanceIconCold30 MonsterResistanceIconLightning30 MonsterResistanceIconChaos20
    Damage
    140%
    Accuracy
    140%
    Critical Strike Chance
    +5%
    Critical Strike Multiplier
    +130%
    Attack Distance
    6 ~ 18
    Attack Time
    1.395 Second
    Damage Spread
    ±20%
    Experience
    140%
    Model Size
    150%
    Type
    BigRhoaBossInvasion
    Metadata
    RhoaBossInvasion
    Level
    68
    Life
    13,510
    Armour
    35,988
    Evasion Rating
    6,635
    Damage
    523
    Spell Damage
    523
    Accuracy
    696
    Attack Time
    1.395
    Experience
    14,357
    Minion Life
    2,930
    Minion Damage
    418
    Ailment Threshold
    13,510
    Chill
    43
    Shock
    43
    Brittle
    242
    Scorch
    43
    Sap
    118
    Phys Convert Ele
    240%
    MeleeAtAnimationSpeedUnique
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Default Attack
    Base Damage: 418—628
    Critical Strike Chance: 5%
    Attack Time: 1.395 sec
    Strike your foes down with a powerful blow.
    action attack or cast time uses animation length [1]
    projectile uses contact position [1]
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]
    iconbasicattack
    RhoaShieldChargeInvasion
    Attack, Melee, MeleeSingleTarget, Movement, Travel
    Shield Charge
    Base Damage: 418—628
    Critical Strike Chance: 5%
    Attack Time: 1.395 sec
    Cooldown Time: 10 sec
    Charges at an enemy, bashing it with the character's shield and striking it. This knocks it back and stuns it. Enemies in the way are pushed to the side. Damage and stun are proportional to distance travelled.
    90% increased Stun Duration on enemies at Maximum charge distance
    70% more Damage with Hits at Maximum Charge Distance
    ignores proximity shield [1]
    shield charge continue past target [0]
    shield charge end slide distance [41]
    shield charge extra distance [30]
    iconshieldcharge
    GARhoaBossChargeStomp
    Triggerable, Attack
    Base Damage: 418—628
    Critical Strike Chance: 5%
    Attack Damage: 15%
    Attack Time: 1.395 sec
    Knocks Enemies Back on Hit
    Deals 85% less Attack Damage
    Stuns Enemies
    is area damage [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Rhoas/Rhoa"
    
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Rhoas/RhoaBossInvasion"] = {
        fireResist = 30,
        coldResist = 30,
        lightningResist = 30,
        chaosResist = 20,
        name = "The Cadaver Bull",
        life = 2.1,
        damage = 1.4,
        damageSpread = 0.2,
        attackTime = 1.395,
        attackRange = 18,
        accuracy = 1.4,
        skillList = {
            "RhoaShieldChargeInvasion",
            "MeleeAtAnimationSpeedUnique",
            "GARhoaBossChargeStomp",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["RhoaShieldChargeInvasion"] = {
        name = "Shield Charge",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Charges at an enemy, bashing it with the character's shield and striking it. This knocks it back and stuns it. Enemies in the way are pushed to the side. Damage and stun are proportional to distance travelled.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Melee] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Movement] = true,
            [SkillType.Travel] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "shield_charge_continue_past_target",
            "shield_charge_stun_duration_+%_maximum",
            "shield_charge_damage_+%_maximum",
            "shield_charge_extra_distance",
            "shield_charge_end_slide_distance",
            "ignores_proximity_shield",
        },
        levels = {
            [1] = {0, 90, 70, 30, 41, levelRequirement = 1, statInterpolation = {1},  cost = { }, },
            [2] = {0, 90, 70, 30, 41, levelRequirement = 40, statInterpolation = {1},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeedUnique"] = {
        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 = {
            "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 = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GARhoaBossChargeStomp"] = {
        name = "GARhoaBossChargeStomp",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "is_area_damage",
            "always_stun",
            "global_knockback",
        },
        levels = {
            [1] = {baseMultiplier = 0.15, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    FamilyMonsterAura
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • base chaos damage % of maximum life taken per minute 360 — 360 Global Unscalable Value
  • Craft Tagschaos_damage Damage Chaos
    Degeneration Aura
    Radius: 50
    Enemies take Chaos Damage over time
    6% of Maximum Life taken per second as Chaos Damage
    300% increased Quantity of Items Dropped
    800% increased Rarity of Items Dropped
    FamilyMonsterInvasionBoss
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster dropped item rarity +% 800 — 800 Global Unscalable Value
  • monster dropped item quantity +% 300 — 300 Global Unscalable Value
  • FamilyMonsterAura
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level4 (Effective: 3)
    Stats
  • base movement velocity +% -25 — -25 Global Unscalable Value
  • Craft TagsSpeed
    Slow Aura
    Radius: 40
    Enemies are Slowed
    Buff grants 25% reduced Movement Speed
    monster no map drops [1]
    FamilyMonsterNoMapDrops
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster no map drops 1 — 1 Global Unscalable Value
  • monster is invasion boss [1]
    FamilyMonsterIsInvasionBoss
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster is invasion boss 1 — 1 Global Unscalable Value
  • level 33 or lower damage +% final [-20]
    level 33 or lower life +% final [-20]
    FamilyMoreLifeBelowLevelThreshold
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • level 33 or lower life +% final -20 — -20 Global Unscalable Value
  • level 33 or lower damage +% final -20 — -20 Global Unscalable Value
  • Craft Tagsresource Life Damage
    Edit

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