词缀物品 (Item with Affixes)

概述

词缀是神化特有的物品属性加成方式,稀有度越高,词缀提供的属性越强。高稀有度的词缀物品还会附加镶孔。

词缀物品-第1张图片

适用物品

盔甲、剑、斧、镐、锹、弓、弩、三叉戟、盾牌。

物品名称组成

词缀物品的名称分为三种:

  1. <形容词><物品名称>

  2. <形容词><物品名称><后缀>

  3. <Ownership Format><形容词><物品名称><后缀>

获取

前两种可通过重铸、杀死装备词缀物品的怪物(不含神化 Boss,且掉落的词缀物品无附魔)、开启战利品箱子、与流浪商人交易获得;

第三种只能通过杀死神化 Boss 获得。Ownership Format 可在“config\apotheosis\names.cfg”文件更改,默认值为“%s's”。且第三种的“物品名称”只会从“name.cfg”的以下代码块里选取:

items {
    # A list of root names for helms, used in the generation of item names. May not be empty.
    # Default: [Helmet], [Cap], [Crown], [Great Helm], [Bassinet], [Sallet], [Close Helm], [Barbute]
    S:Helms <
        Helmet
        Cap
        Crown
        Great Helm
        Bassinet
        Sallet
        Close Helm
        Barbute
     >
    # A list of root names for chestplates, used in the generation of item names. May not be empty.
    # Default: [Chestplate], [Tunic], [Brigandine], [Hauberk], [Cuirass]
    S:chestplates <
        Chestplate
        Tunic
        Brigandine
        Hauberk
        Cuirass
     >
    # A list of root names for leggings, used in the generation of item names. May not be empty.
    # Default: [Leggings], [Pants], [Tassets], [Cuisses], [Schynbalds]
    S:leggings <
        Leggings
        Pants
        Tassets
        Cuisses
        Schynbalds
     >
    # A list of root names for boots, used in the generation of item names. May not be empty.
    # Default: [Boots], [Shoes], [Greaves], [Sabatons], [Sollerets]
    S:boots <
        Boots
        Shoes
        Greaves
        Sabatons
        Sollerets
     >
    # A list of root names for swords, used in the generation of item names. May not be empty.
    # Default: [Sword], [Cutter], [Slicer], [Dicer], [Knife], [Blade], [Machete], [Brand], [Claymore], 
    # [Cutlass], [Foil], [Dagger], [Glaive], [Rapier], [Saber], [Scimitar], [Shortsword], [Longsword], [Broadsword], [Calibur]
    S:swords <
        Sword
        Cutter
        Slicer
        Dicer
        Knife
        Blade
        Machete
        Brand
        Claymore
        Cutlass
        Foil
        Dagger
        Glaive
        Rapier
        Saber
        Scimitar
        Shortsword
        Longsword
        Broadsword
        Calibur
     >
    # A list of root names for axes, used in the generation of item names. May not be empty.
    # Default: [Axe], [Chopper], [Hatchet], [Tomahawk], [Cleaver], [Hacker], [Tree-Cutter], [Truncator]
    S:axes <
        Axe
        Chopper
        Hatchet
        Tomahawk
        Cleaver
        Hacker
        Tree-Cutter
        Truncator
     >
    # A list of root names for pickaxes, used in the generation of item names. May not be empty.
    # Default: [Pickaxe], [Pick], [Mattock], [Rock-Smasher], [Miner]
    S:pickaxes <
        Pickaxe
        Pick
        Mattock
        Rock-Smasher
        Miner
     >
    # A list of root names for shovels, used in the generation of item names. May not be empty.
    # Default: [Shovel], [Spade], [Digger], [Excavator], [Trowel], [Scoop]
    S:shovels <
        Shovel
        Spade
        Digger
        Excavator
        Trowel
        Scoop
     >
    # A list of root names for bows, used in the generation of item names. May not be empty.
    # Default: [Bow], [Shortbow], [Longbow], [Flatbow], [Recurve Bow], [Reflex Bow], [Self Bow], [Composite Bow], [Arrow-Flinger]
    S:bows <
        Bow
        Shortbow
        Longbow
        Flatbow
        Recurve Bow
        Reflex Bow
        Self Bow
        Composite Bow
        Arrow-Flinger
     >
    # A list of root names for shields, used in the generation of item names. May not be empty.
    # Default: [Shield], [Buckler], [Targe], [Greatshield], [Blockade], [Bulwark], [Tower Shield], [Protector], [Aegis]
    S:shields <
        Shield
        Buckler
        Targe
        Greatshield
        Blockade
        Bulwark
        Tower Shield
        Protector
        Aegis
     >
}

若玩家想清除物品名称中的词缀,可使用除名药剂。使用铁砧重命名不能清除物品名称中的词缀。

短评加载中..