Forest Warrior
ศพ
ประเภทมอนสเตอร์: มนุษย์
พายุหมุน (Cyclone)
ใช้ หลอมละลายผ่าแยก
ฟาดปลิดชีพ
คลิก​ขวา​ที่​ไอเทม​ชิ้น​นี้​เพื่อ​สร้าง​ศพ​นี้
Forest Warrior VikingMid /7
ชื่อแสดง​คำ​บรรยายแบบ​ละเอียด
DropLevel 24
BaseType Forest Warrior
Class ศพ
FlagsAlwaysAllocate
TypeMetadata/Items/ItemisedCorpses/VikingMid
IconArt/2DItems/Currency/Azmeri/VikingMapBossCorpse
ReferenceCommunity Wiki
Forest Warrior
มนุษย์
จู่โจมปลิดชีพ
SpectreY
Tagscleaving_weapon, fire_affinity, flesh_armour, gladiator, has_two_hand_axe, has_two_handed_melee, humanoid, large_model, medium_height, medium_movement, melee, non_unique_map_boss, not_int, physical_affinity, red_blood
พลังชีวิต
398%
เกราะ
+80%
การหลบหลีก
+40%
Ailment Threshold
398%
ค่าต้านทาน
20 20 20 0
Damage
195%
ความแม่นยำ
100%
โอกาสคริติคอล
+5%
ตัวคูณคริติคอล
+130%
Attack Distance
6 ~ 8
Attack Time
1.65 Second
Damage Spread
±20%
ค่าประสบการณ์
150%
Model Size
115%
Type
AzmeriViking
Metadata
VikingMid
เลเวล
68
พลังชีวิต
25,605
เกราะ
51,822
การหลบหลีก
6,635
โล่พลังงาน
0
Damage
728
ความเสียหายเวท
728
ความแม่นยำ
290
Attack Time
1.65
ค่าประสบการณ์
15,383
Ailment Threshold
25,605
Chill
81
Shock
81
Brittle
458
Scorch
81
Sap
224
MeleeAtAnimationSpeedFire
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
โจมตีธรรมดา (Default Attack)
Base Damage: 583–874
โอกาสคริติคอล: 5%
ความเสียหายโจมตี: 75%
Attack Time: 1.65 วินาที
โจมตีศัตรูของคุณด้วยการจู่โจมอย่างมีกำลัง
สร้างความเสียหาย โจมตี ลดลง อีก 25%
สร้างความเสียหาย เพิ่มขึ้น อีก 150.3%
แปลงความเสียหาย กายภาพ 75% เป็น ไฟ
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]
AzmeriVikingCyclone
Attack, Area, Melee, Movement
พายุหมุน (Cyclone)
Base Damage: 583–874
โอกาสคริติคอล: 5%
Attack Time: 1.65 วินาที
โจมตีใส่ศัตรูรอบๆ ตัวผู้เล่น แล้วจะกวาดรอบทิศไปเรื่อยๆ ขณะผู้เล่นเคลื่อนตัวเองไปจนถึงจุดหมาย สกิลนี้ไม่สามารถเสริมด้วย Ruthless หรือ Multistrike ได้
ระยะเวลาพื้นฐาน 5 วินาที
แปลงความเสียหาย กายภาพ 50% เป็น ไฟ
เพิ่มความเร็วในการโจมตี 100%
เพิ่มความเร็วในการเคลื่อนที่ อีก 40%
base skill number of additional hits [1]
cyclone extra distance [30]
cyclone places ground fire damage per minute [126980]
is area damage [1]
AzmeriVikingUpheaval
Attack
Base Damage: 583–874
โอกาสคริติคอล: 5%
ความเสียหายโจมตี: 70%
ความเสียหายโจมตี: 70%
Attack Time: 1.65 วินาที
การปะทะของคุณ สร้างสถานะ ลุกไหม้ เสมอ
ไม่สามารถคริติคอลได้
สร้างความเสียหาย ไฟ พื้นฐาน 682 ต่อวินาที
สร้างความเสียหาย โจมตี ลดลง อีก 30%
แปลงความเสียหาย กายภาพ 50% เป็น ไฟ
ทำให้เกิด การปะทุ +10 ครั้ง

Object Type

version 2
extends "Metadata/Monsters/Monster"

Object Type Codes

version 2
extends "Metadata/Monsters/Monster"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/LeagueAzmeri/SpecialCorpses/VikingMid"] = {
    name = "Forest Warrior",
    life = 3.98,
    fireResist = 20,
    coldResist = 20,
    lightningResist = 20,
    chaosResist = 0,
    damage = 1.95,
    damageSpread = 0.2,
    attackTime = 1.65,
    attackRange = 8,
    accuracy = 1,
    weaponType1 = "Two Hand Axe",
    skillList = {
        "MeleeAtAnimationSpeedFire",
        "AzmeriVikingCyclone",
        "AzmeriVikingUpheaval",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["MeleeAtAnimationSpeedFire"] = {
    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 = {
        "active_skill_damage_+%_final",
        "skill_physical_damage_%_to_convert_to_fire",
        "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] = {0, 75, baseMultiplier = 0.75, levelRequirement = 1, statInterpolation = {2},  cost = { }, },
        [2] = {0, 75, baseMultiplier = 0.75, levelRequirement = 19, statInterpolation = {2},  cost = { }, },
        [3] = {1, 75, baseMultiplier = 0.75, levelRequirement = 20, statInterpolation = {2},  cost = { }, },
        [4] = {200, 75, baseMultiplier = 0.75, levelRequirement = 84, statInterpolation = {2},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["AzmeriVikingCyclone"] = {
    name = "Cyclone",
    hidden = true,
    color = "2",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Damage enemies around you, then perform a spinning series of attacks as you travel to a target location. Cannot be supported by Ruthless or Multistrike.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.Area] = true,
        [SkillType.Melee] = true,
        [SkillType.Movement] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        area = true,
        melee = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "cyclone_places_ground_fire_damage_per_minute",
        "attack_speed_+%",
        "base_skill_number_of_additional_hits",
        "cyclone_movement_speed_+%_final",
        "base_skill_effect_duration",
        "cyclone_extra_distance",
        "skill_physical_damage_%_to_convert_to_fire",
        "is_area_damage",
    },
    levels = {
        [1] = {2.5, 100, 1, 40, 5000, 30, 50, levelRequirement = 68, statInterpolation = {3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["AzmeriVikingUpheaval"] = {
    name = "AzmeriVikingUpheaval",
    hidden = true,
    color = "3",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Attack] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "base_fire_damage_to_deal_per_minute",
        "upheaval_number_of_spikes",
        "skill_physical_damage_%_to_convert_to_fire",
        "global_cannot_crit",
        "always_ignite",
    },
    levels = {
        [1] = {2, 10, 50, baseMultiplier = 0.7, levelRequirement = 66, statInterpolation = {3},  cost = { }, },
    },
}
จู่โจมปลิดชีพ
IdMonsterCullingStrike
FamilyCullingStrike
DomainsMonster (3)
GenerationTypeยูนิค (3)
Req. level1
Stats
  • kill enemy on hit if under 10% life Min: 1 Max: 1 Global
  • Edit

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