MirageVillageShippingSanctumArchnemesisExpeditionDetonatorUltimatumAltarRitualRuneHeistSumgglersCacheHarvestPortalAfflictionInitiatorBlightCoreLegionInitiatorBetrayalSymbolCatarinaDelveMineralVeinIncursionCraftingBenchBestiaryRareMonsterAbyssBreachEssenceStrongboxShrine
深淵伴侶
野獸
IconEnemyResistanceFire IconEnemyResistanceCold IconEnemyResistanceLightning IconEnemyResistanceChaos
monster dropped item rarity +% [15000]
monster slain experience +% [100]
行動速度不能被調整至低於 50% 基礎值
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
不能被擊退
Consort of the Depths
幽魂
標籤abyss_blood, abyssal, beast, large_height, large_model, not_dex, very_slow_movement
生命
2000%
生命轉為護盾
20%
護甲值
+20%
異常狀態臨界值
2000%
抗性
IconEnemyResistanceFire40% IconEnemyResistanceCold40% IconEnemyResistanceLightning40% IconEnemyResistanceChaos25%
傷害
300%
命中
100%
暴擊率
+5%
暴擊加成
+130%
攻擊距離
7 ~ 38
攻擊間隔
1.5 秒
傷害分佈
±20%
經驗值
250%
Model Size
200%
類型
AbyssTwoMonolithicSlug
Metadata
MonolithicSlug
等級
68
生命
2,786,927
護甲值
34,548
閃避值
4,739
能量護盾
24,508
傷害
1,276
法術傷害
1,905
命中
580
攻擊間隔
1.005
經驗值
141,006
召喚物生命
604,509
Minion Energy Shield
5,316
召喚物傷害
1,019
異常狀態臨界值
1,755,764
冰緩
5,552
感電
5,552
易碎
31,409
焦灼
5,552
殘喘
15,338
Phys Convert Ele
240%
MeleeAtAnimationSpeedUnique
攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
普通攻擊
基本傷害: 20273041
暴擊率: 5%
攻擊間隔: 1.5 秒
用強大的攻擊擊倒敵人。
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
GTMonolithicSlugProjSpray
可觸發, 法術
施放時間: 1 秒
冷卻時間: 12 秒
action attack or cast time uses animation length [1]
MMSMonolithicSlugProj
投射物, 玩家投射物, 法術, 傷害, 範圍, 陷阱技能, 圖騰技能, 地雷技能, 法術可重複, 可觸發, 範圍法術
暴擊率: 5%
施放時間: 1 秒
通用的怪物砲擊技能。與怪物投射物相似,但帶有衝擊效果。
造成 409.1613.7 物理傷害
50% 物理傷害轉化至冰冷傷害
base is projectile [1]
is area damage [1]
number of projectiles override [1]
projectile spread radius [10]
projectile uses contact position [1]
spell maximum action distance +% [-30]
use scaled contact offset [1]
CGEAbyssMonolithSlugDesecratedGround
法術, 範圍, 傷害, 可觸發, 持續時間, 範圍法術
施放時間: 1 秒
每秒造成 453.4 基礎物理傷害
基礎持續時間為 10
active skill area of effect radius +% final [-25]
ground blood art variation [16]
is area damage [1]
SparkAbyssMonolithicSlug
法術, 投射物, 玩家投射物, 傷害, 持續時間, 陷阱技能, 圖騰技能, 地雷技能, 法術可重複, 可觸發, 閃電, 可齊射
電球
暴擊率: 5%
施放時間: 2.8 秒
冷卻時間: 14 秒
施放出多顆變幻莫測的電球,這些電球將會隨機移動直到撞到敵人或是自然消失。
造成 404.4606.7 物理傷害
基礎持續時間為 10
減少 25% 投射物速度
擊中時使敵人中毒
base is projectile [1]
number of projectiles override [1]
projectile uses contact direction [1]
projectile uses contact position [1]
use scaled contact offset [1]
spark

Object Type

 
-- src\Data\Spectres.lua
minions["Metadata/Monsters/AbyssTwoLeague/MonolithicSlug"] = {
    fireResist = 40,
    coldResist = 40,
    lightningResist = 40,
    chaosResist = 25,
    name = "Consort of the Depths",
    life = 20,
    energyShield = 0.2,
    damage = 3,
    damageSpread = 0.2,
    attackTime = 1.5,
    attackRange = 38,
    accuracy = 1,
    skillList = {
        "MeleeAtAnimationSpeedUnique",
        "SparkAbyssMonolithicSlug",
        "MMSMonolithicSlugProj",
        "CGEAbyssMonolithSlugDesecratedGround",
        "GTMonolithicSlugProjSpray",
    },
    modList = {
    },
}
-- 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["SparkAbyssMonolithicSlug"] = {
    name = "Spark",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Launches unpredictable sparks that move randomly until they hit an enemy or expire.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
        [SkillType.Damage] = true,
        [SkillType.Duration] = true,
        [SkillType.Trappable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Lightning] = true,
        [SkillType.CanRapidFire] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 2.8,
    baseFlags = {
        spell = true,
        projectile = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_physical_damage",
        "spell_maximum_base_physical_damage",
        "base_skill_effect_duration",
        "base_projectile_speed_+%",
        "number_of_projectiles_override",
        "base_is_projectile",
        "projectile_uses_contact_position",
        "projectile_uses_contact_direction",
        "global_poison_on_hit",
        "use_scaled_contact_offset",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 10000, -25, 1, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MMSMonolithicSlugProj"] = {
    name = "MMSMonolithicSlugProj",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Generic monster mortar skill. Like Monster Projectile but has an impact effect.",
    skillTypes = {
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
        [SkillType.Spell] = true,
        [SkillType.Damage] = true,
        [SkillType.Area] = true,
        [SkillType.Trappable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.AreaSpell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        area = true,
        spell = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_physical_damage",
        "spell_maximum_base_physical_damage",
        "projectile_spread_radius",
        "spell_maximum_action_distance_+%",
        "skill_physical_damage_%_to_convert_to_cold",
        "number_of_projectiles_override",
        "is_area_damage",
        "base_is_projectile",
        "projectile_uses_contact_position",
        "use_scaled_contact_offset",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 10, -30, 50, 1, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["CGEAbyssMonolithSlugDesecratedGround"] = {
    name = "CGEAbyssMonolithSlugDesecratedGround",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Area] = true,
        [SkillType.Damage] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Duration] = true,
        [SkillType.AreaSpell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        area = true,
        spell = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "base_physical_damage_to_deal_per_minute",
        "ground_blood_art_variation",
        "base_skill_effect_duration",
        "active_skill_area_of_effect_radius_+%_final",
        "is_area_damage",
    },
    levels = {
        [1] = {2, 16, 10000, -25, levelRequirement = 0, statInterpolation = {3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["GTMonolithicSlugProjSpray"] = {
    name = "GTMonolithicSlugProjSpray",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Triggerable] = true,
        [SkillType.Spell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "action_attack_or_cast_time_uses_animation_length",
    },
    levels = {
        [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
    },
}
monster dropped item rarity +% [15000]
monster slain experience +% [100]
FamilyMonsterMapBoss
Domains怪物 (3)
GenerationType傳奇 (3)
Req. level1
Stats
  • monster slain experience +% 100 100 全域
  • monster dropped item rarity +% 15000 15000 全域
  • 行動速度不能被調整至低於 50% 基礎值
    FamilyCannotBeSlowedBelowValue
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • hellscape boots action speed +% minimum value -50 -50 全域
  • Craft Tags速度
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    FamilyNothing
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • cannot be stunned while stunned 1 1 全域 — 無法使用的值
  • cannot be stunned for ms after stun finished 2000 2000 全域
  • 不能被擊退
    FamilyImmuneToKnockback
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • cannot be knocked back 1 1 全域 — 無法使用的值
  • 深淵伴侶
    野獸
    IconEnemyResistanceFire IconEnemyResistanceCold IconEnemyResistanceLightning IconEnemyResistanceChaos
    monster dropped item rarity +% [15000]
    monster slain experience +% [100]
    行動速度不能被調整至低於 50% 基礎值
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    不能被擊退
    Consort of the Depths
    幽魂
    標籤abyss_blood, abyssal, beast, large_height, large_model, not_dex, very_slow_movement
    生命
    2000%
    生命轉為護盾
    20%
    護甲值
    +20%
    異常狀態臨界值
    2000%
    抗性
    IconEnemyResistanceFire40% IconEnemyResistanceCold40% IconEnemyResistanceLightning40% IconEnemyResistanceChaos25%
    傷害
    300%
    命中
    100%
    暴擊率
    +5%
    暴擊加成
    +130%
    攻擊距離
    7 ~ 38
    攻擊間隔
    1.5 秒
    傷害分佈
    ±20%
    經驗值
    250%
    Model Size
    200%
    類型
    AbyssTwoMonolithicSlug
    Metadata
    MonolithicSlugDepths
    等級
    68
    生命
    2,786,927
    護甲值
    34,548
    閃避值
    4,739
    能量護盾
    24,508
    傷害
    1,276
    法術傷害
    1,905
    命中
    580
    攻擊間隔
    1.005
    經驗值
    141,006
    召喚物生命
    604,509
    Minion Energy Shield
    5,316
    召喚物傷害
    1,019
    異常狀態臨界值
    1,755,764
    冰緩
    5,552
    感電
    5,552
    易碎
    31,409
    焦灼
    5,552
    殘喘
    15,338
    Phys Convert Ele
    240%
    MeleeAtAnimationSpeedUnique
    攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
    普通攻擊
    基本傷害: 20273041
    暴擊率: 5%
    攻擊間隔: 1.5 秒
    用強大的攻擊擊倒敵人。
    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
    GTMonolithicSlugProjSpray
    可觸發, 法術
    施放時間: 1 秒
    冷卻時間: 12 秒
    action attack or cast time uses animation length [1]
    MMSMonolithicSlugProj
    投射物, 玩家投射物, 法術, 傷害, 範圍, 陷阱技能, 圖騰技能, 地雷技能, 法術可重複, 可觸發, 範圍法術
    暴擊率: 5%
    施放時間: 1 秒
    通用的怪物砲擊技能。與怪物投射物相似,但帶有衝擊效果。
    造成 409.1613.7 物理傷害
    50% 物理傷害轉化至冰冷傷害
    base is projectile [1]
    is area damage [1]
    number of projectiles override [1]
    projectile spread radius [10]
    projectile uses contact position [1]
    spell maximum action distance +% [-30]
    use scaled contact offset [1]
    CGEAbyssMonolithSlugDesecratedGround
    法術, 範圍, 傷害, 可觸發, 持續時間, 範圍法術
    施放時間: 1 秒
    每秒造成 453.4 基礎物理傷害
    基礎持續時間為 10
    active skill area of effect radius +% final [-25]
    ground blood art variation [16]
    is area damage [1]
    SparkAbyssMonolithicSlug
    法術, 投射物, 玩家投射物, 傷害, 持續時間, 陷阱技能, 圖騰技能, 地雷技能, 法術可重複, 可觸發, 閃電, 可齊射
    電球
    暴擊率: 5%
    施放時間: 2.8 秒
    冷卻時間: 14 秒
    施放出多顆變幻莫測的電球,這些電球將會隨機移動直到撞到敵人或是自然消失。
    造成 404.4606.7 物理傷害
    基礎持續時間為 10
    減少 25% 投射物速度
    擊中時使敵人中毒
    base is projectile [1]
    number of projectiles override [1]
    projectile uses contact direction [1]
    projectile uses contact position [1]
    use scaled contact offset [1]
    spark

    Object Type

     
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/AbyssTwoLeague/MonolithicSlugDepths"] = {
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 25,
        name = "Consort of the Depths",
        life = 20,
        energyShield = 0.2,
        damage = 3,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 38,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeedUnique",
            "SparkAbyssMonolithicSlug",
            "MMSMonolithicSlugProj",
            "CGEAbyssMonolithSlugDesecratedGround",
            "GTMonolithicSlugProjSpray",
        },
        modList = {
        },
    }
    -- 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["SparkAbyssMonolithicSlug"] = {
        name = "Spark",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Launches unpredictable sparks that move randomly until they hit an enemy or expire.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Damage] = true,
            [SkillType.Duration] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Lightning] = true,
            [SkillType.CanRapidFire] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2.8,
        baseFlags = {
            spell = true,
            projectile = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "base_skill_effect_duration",
            "base_projectile_speed_+%",
            "number_of_projectiles_override",
            "base_is_projectile",
            "projectile_uses_contact_position",
            "projectile_uses_contact_direction",
            "global_poison_on_hit",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 10000, -25, 1, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MMSMonolithicSlugProj"] = {
        name = "MMSMonolithicSlugProj",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Generic monster mortar skill. Like Monster Projectile but has an impact effect.",
        skillTypes = {
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            area = true,
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "projectile_spread_radius",
            "spell_maximum_action_distance_+%",
            "skill_physical_damage_%_to_convert_to_cold",
            "number_of_projectiles_override",
            "is_area_damage",
            "base_is_projectile",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 10, -30, 50, 1, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["CGEAbyssMonolithSlugDesecratedGround"] = {
        name = "CGEAbyssMonolithSlugDesecratedGround",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Area] = true,
            [SkillType.Damage] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Duration] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_physical_damage_to_deal_per_minute",
            "ground_blood_art_variation",
            "base_skill_effect_duration",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {2, 16, 10000, -25, levelRequirement = 0, statInterpolation = {3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GTMonolithicSlugProjSpray"] = {
        name = "GTMonolithicSlugProjSpray",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    
    monster dropped item rarity +% [15000]
    monster slain experience +% [100]
    FamilyMonsterMapBoss
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • monster slain experience +% 100 100 全域
  • monster dropped item rarity +% 15000 15000 全域
  • 行動速度不能被調整至低於 50% 基礎值
    FamilyCannotBeSlowedBelowValue
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • hellscape boots action speed +% minimum value -50 -50 全域
  • Craft Tags速度
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    FamilyNothing
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • cannot be stunned while stunned 1 1 全域 — 無法使用的值
  • cannot be stunned for ms after stun finished 2000 2000 全域
  • 不能被擊退
    FamilyImmuneToKnockback
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • cannot be knocked back 1 1 全域 — 無法使用的值
  • Edit

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