单机游戏

当前位置 /首页/单机游戏 > /列表

范海辛的惊奇之旅3 装备属性修改代码 怎么修改装备

范海辛的惊奇之旅3 装备属性修改代码 怎么修改装备

比如 武器恶魔之角:

Artifact

{

Name=vh3Focusepic1

Icon=focus_13_02

LootModel=focus

EquipmentModel=focus_13_02

Type=Weapon

SubType=Focus

Rarity=epic

MinLevel=9

MaxLevel=40

Value=25000

Alchemy=20

AlchemyPossible=1

Cooldown=-20

CooldownMax=-10

MagicDamage=450

MagicDamageMax=600

Requirements=level(1)

Enchantments=

willpowerUnique(value=50|60),

attribute_bonusUnique(value=250|250),

increase_fire_damagebonus_percentUnique(value=70|80),

mana_per_hitUnique(value=205|205),

critical_damage_mulUnique(value=150|160;critical_hit=200),

luckUnique(value=50|60),

bodyUnique(value=205|205),

VH2_Fully_heal_on_kill(value=30|30),

speedbonus_percentUnique(value=20|20),

attack_ratebonus_percentUnique(value=100|100),

defense_item_Unique(value=500|500)

}

范海辛的惊奇之旅3 装备属性修改代码 怎么修改装备

代码含义:

willpowerUnique(value=50|60)增加意志

attribute_bonusUnique(value=250|250)全属性

increase_fire_damagebonus_percentUnique(value=70|80)火焰伤害

defense_item_Unique(value=500|500)物品防御

speedbonus_percentUnique(value=20|20)移动速度

VH2_Fully_heal_on_kill(value=30|30)杀敌回满生命

bodyUnique(value=205|205)体质

attack_ratebonus_percentUnique(value=100|100)攻击速度

luckUnique(value=50|60)幸运

critical_hitUnique(value=45|45)暴击率

critical_damage_mulUnique(value=45|45)暴击伤害

mana_per_hitUnique(value=25|25)杀敌回蓝

arcane_damagebonus_fixUnique(value=50|50)加法术伤害

increase_lightning_damagebonus_percentUnique(value=70|80)闪电伤害

physical_damage_reductionbonus_percentUnique(value=40|50)物理伤害减少

hp_per_hitUnique(value=50|60)攻击回血

elemental_damage_reductionbonus_percentUnique(value=80|90)元素伤害减少

DamageReductionPercent(value=30|40)伤害降低百分比

full_resistanceUnique(value=200|200)所有抗性

physical_resistanceUnique(value=116|118)物理抗性

Enchantments= 之后可随意添加代码,willpowerUnique(value=50|60) ,willpowerUnique(value=50|60)整个属性值 (value=50|60)是随机值,上面代码只加了些有用的。