Fanático Órfão
Humanóide
Orphaned Zealot
SpectreY
AreaOs Tribunais Caídos
Tagscultist, flesh_armour, has_dagger, has_one_handed_melee, human, humanoid, medium_height, medium_movement, melee, not_int, physical_affinity, red_blood, slashing_weapon
Vida
80%
Armadura
+20%
Evasão
+40%
Ailment Threshold
80%
Resistência
0 0 40 0
Damage
130%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
6 ~ 12
Attack Time
1.245 Second
Damage Spread
±20%
Experiência
100%
Model Size
100%
Type
AtlasQuestKitavaCultist
Metadata
KitavaCultistDaggersTemplar
Nível
68
Vida
5,147
Armadura
34,548
Evasão
6,635
Escudo de Energia
0
Damage
486
Dano Mágico
486
Precisão
290
Attack Time
1.245
Experiência
10,255
Ailment Threshold
5,147
Chill
16
Shock
16
Brittle
92
Scorch
16
Sap
45
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque Padrão
Base Damage: 388–583
Chance de Crítico: 5%
Attack Time: 1.245 seg
Abate seus inimigos com um golpe poderoso.
skill can fire arrows [1]
skill can fire wand projectiles [1]

Object Type

version 2
extends "Metadata/Monsters/Monster"

Object Type Codes

version 2
extends "Metadata/Monsters/Monster"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/AtlasPreQuest/TemplarCourts/KitavaCultistDaggersTemplar"] = {
    name = "Orphaned Zealot",
    life = 0.8,
    fireResist = 0,
    coldResist = 0,
    lightningResist = 40,
    chaosResist = 0,
    damage = 1.3,
    damageSpread = 0.2,
    attackTime = 1.245,
    attackRange = 12,
    accuracy = 1,
    weaponType1 = "Dagger",
    skillList = {
        "Melee",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["Melee"] = {
    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",
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
Fanático Órfão
Humanóide
Orphaned Zealot
SpectreY
AreaOs Tribunais Caídos
Tagscultist, flesh_armour, has_one_handed_melee, has_thrusting_one_hand_sword, human, humanoid, medium_height, medium_movement, melee, not_int, physical_affinity, puncturing_weapon, red_blood
Vida
80%
Armadura
+20%
Evasão
+40%
Ailment Threshold
80%
Resistência
0 0 40 0
Damage
130%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
6 ~ 17
Attack Time
1.2 Second
Damage Spread
±20%
Experiência
100%
Model Size
100%
Type
AtlasQuestKitavaCultistSpear
Metadata
KitavaCultistSpearTemplar
Nível
68
Vida
5,147
Armadura
34,548
Evasão
6,635
Escudo de Energia
0
Damage
486
Dano Mágico
486
Precisão
290
Attack Time
1.2
Experiência
10,255
Ailment Threshold
5,147
Chill
16
Shock
16
Brittle
92
Scorch
16
Sap
45
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque Padrão
Base Damage: 388–583
Chance de Crítico: 5%
Attack Time: 1.2 seg
Abate seus inimigos com um golpe poderoso.
skill can fire arrows [1]
skill can fire wand projectiles [1]

Object Type

version 2
extends "Metadata/Monsters/Monster"

Object Type Codes

version 2
extends "Metadata/Monsters/Monster"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/AtlasPreQuest/TemplarCourts/KitavaCultistSpearTemplar"] = {
    name = "Orphaned Zealot",
    life = 0.8,
    fireResist = 0,
    coldResist = 0,
    lightningResist = 40,
    chaosResist = 0,
    damage = 1.3,
    damageSpread = 0.2,
    attackTime = 1.2,
    attackRange = 17,
    accuracy = 1,
    weaponType1 = "Thrusting One Hand Sword",
    skillList = {
        "Melee",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["Melee"] = {
    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",
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
Fanático Órfão
Humanóide
Orphaned Zealot
SpectreY
AreaOs Tribunais Caídos
Tagscultist, flesh_armour, has_one_handed_melee, has_thrusting_one_hand_sword, human, humanoid, medium_height, medium_movement, melee, not_int, physical_affinity, puncturing_weapon, red_blood
Vida
80%
Armadura
+20%
Evasão
+40%
Ailment Threshold
80%
Resistência
0 0 40 0
Damage
130%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
6 ~ 17
Attack Time
1.2 Second
Damage Spread
±20%
Experiência
100%
Model Size
100%
Type
AtlasQuestKitavaCultistSpear
Metadata
KitavaCultistKnifestickTemplar
Nível
68
Vida
5,147
Armadura
34,548
Evasão
6,635
Escudo de Energia
0
Damage
486
Dano Mágico
486
Precisão
290
Attack Time
1.2
Experiência
10,255
Ailment Threshold
5,147
Chill
16
Shock
16
Brittle
92
Scorch
16
Sap
45
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque Padrão
Base Damage: 388–583
Chance de Crítico: 5%
Attack Time: 1.2 seg
Abate seus inimigos com um golpe poderoso.
skill can fire arrows [1]
skill can fire wand projectiles [1]

Object Type

version 2
extends "Metadata/Monsters/Monster"

Object Type Codes

version 2
extends "Metadata/Monsters/Monster"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/AtlasPreQuest/TemplarCourts/KitavaCultistKnifestickTemplar"] = {
    name = "Orphaned Zealot",
    life = 0.8,
    fireResist = 0,
    coldResist = 0,
    lightningResist = 40,
    chaosResist = 0,
    damage = 1.3,
    damageSpread = 0.2,
    attackTime = 1.2,
    attackRange = 17,
    accuracy = 1,
    weaponType1 = "Thrusting One Hand Sword",
    skillList = {
        "Melee",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["Melee"] = {
    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",
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
Edit

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