화강암타쇄
구조물
지역: InvasionBoss
최대 생명력 25% 증가
캐릭터 크기 20% 증가
display monster uses whirling blades text [1]
떨어지는 아이템 수량 300% 증가
떨어지는 아이템 희귀도 800% 증가
이동 속도 100% 증가
명중 시 50%의 확률로 권능 충전 획득
명중 시 50%의 확률로 격분 충전 획득
명중 시 50%의 확률로 인내 충전 획득
monster additional quantity of dropped items in cruel +% [300]
monster additional quantity of dropped items in merciless +% [600]
monster additional rarity of dropped items in cruel +% [300]
monster additional rarity of dropped items in merciless +% [600]
monster no map drops [1]
monster is invasion boss [1]
level 33 or lower damage +% final [-20]
level 33 or lower life +% final [-20]
Granitecrush
SpectreN
AreaInvasionBoss
End Game최대 생명력 50% 증가
Tagscleaving_weapon, construct, earth_elemental, extra_large_height, has_one_hand_sword, has_one_handed_melee, invasion_boss, large_model, melee, mud_blood, not_dex, not_int, physical_affinity, stone_armour, stone_construct, very_slow_movement
Packs
  • InvasionBoss: 화강암타쇄, 폐허의 거신
  • 생명력
    260%
    방어도
    +50%
    Ailment Threshold
    260%
    저항
    30 30 30 20
    Damage
    306%
    정확도
    100%
    치명타 확률
    +5%
    치명타 피해 배율
    +130%
    Attack Distance
    5 ~ 15
    Attack Time
    1.17 Second
    Damage Spread
    ±20%
    경험치
    200%
    Model Size
    130%
    Type
    MossMonsterBossInvasion
    Metadata
    MossMonsterBossInvasion
    레벨
    68
    생명력
    16,727
    방어도
    43,185
    회피
    4,739
    에너지 보호막
    0
    Damage
    1,143
    주문 피해
    1,143
    정확도
    290
    Attack Time
    1.17
    경험치
    20,510
    Ailment Threshold
    16,727
    Chill
    53
    Shock
    53
    Brittle
    299
    Scorch
    53
    Sap
    146
    MeleeAtAnimationSpeedUnique
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    기본 공격
    Base Damage: 914–1372
    치명타 확률: 5%
    Attack Time: 1.17 초
    강력한 일격으로 적들을 쓰러트립니다.
    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]
    MossMonsterWhirlingBladesInvasion
    Attack, Melee, Movement, Travel
    칼날 선회
    Base Damage: 914–1372
    치명타 확률: 5%
    Attack Time: 1.17 초
    나선형으로 돌진하여 무기 피해를 줍니다. 쌍수 사용 시 두 무기로 공격하여 한 번 명중으로 두 무기의 피해를 모두 줍니다. 단검과 클로, 한손 검으로만 사용할 수 있습니다. 연속타격의 보조는 받을 수 없습니다.
    공격 속도 50% 감소
    cast time overrides attack duration [1]
    ignores proximity shield [1]
    monster flurry [1]
    skill sound variation [1]
    MonsterEnduringCryInvasion
    Buff, Area, Duration, Warcry, Cooldown
    인내의 함성
    재사용 대기시간: 8 초
    함성을 질러 주변의 모든 적을 도발해 시전자를 공격하게 하고, 인내 충전을 부여합니다. 잠시 생명력 재생 효과를 제공하고, 시전자의 인내 충전에 따라 저항 증가 및 물리 피해 감소 효과가 있는 버프를 부여합니다.
    기본 지속시간 1
    1초마다 생명력의 10% 재생
    인내 충전 2개 추가 부여
    MonsterDischargeInvasionRollem
    Spell, Damage, Area, Multicastable, Triggerable, Fire, Cold, Lightning, CanRapidFire, AreaSpell, Nova, Cooldown
    방출
    시전 속도: 1 초
    재사용 대기시간: 4 초
    시전자의 모든 충전을 방출하여 주변의 모든 적에게 원소 피해를 줍니다.
    권능 충전을 소모할 때마다 주는 기본 번개 피해 110.7~334
    인내 충전을 소모할 때마다 주는 기본 화염 피해 158.1~237.1
    격분 충전을 소모할 때마다 주는 기본 냉기 피해 128.4~193.7
    active skill area of effect radius +% final [150]
    disable skill repeats [1]
    is area damage [1]
    spell maximum action distance +% [-75]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	main_hand_unarmed_type = "One_Hand_Sword"
    }
    

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Render
    {
    	//turn_duration = 0.5
    	visual_size_index = 1
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/MossMonster/MossMonsterBossInvasion"] = {
        name = "Granitecrush",
        life = 2.6,
        fireResist = 30,
        coldResist = 30,
        lightningResist = 30,
        chaosResist = 20,
        damage = 3.06,
        damageSpread = 0.2,
        attackTime = 1.17,
        attackRange = 15,
        accuracy = 1,
        skillList = {
            "MonsterEnduringCryInvasion",
            "MossMonsterWhirlingBladesInvasion",
            "MeleeAtAnimationSpeedUnique",
            "MonsterDischargeInvasionRollem",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MonsterEnduringCryInvasion"] = {
        name = "Enduring Cry",
        hidden = true,
        color = "1",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Performs a warcry, taunting all nearby enemies to attack the user and granting endurance charges. Gives a brief burst of life regeneration, as well as a buff which grants resistances and physical damage reduction based on your endurance charges.",
        skillTypes = {
            [SkillType.Buff] = true,
            [SkillType.Area] = true,
            [SkillType.Duration] = true,
            [SkillType.Warcry] = true,
            [SkillType.Cooldown] = true,
        },
        statDescriptionScope = "buff_skill_stat_descriptions",
        castTime = 0.8,
        baseFlags = {
            area = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "enduring_cry_grants_x_additional_endurance_charges",
            "base_skill_effect_duration",
            "life_regeneration_rate_per_minute_%",
        },
        levels = {
            [1] = {2, 1000, 600, levelRequirement = 4, statInterpolation = {},  cost = { }, },
            [2] = {2, 1000, 600, levelRequirement = 7, statInterpolation = {},  cost = { }, },
            [3] = {2, 1000, 600, levelRequirement = 10, statInterpolation = {},  cost = { }, },
            [4] = {2, 1000, 600, levelRequirement = 14, statInterpolation = {},  cost = { }, },
            [5] = {2, 1000, 600, levelRequirement = 18, statInterpolation = {},  cost = { }, },
            [6] = {2, 1000, 600, levelRequirement = 22, statInterpolation = {},  cost = { }, },
            [7] = {2, 1000, 600, levelRequirement = 24, statInterpolation = {},  cost = { }, },
            [8] = {2, 1000, 600, levelRequirement = 28, statInterpolation = {},  cost = { }, },
            [9] = {2, 1000, 600, levelRequirement = 32, statInterpolation = {},  cost = { }, },
            [10] = {2, 1000, 600, levelRequirement = 36, statInterpolation = {},  cost = { }, },
            [11] = {2, 1000, 600, levelRequirement = 40, statInterpolation = {},  cost = { }, },
            [12] = {2, 1000, 600, levelRequirement = 44, statInterpolation = {},  cost = { }, },
            [13] = {2, 1000, 600, levelRequirement = 48, statInterpolation = {},  cost = { }, },
            [14] = {2, 1000, 600, levelRequirement = 52, statInterpolation = {},  cost = { }, },
            [15] = {2, 1000, 600, levelRequirement = 56, statInterpolation = {},  cost = { }, },
            [16] = {2, 1000, 600, levelRequirement = 60, statInterpolation = {},  cost = { }, },
            [17] = {2, 1000, 600, levelRequirement = 63, statInterpolation = {},  cost = { }, },
            [18] = {2, 1000, 600, levelRequirement = 66, statInterpolation = {},  cost = { }, },
            [19] = {2, 1000, 600, levelRequirement = 67, statInterpolation = {},  cost = { }, },
            [20] = {2, 1000, 600, levelRequirement = 68, statInterpolation = {},  cost = { }, },
            [21] = {2, 1000, 600, levelRequirement = 69, statInterpolation = {},  cost = { }, },
            [22] = {2, 1000, 600, levelRequirement = 70, statInterpolation = {},  cost = { }, },
            [23] = {2, 1000, 600, levelRequirement = 71, statInterpolation = {},  cost = { }, },
            [24] = {2, 1000, 600, levelRequirement = 72, statInterpolation = {},  cost = { }, },
            [25] = {2, 1000, 600, levelRequirement = 73, statInterpolation = {},  cost = { }, },
            [26] = {2, 1000, 600, levelRequirement = 74, statInterpolation = {},  cost = { }, },
            [27] = {2, 1000, 600, levelRequirement = 75, statInterpolation = {},  cost = { }, },
            [28] = {2, 1000, 600, levelRequirement = 76, statInterpolation = {},  cost = { }, },
            [29] = {2, 1000, 600, levelRequirement = 77, statInterpolation = {},  cost = { }, },
            [30] = {2, 1000, 600, levelRequirement = 78, statInterpolation = {},  cost = { }, },
            [31] = {2, 1000, 600, levelRequirement = 79, statInterpolation = {},  cost = { }, },
            [32] = {2, 1000, 600, levelRequirement = 80, statInterpolation = {},  cost = { }, },
            [33] = {2, 1000, 600, levelRequirement = 81, statInterpolation = {},  cost = { }, },
            [34] = {2, 1000, 600, levelRequirement = 82, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MossMonsterWhirlingBladesInvasion"] = {
        name = "Whirling Blades",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Dive through enemies, dealing weapon damage. If dual wielding attacks with both weapons, dealing the damage of both in one hit. Only works with Daggers, Claws, and One-Handed Swords. Cannot be supported by Multistrike.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Melee] = true,
            [SkillType.Movement] = true,
            [SkillType.Travel] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.43,
        baseFlags = {
            attack = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_sound_variation",
            "attack_speed_+%",
            "monster_flurry",
            "cast_time_overrides_attack_duration",
            "ignores_proximity_shield",
        },
        levels = {
            [1] = {1, -50, 1, levelRequirement = 1, statInterpolation = {},  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["MonsterDischargeInvasionRollem"] = {
        name = "Discharge",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Discharge all the character's charges to deal elemental damage to all nearby monsters.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Fire] = true,
            [SkillType.Cold] = true,
            [SkillType.Lightning] = true,
            [SkillType.CanRapidFire] = true,
            [SkillType.AreaSpell] = true,
            [SkillType.Nova] = true,
            [SkillType.Cooldown] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            area = true,
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_lightning_damage_per_removable_power_charge",
            "spell_maximum_base_lightning_damage_per_removable_power_charge",
            "spell_minimum_base_fire_damage_per_removable_endurance_charge",
            "spell_maximum_base_fire_damage_per_removable_endurance_charge",
            "spell_minimum_base_cold_damage_per_removable_frenzy_charge",
            "spell_maximum_base_cold_damage_per_removable_frenzy_charge",
            "active_skill_area_of_effect_radius_+%_final",
            "spell_maximum_action_distance_+%",
            "is_area_damage",
            "disable_skill_repeats",
        },
        levels = {
            [1] = {0.56000000238419, 1.6900000572205, 0.80000001192093, 1.2000000476837, 0.64999997615814, 0.98000001907349, 50, -75, levelRequirement = 4, statInterpolation = {3, 3, 3, 3, 3, 3, 1},  cost = { }, },
            [2] = {0.56000000238419, 1.6900000572205, 0.80000001192093, 1.2000000476837, 0.64999997615814, 0.98000001907349, 100, -75, levelRequirement = 36, statInterpolation = {3, 3, 3, 3, 3, 3, 1},  cost = { }, },
            [3] = {0.56000000238419, 1.6900000572205, 0.80000001192093, 1.2000000476837, 0.64999997615814, 0.98000001907349, 100, -75, levelRequirement = 52, statInterpolation = {3, 3, 3, 3, 3, 3, 1},  cost = { }, },
            [4] = {0.56000000238419, 1.6900000572205, 0.80000001192093, 1.2000000476837, 0.64999997615814, 0.98000001907349, 150, -75, levelRequirement = 56, statInterpolation = {3, 3, 3, 3, 3, 3, 1},  cost = { }, },
        },
    }
    
    최대 생명력 25% 증가
    캐릭터 크기 20% 증가
    IdMonsterImplicitIncreasedLife1
    FamilyMaximumLifeIncreasePercent
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • maximum life +% Min: 25 Max: 25 Global
  • base actor scale +% Min: 20 Max: 20 Global
  • Craft Tagsresource life
    display monster uses whirling blades text [1]
    IdMonsterRollsOverEnemiesText
    FamilyMonsterRollsOverEnemiesText
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • display monster uses whirling blades text Min: 1 Max: 1 Global
  • 떨어지는 아이템 수량 300% 증가
    떨어지는 아이템 희귀도 800% 증가
    IdMonsterInvasionBoss
    FamilyMonsterInvasionBoss
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • monster dropped item rarity +% Min: 800 Max: 800 Global
  • monster dropped item quantity +% Min: 300 Max: 300 Global
  • 이동 속도 100% 증가
    IdMonsterImplicitFastRun2
    FamilyMovementVelocity
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • base movement velocity +% Min: 100 Max: 100 Global
  • Craft Tagsspeed
    명중 시 50%의 확률로 권능 충전 획득
    IdMonsterImplicitGainsPowerChargeOnHit1
    FamilyMonsterGrantsCharges
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • add power charge on skill hit % Min: 50 Max: 50 Global
  • Craft Tagspower_charge
    명중 시 50%의 확률로 격분 충전 획득
    IdMonsterImplicitGainsFrenzyChargeOnHit1
    FamilyMonsterGrantsCharges
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • add frenzy charge on skill hit % Min: 50 Max: 50 Global
  • Craft Tagsfrenzy_charge
    명중 시 50%의 확률로 인내 충전 획득
    IdMonsterImplicitGainsEnduranceChargeOnHit1
    FamilyMonsterGrantsCharges
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • add endurance charge on skill hit % Min: 50 Max: 50 Global
  • Craft Tagsendurance_charge
    monster additional quantity of dropped items in cruel +% [300]
    monster additional quantity of dropped items in merciless +% [600]
    monster additional rarity of dropped items in cruel +% [300]
    monster additional rarity of dropped items in merciless +% [600]
    IdMonsterInvasionMercilessDrops1
    FamilyMonsterMercilessDrops
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • monster additional rarity of dropped items in cruel +% Min: 300 Max: 300 Global
  • monster additional quantity of dropped items in cruel +% Min: 300 Max: 300 Global
  • monster additional rarity of dropped items in merciless +% Min: 600 Max: 600 Global
  • monster additional quantity of dropped items in merciless +% Min: 600 Max: 600 Global
  • monster no map drops [1]
    IdMonsterNoMapDrops
    FamilyMonsterNoMapDrops
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 Global
  • monster is invasion boss [1]
    IdIsInvasionBoss
    FamilyMonsterIsInvasionBoss
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • monster is invasion boss Min: 1 Max: 1 Global
  • level 33 or lower damage +% final [-20]
    level 33 or lower life +% final [-20]
    IdMonsterLifeAndDamageLessBelowLevel33
    FamilyMoreLifeBelowLevelThreshold
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • level 33 or lower life +% final Min: -20 Max: -20 Global
  • level 33 or lower damage +% final Min: -20 Max: -20 Global
  • Craft Tagsresource life damage
    Edit

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