トゥージェン
人型
stance movement speed +% final [-64]
毎秒ライフの2%を自動回復する
ステルスが500%増加する
Tujen
SpectreY
Tagsbludgeoning_weapon, キャスター, fire_affinity, has_dual_wield_melee, has_one_hand_mace, has_one_handed_melee, human, humanoid, medium_movement, melee, not_str, physical_affinity, plate_armour, red_blood
ライフ
120%
Energy Shield From Life
50%
回避力
+50%
Ailment Threshold
120%
耐性
0 0 0 0
Damage
56%
命中
500%
クリティカル率
+5%
クリティカルダメージ倍率
+130%
Attack Distance
4 ~ 6
Attack Time
1.335 Second
Damage Spread
±20%
経験値
100%
Model Size
90%
Type
ExpeditionTujen
Metadata
ExpeditionTujen
レベル
68
ライフ
7,720
防具
28,790
回避力
7,109
エナジーシールド
3,064
Damage
209
スペルダメージ
209
命中
1,450
Attack Time
1.335
経験値
10,255
Ailment Threshold
7,720
Chill
24
Shock
24
Brittle
138
Scorch
24
Sap
67
MeleeAtAnimationSpeedUnique
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
通常攻撃
Base Damage: 167–251
クリティカル率: 5%
Attack Time: 1.335 秒
強力な一撃で敵を打ち倒す。
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]
MMSExpeditionTujenGrenade
Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, AreaSpell
クリティカル率: 5%
キャストタイム: 2 秒
クールダウン時間: 5 秒
一般的なモンスターの炸裂スキル。モンスターが放つ投射物に似ているが、衝撃効果を持つ。
310.3から465.5の火ダメージを与える
active skill area of effect radius +% final [-75]
base deal no damage [1]
base is projectile [1]
is area damage [1]
number of projectiles override [1]
projectile spread radius [8]
projectile uses contact position [1]
spell maximum action distance +% [-50]
use scaled contact offset [1]
GSExpeditionTujenGrenadeExplosion
Spell, Triggerable
クリティカル率: 5%
キャストタイム: 1 秒
263.5から395.2の火ダメージを与える
active skill area of effect radius +% final [-40]
is area damage [1]

Object Type

version 2
extends "Metadata/NPC/League/Expedition/ExpeditionWildBase"

Animated
{
	animated_object = "Metadata/NPC/League/Expedition/Tujen/Tujen.ao"
}

StateMachine
{
	define_shared_state = "torch;"
}

Object Type Codes

version 2
extends "Metadata/NPC/League/Expedition/ExpeditionWildBase"

StateMachine
{
	on_or_create_state_torch_1 = "AddEffectPackAttached( Metadata/Items/Weapons/OneHandWeapons/throw/monster/HeistThugTorch.epk, Metadata/Items/Weapons/OneHandWeapons/throw/monster/HeistThugTorch.ao );"
	on_state_torch_0 = "RemoveEffectPackAttached( Metadata/Items/Weapons/OneHandWeapons/throw/monster/HeistThugTorch.epk, Metadata/Items/Weapons/OneHandWeapons/throw/monster/HeistThugTorch.ao );"
}

Preload
{
	preload_epk = "Metadata/Items/Weapons/OneHandWeapons/throw/monster/HeistThugTorch.epk"
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/LeagueExpedition/NPC/ExpeditionTujen"] = {
    name = "Tujen",
    life = 1.2,
    energyShield = 0.5,
    fireResist = 0,
    coldResist = 0,
    lightningResist = 0,
    chaosResist = 0,
    damage = 0.56,
    damageSpread = 0.2,
    attackTime = 1.335,
    attackRange = 6,
    accuracy = 5,
    weaponType1 = "One Hand Mace",
    weaponType2 = "One Hand Mace",
    skillList = {
        "MeleeAtAnimationSpeedUnique",
        "MMSExpeditionTujenGrenade",
        "GSExpeditionTujenGrenadeExplosion",
    },
    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["MMSExpeditionTujenGrenade"] = {
    name = "MMSExpeditionTujenGrenade",
    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 = 2,
    baseFlags = {
        area = true,
        spell = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_fire_damage",
        "spell_maximum_base_fire_damage",
        "projectile_spread_radius",
        "number_of_projectiles_override",
        "spell_maximum_action_distance_+%",
        "active_skill_area_of_effect_radius_+%_final",
        "is_area_damage",
        "base_is_projectile",
        "projectile_uses_contact_position",
        "base_deal_no_damage",
        "use_scaled_contact_offset",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 8, 1, -50, -75, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["GSExpeditionTujenGrenadeExplosion"] = {
    name = "GSExpeditionTujenGrenadeExplosion",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
        area = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_fire_damage",
        "spell_maximum_base_fire_damage",
        "active_skill_area_of_effect_radius_+%_final",
        "is_area_damage",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, -40, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
    },
}
IdNothing
FamilyNothing
Domainsモンスター (3)
GenerationTypeユニーク (3)
Req. level1
stance movement speed +% final [-64]
IdStanceExpeditionTujenWalk_
FamilyStance
Domainsモンスター (3)
GenerationTypeユニーク (3)
Req. level1
Stats
  • stance movement speed +% final Min: -64 Max: -64 Global
  • Craft Tagsspeed
    毎秒ライフの2%を自動回復する
    IdExpeditionNPCLifeRegen_
    FamilyLifeRegenerationRatePercentage
    Domainsモンスター (3)
    GenerationTypeユニーク (3)
    Req. level1
    Stats
  • life regeneration rate per minute % Min: 120 Max: 120 Global
  • Craft Tagsresource life
    ステルスが500%増加する
    IdExpeditionNPCStealth_
    FamilyNothing
    Domainsモンスター (3)
    GenerationTypeユニーク (3)
    Req. level1
    Stats
  • stealth +% Min: 500 Max: 500 Global
  • トゥージェン Topic /3 ⍟
    NPC名前
    ディーラー、ログ奴はお前が今までに会った人のなかで一番なほど友情深い友人だ。奴は認めようとしないだろうが、奴の傷跡や怪我はすべて、俺たちの代わりに攻撃を受けようと飛び込んだ結果なんだ。本来なら、グウェネンは半身不随、俺は片足を失っていただろう。だが奴が間に飛び込んでくれたんだ。彼がいるからこそ、安心して仕事ができるんだ。
    ギャンブラー、グウェネン私たちは何年も一緒に探検をしているわ。彼が払った犠牲は大きいけど、彼は冒険を続けてる。正直言って、どうしてあんなに元気にいられるのかわからない。もう一箇所手足を失ったら、人間の部分より金属の部分のほうが多くなっちゃうのに...
    値切り屋、トゥージェン

    Community Wiki

    Edit

    Tujen, the Haggler

    Tujen, the Haggler, is open to negotiating but has a short temper.

    Tujen offers you items with unreasonably high prices. But he’s happy to haggle. You can always buy the item at the price he’s offering, but if you offer a lower price he might accept it, counteroffer or withdraw the item entirely if he is offended by your lowball.

    He also occasionally sells currency items, so it’s worthwhile keeping some of the artifacts he’s looking for on hand just in case you see an opportunity.

    Tujen Items

    PoE Challenges: Haggle with Tujen (19)

    Haggle with Tujen, the Haggler for 19 of the following 24 items.

    • Abyss Jewel
    • Basic Currency
    • Blueprint
    • Breach Splinters
    • Catalyst
    • Cluster Jewel
    • Contract
    • Essence
    • Fossil
    • Fragment
    • Gem
    • Incubator
    • Legion Splinters
    • Map
    • Map with layers of Delirium
    • Oils
    • Perandus Coins
    • Ritual Splinters
    • Scarab
    • Sextants
    • Shaper or Elder Guardian Map
    • Silver Coins
    • Simulacrum Splinters
    • Stacked Deck

    Tujen, the Haggler is a mercurial trader who maintains a positive outlook as long as he can, but if you cross a line, his temper changes quickly.


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