황야의 무리
전직: 워든
캐릭터: 레인저
소환수가 민첩 5당 주는 피해 1% 증가
소환수 피해의 증가 및 감소 수치의 150%가 자신에게도 적용
Scourge of the Wilds
황야의 무리 Attr /6
이름상세 설명 표시
IDAscendancyCustomRaider18
IconArt/2DArt/SkillIcons/passives/AtlasTrees/BestiaryNotable4.png
AscendancyID워든
PassiveSkillsHash24394
TagsisKeystone: false isNotable: true isAscendancyStart: false isMultipleChoice: false isMultipleChoiceOption: false isBlighted: false isJewelSocket: false isMastery: false isProxy: false isUsed: false isRoyale: false
ReferenceCommunity Wiki
황야의 무리
야수
monster base type attack cast speed +% and damage -% final [33]
monster casts viper strike text [1]
display monster causes ground desecration [1]
display monster casts wither [1]
monster no map drops [1]
stance movement speed +% final [-50]
Scourge of the Wilds
SpectreN
Tagsanimal_claw_weapon, beast, chaos_affinity, fast_movement, has_claw, has_one_handed_melee, light_armour, melee, not_int, not_str, physical_affinity, red_blood, small_height, unusable_corpse, ursine_beast
생명력
182%
회피
+50%
Ailment Threshold
182%
저항
42 42 42 0
Damage
208%
정확도
100%
치명타 확률
+5%
치명타 피해 배율
+130%
Attack Distance
6 ~ 10
Attack Time
1.65 Second
Damage Spread
±20%
경험치
140%
Model Size
150%
Type
DropBearBossTalisman
Metadata
DropBearBoss
레벨
68
생명력
11,709
방어도
28,790
회피
7,109
Damage
777
주문 피해
777
정확도
580
Attack Time
1.65
경험치
14,357
Minion Life
2,540
Minion Damage
620
Ailment Threshold
11,709
Chill
37
Shock
37
Brittle
209
Scorch
37
Sap
102
MeleeAtAnimationSpeedUnique
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
기본 공격
Base Damage: 622–932
치명타 확률: 5%
Attack Time: 1.65 초
강력한 일격으로 적들을 쓰러트립니다.
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]
DanceOnCorpse
CanTargetUnusableCorpse
재사용 대기시간: 30 초
disable skill repeats [1]
DropBearBossAbyssalCry
Area, Duration, Chaos, Damage, Warcry, Cooldown
심연의 함성
재사용 대기시간: 4 초
함성을 질러 주변의 적의 이동을 방해하고 적이 사망할 경우 폭발시킵니다. 이동 방해 효과는 포위한 적의 숫자에 비례합니다. 주변의 모든 적이 사용자를 공격하도록 도발하는 효과가 있습니다. 다른 함성 스킬과 재사용 대기시간을 공유합니다.
기본 지속시간 4
이동 속도 21% 감소
피해가 반사되지 않음
주변의 적 하나당 이동 속도 0.8% 감소
폭발로 몬스터 최대 생명력의 1%와 동일한 카오스 피해를 줌
base skill show average damage instead of dps [1]
display skill deals secondary damage [1]
MonsterViperStrike
Attack, Duration, Multistrikeable, Melee, MeleeSingleTarget, DamageOverTime, Chaos
맹독 타격
Base Damage: 622–932
치명타 확률: 5%
Attack Time: 1.65 초
적을 명중시키면 물리 피해의 일부가 카오스 피해로 전환되고 중독을 유발합니다. 중독은 스킬 지속시간 관련 속성 부여의 영향을 받습니다. 쌍수를 사용할 경우 양쪽 무기 모두로 타격합니다. 클로나 단검, 검이 필요합니다.
기본 지속시간 4
물리 피해의 10%를 추가 카오스 피해로 획득
명중 시 항상 중독 유발
poison duration is skill duration [1]
visual hit effect chaos is green [1]
DropBearDesecration
Spell, Area, Duration, Chaos, AreaSpell
시전 속도: 1 초
재사용 대기시간: 3 초
1초마다 130.8의 기본 카오스 피해를 줌
기본 지속시간 6
시전 속도 60% 증가
desecrated ground art variation [2]
dropbear desecration area of effect +% [156]
is area damage [1]

Object Type

version 2
extends "Metadata/Monsters/Monster"

Transitionable
{
}

BaseEvents
{
}

Object Type Codes

version 2
extends "Metadata/Monsters/Monster"

Transitionable
{
	create_untransitioned = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/drop_bear/unique_boss/Scourge_of_the_Wilds.epk );"
	on_transition = "RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/drop_bear/unique_boss/Scourge_of_the_Wilds.epk );"
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/DropBear/DropBearBoss"] = {
    name = "Scourge of the Wilds",
    life = 1.82,
    fireResist = 42,
    coldResist = 42,
    lightningResist = 42,
    chaosResist = 0,
    damage = 2.08,
    damageSpread = 0.2,
    attackTime = 1.65,
    attackRange = 10,
    accuracy = 1,
    weaponType1 = "Claw",
    skillList = {
        "MeleeAtAnimationSpeedUnique",
        "MonsterViperStrike",
        "DanceOnCorpse",
        "DropBearBossAbyssalCry",
        "DropBearDesecration",
    },
    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["MonsterViperStrike"] = {
    name = "Viper Strike",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Hits enemies, converting some of your physical damage to chaos damage and inflicting poison which will be affected by modifiers to skill duration. If dual wielding, will strike with both weapons. Requires a claw, dagger or sword.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.Duration] = true,
        [SkillType.Multistrikeable] = true,
        [SkillType.Melee] = true,
        [SkillType.MeleeSingleTarget] = true,
        [SkillType.DamageOverTime] = true,
        [SkillType.Chaos] = true,
    },
    statDescriptionScope = "debuff_skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        melee = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "physical_damage_%_to_add_as_chaos",
        "base_chance_to_poison_on_hit_%",
        "base_skill_effect_duration",
        "poison_duration_is_skill_duration",
        "visual_hit_effect_chaos_is_green",
    },
    levels = {
        [1] = {10, 100, 4000, levelRequirement = 4, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["DanceOnCorpse"] = {
    name = "DanceOnCorpse",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.CanTargetUnusableCorpse] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "disable_skill_repeats",
    },
    levels = {
        [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["DropBearBossAbyssalCry"] = {
    name = "Abyssal Cry",
    hidden = true,
    color = "1",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Performs a warcry, Hindering nearby enemies and causing them to explode when killed. The Hinder effect is proportional to the number of surrounding enemies. Taunts all nearby enemies to attack the user. Shares a cooldown with other Warcry skills.",
    skillTypes = {
        [SkillType.Area] = true,
        [SkillType.Duration] = true,
        [SkillType.Chaos] = true,
        [SkillType.Damage] = true,
        [SkillType.Warcry] = true,
        [SkillType.Cooldown] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 0.25,
    baseFlags = {
        area = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "abyssal_cry_movement_velocity_+%_per_one_hundred_nearby_enemies",
        "base_movement_velocity_+%",
        "abyssal_cry_%_max_life_as_chaos_on_death",
        "base_skill_effect_duration",
        "damage_cannot_be_reflected",
        "base_skill_show_average_damage_instead_of_dps",
        "display_skill_deals_secondary_damage",
    },
    levels = {
        [1] = {-60, -12, 1, 4000, levelRequirement = 1, statInterpolation = {1, 1},  cost = { }, },
        [2] = {-62, -12, 1, 4000, levelRequirement = 4, statInterpolation = {1, 1},  cost = { }, },
        [3] = {-62, -13, 1, 4000, levelRequirement = 8, statInterpolation = {1, 1},  cost = { }, },
        [4] = {-64, -13, 1, 4000, levelRequirement = 12, statInterpolation = {1, 1},  cost = { }, },
        [5] = {-66, -14, 1, 4000, levelRequirement = 16, statInterpolation = {1, 1},  cost = { }, },
        [6] = {-68, -15, 1, 4000, levelRequirement = 24, statInterpolation = {1, 1},  cost = { }, },
        [7] = {-69, -16, 1, 4000, levelRequirement = 32, statInterpolation = {1, 1},  cost = { }, },
        [8] = {-70, -16, 1, 4000, levelRequirement = 36, statInterpolation = {1, 1},  cost = { }, },
        [9] = {-71, -17, 1, 4000, levelRequirement = 40, statInterpolation = {1, 1},  cost = { }, },
        [10] = {-72, -17, 1, 4000, levelRequirement = 44, statInterpolation = {1, 1},  cost = { }, },
        [11] = {-73, -18, 1, 4000, levelRequirement = 48, statInterpolation = {1, 1},  cost = { }, },
        [12] = {-74, -18, 1, 4000, levelRequirement = 52, statInterpolation = {1, 1},  cost = { }, },
        [13] = {-75, -19, 1, 4000, levelRequirement = 56, statInterpolation = {1, 1},  cost = { }, },
        [14] = {-76, -19, 1, 4000, levelRequirement = 60, statInterpolation = {1, 1},  cost = { }, },
        [15] = {-77, -20, 1, 4000, levelRequirement = 64, statInterpolation = {1, 1},  cost = { }, },
        [16] = {-78, -20, 1, 4000, levelRequirement = 66, statInterpolation = {1, 1},  cost = { }, },
        [17] = {-79, -21, 1, 4000, levelRequirement = 67, statInterpolation = {1, 1},  cost = { }, },
        [18] = {-80, -21, 1, 4000, levelRequirement = 68, statInterpolation = {1, 1},  cost = { }, },
        [19] = {-81, -22, 1, 4000, levelRequirement = 69, statInterpolation = {1, 1},  cost = { }, },
        [20] = {-82, -22, 1, 4000, levelRequirement = 70, statInterpolation = {1, 1},  cost = { }, },
        [21] = {-83, -23, 1, 4000, levelRequirement = 71, statInterpolation = {1, 1},  cost = { }, },
        [22] = {-84, -23, 1, 4000, levelRequirement = 72, statInterpolation = {1, 1},  cost = { }, },
        [23] = {-85, -24, 1, 4000, levelRequirement = 73, statInterpolation = {1, 1},  cost = { }, },
        [24] = {-86, -24, 1, 4000, levelRequirement = 74, statInterpolation = {1, 1},  cost = { }, },
        [25] = {-87, -25, 1, 4000, levelRequirement = 75, statInterpolation = {1, 1},  cost = { }, },
        [26] = {-88, -25, 1, 4000, levelRequirement = 76, statInterpolation = {1, 1},  cost = { }, },
        [27] = {-89, -26, 1, 4000, levelRequirement = 77, statInterpolation = {1, 1},  cost = { }, },
        [28] = {-90, -26, 1, 4000, levelRequirement = 78, statInterpolation = {1, 1},  cost = { }, },
        [29] = {-91, -27, 1, 4000, levelRequirement = 79, statInterpolation = {1, 1},  cost = { }, },
        [30] = {-92, -27, 1, 4000, levelRequirement = 80, statInterpolation = {1, 1},  cost = { }, },
        [31] = {-93, -28, 1, 4000, levelRequirement = 81, statInterpolation = {1, 1},  cost = { }, },
        [32] = {-94, -28, 1, 4000, levelRequirement = 82, statInterpolation = {1, 1},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["DropBearDesecration"] = {
    name = "DropBearDesecration",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Area] = true,
        [SkillType.Duration] = true,
        [SkillType.Chaos] = true,
        [SkillType.AreaSpell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        area = true,
        spell = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "base_chaos_damage_to_deal_per_minute",
        "dropbear_desecration_area_of_effect_+%",
        "base_cast_speed_+%",
        "base_skill_effect_duration",
        "desecrated_ground_art_variation",
        "is_area_damage",
    },
    levels = {
        [1] = {1, 95, 50, 6000, 2, levelRequirement = 1, statInterpolation = {3, 1, 1},  cost = { }, },
        [2] = {1, 98, 50, 6000, 2, levelRequirement = 3, statInterpolation = {3, 1, 1},  cost = { }, },
        [3] = {1, 101, 50, 6000, 2, levelRequirement = 6, statInterpolation = {3, 1, 1},  cost = { }, },
        [4] = {1, 104, 50, 6000, 2, levelRequirement = 9, statInterpolation = {3, 1, 1},  cost = { }, },
        [5] = {1, 107, 50, 6000, 2, levelRequirement = 11, statInterpolation = {3, 1, 1},  cost = { }, },
        [6] = {1, 110, 50, 6000, 2, levelRequirement = 13, statInterpolation = {3, 1, 1},  cost = { }, },
        [7] = {1, 113, 50, 6000, 2, levelRequirement = 15, statInterpolation = {3, 1, 1},  cost = { }, },
        [8] = {1, 116, 50, 6000, 2, levelRequirement = 17, statInterpolation = {3, 1, 1},  cost = { }, },
        [9] = {1, 119, 50, 6000, 2, levelRequirement = 21, statInterpolation = {3, 1, 1},  cost = { }, },
        [10] = {1, 122, 50, 6000, 2, levelRequirement = 25, statInterpolation = {3, 1, 1},  cost = { }, },
        [11] = {1, 125, 50, 6000, 2, levelRequirement = 29, statInterpolation = {3, 1, 1},  cost = { }, },
        [12] = {1, 128, 50, 6000, 2, levelRequirement = 33, statInterpolation = {3, 1, 1},  cost = { }, },
        [13] = {1, 131, 50, 6000, 2, levelRequirement = 37, statInterpolation = {3, 1, 1},  cost = { }, },
        [14] = {1, 134, 50, 6000, 2, levelRequirement = 41, statInterpolation = {3, 1, 1},  cost = { }, },
        [15] = {1, 137, 50, 6000, 2, levelRequirement = 45, statInterpolation = {3, 1, 1},  cost = { }, },
        [16] = {1, 140, 55, 6000, 2, levelRequirement = 48, statInterpolation = {3, 1, 1},  cost = { }, },
        [17] = {1, 143, 55, 6000, 2, levelRequirement = 52, statInterpolation = {3, 1, 1},  cost = { }, },
        [18] = {1, 146, 55, 6000, 2, levelRequirement = 56, statInterpolation = {3, 1, 1},  cost = { }, },
        [19] = {1, 149, 55, 6000, 2, levelRequirement = 60, statInterpolation = {3, 1, 1},  cost = { }, },
        [20] = {1, 152, 55, 6000, 2, levelRequirement = 64, statInterpolation = {3, 1, 1},  cost = { }, },
        [21] = {1, 156, 60, 6000, 2, levelRequirement = 68, statInterpolation = {3, 1, 1},  cost = { }, },
        [22] = {1, 159, 60, 6000, 2, levelRequirement = 69, statInterpolation = {3, 1, 1},  cost = { }, },
        [23] = {1, 162, 60, 6000, 2, levelRequirement = 70, statInterpolation = {3, 1, 1},  cost = { }, },
        [24] = {1, 165, 60, 6000, 2, levelRequirement = 71, statInterpolation = {3, 1, 1},  cost = { }, },
        [25] = {1, 168, 65, 6000, 2, levelRequirement = 72, statInterpolation = {3, 1, 1},  cost = { }, },
        [26] = {1, 172, 65, 6000, 2, levelRequirement = 73, statInterpolation = {3, 1, 1},  cost = { }, },
        [27] = {1, 175, 65, 6000, 2, levelRequirement = 74, statInterpolation = {3, 1, 1},  cost = { }, },
        [28] = {1, 178, 65, 6000, 2, levelRequirement = 75, statInterpolation = {3, 1, 1},  cost = { }, },
        [29] = {1, 182, 65, 6000, 2, levelRequirement = 76, statInterpolation = {3, 1, 1},  cost = { }, },
        [30] = {1, 185, 70, 6000, 2, levelRequirement = 77, statInterpolation = {3, 1, 1},  cost = { }, },
        [31] = {1, 188, 70, 6000, 2, levelRequirement = 78, statInterpolation = {3, 1, 1},  cost = { }, },
        [32] = {1, 192, 70, 6000, 2, levelRequirement = 79, statInterpolation = {3, 1, 1},  cost = { }, },
        [33] = {1, 195, 70, 6000, 2, levelRequirement = 80, statInterpolation = {3, 1, 1},  cost = { }, },
        [34] = {1, 199, 70, 6000, 2, levelRequirement = 81, statInterpolation = {3, 1, 1},  cost = { }, },
        [35] = {1, 202, 70, 6000, 2, levelRequirement = 82, statInterpolation = {3, 1, 1},  cost = { }, },
    },
}
monster base type attack cast speed +% and damage -% final [33]
FamilyMonsterSpeedAndDamageFixup
Domains몬스터 (3)
GenerationType고유 (3)
Req. level1
Stats
  • monster base type attack cast speed +% and damage -% final Min: 33 Max: 33 Global
  • Craft Tagscaster_damage 피해 공격 시전 속도
    monster casts viper strike text [1]
    FamilyMonsterCastsViperStrikeText
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • monster casts viper strike text Min: 1 Max: 1 Global
  • display monster causes ground desecration [1]
    FamilyMonsterCastsGroundDesecrationText
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • display monster causes ground desecration Min: 1 Max: 1 Global
  • display monster casts wither [1]
    FamilyMonsterCastsWitherText
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • display monster casts wither Min: 1 Max: 1 Global
  • monster no map drops [1]
    FamilyMonsterNoMapDrops
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 Global
  • FamilyNothing
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    stance movement speed +% final [-50]
    FamilyStance
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • stance movement speed +% final Min: -50 Max: -50 Global
  • Craft Tags속도
    FamilyDaemon
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    keyval
    Stats.item_drop_slots1
    Stats.energy_shield_recharge_rate_per_minute_%2000
    Stats.mana_regeneration_rate_per_minute_%100
    Stats.base_maximum_mana200
    Stats.maximum_physical_damage_reduction_%75
    Stats.max_viper_strike_orbs4
    Stats.base_maximum_all_resistances_%75
    Stats.max_fuse_arrow_orbs5
    Stats.max_fire_beam_stacks8
    Stats.max_charged_attack_stacks10
    Stats.base_critical_strike_multiplier130
    Stats.critical_ailment_dot_multiplier_+30
    Stats.max_endurance_charges3
    Stats.max_frenzy_charges3
    Stats.max_power_charges3
    Stats.base_attack_speed_+%_per_frenzy_charge4
    Stats.base_attack_speed_+%_per_frenzy_charge_if_not_player_minion11
    Stats.base_cast_speed_+%_per_frenzy_charge4
    Stats.base_cast_speed_+%_per_frenzy_charge_if_not_player_minion11
    Stats.movement_velocity_+%_per_frenzy_charge_if_not_player_minion5
    Stats.object_inherent_damage_+%_final_per_frenzy_charge4
    Stats.physical_damage_reduction_%_per_endurance_charge4
    Stats.physical_damage_reduction_%_per_endurance_charge_if_not_player_minion11
    Stats.resist_all_elements_%_per_endurance_charge4
    Stats.resist_all_elements_%_per_endurance_charge_if_not_player_minion11
    Stats.critical_strike_chance_+%_per_power_charge50
    Stats.critical_strike_chance_+%_per_power_charge_if_not_player_minion150
    Stats.maximum_block_%75
    Stats.base_maximum_spell_block_%75
    Stats.base_number_of_totems_allowed1
    Stats.base_number_of_traps_allowed3
    Stats.base_number_of_remote_mines_allowed5
    Stats.movement_velocity_cap128
    Stats.maximum_life_leech_rate_%_per_minute1200
    Stats.maximum_mana_leech_rate_%_per_minute1200
    Stats.maximum_energy_shield_leech_rate_%_per_minute600
    Stats.monster_ignite_damage_+%_final-72
    Stats.monster_bleeding_damage_+%_final-86
    Stats.monster_poison_damage_+%_final-50
    Stats.bleeding_moving_damage_%_of_base_override500
    Stats.max_azurite_debuff_stacks10
    Stats.impaled_debuff_base_duration_ms8000
    Stats.impaled_debuff_number_of_reflected_hits5
    Stats.ignore_skill_weapon_restrictions1
    Stats.base_total_number_of_sigils_allowed3
    Stats.maximum_life_leech_amount_per_leech_%_max_life10
    Stats.maximum_mana_leech_amount_per_leech_%_max_mana10
    Stats.maximum_energy_shield_leech_amount_per_leech_%_max_energy_shield10
    Stats.object_inherent_melee_hit_stun_duration_+%_final20
    Stats.scale_melee_range_to_actor_scale1
    Stats.use_melee_pattern_range1
    Stats.actor_scale_+%_limit100
    Stats.damage_taken_when_hit_+%_final_per_fortification-1
    Stats.base_max_fortification20
    Stats.soul_eater_maximum_stacks45
    ObjectMagicProperties.stat_description_listMetadata/StatDescriptions/monster_stat_descriptions.txt
    Positioned.blockingtrue
    Positioned.team0
    Positioned.serialise_collidabletrue
    BaseEvents.server_onlytrue
    Actor.basic_actionMove, Flee, StrafeLeft, StrafeRight, Advance, DoNothing, MonsterPickup
    Actor.slow_animations_go_to_idletrue
    Edit

    Wikis Content is available under CC BY-NC-SA 3.0 unless otherwise noted.
    3.16스컬지




    Unrevealed · Rusted Expedition Scarab · Polished Expedition Scarab · Gilded Expedition Scarab · Winged Expedition Scarab