# ---------------------------------------------------------------------------
# 天堂2私服活力系统
# ---------------------------------------------------------------------------
# 开启活力系统
# 预设: True
EnableVitality = True
# 当玩家再次上线时,是否恢复玩家的活力
# 这是用时间计算玩家 下线
# 实际时间 - 最后上线时间 / 1000 x 在再次连接上线恢复活力
# 备注:
# 设定 EnableVitality = True 才适用
# 预设: True
RecoverVitalityOnReconnect = True
# 人物出生时,拥有的活力点数,20000为满活力
# 预设值: 20000
StartingVitalityPoints = 20000
# ---------------------------------------------------------------------------
# 天堂2私服能力限制
# ---------------------------------------------------------------------------
# 「跑速」上限
# 预设: 250
MaxRunSpeed = 300
# 「物理攻击致命机率」上限 (10 = 1%)
# 预设: 500
MaxPCritRate = 800
# 「魔法攻击致命机率」上限 (10 = 1%)
# 预设: 300
MaxMCritRate = 800
# 「物理攻击速度」上限
# 预设: 1500
MaxPAtkSpeed = 2000
# 「魔法施法速度」上限
# 预设: 1999
MaxMAtkSpeed = 2500
# 「回避率」上限
# 预设: 200
MaxEvasion = 500
# Minimum and maximum debuff land rate by default.
# This will affect all skills except those with min and max chance defined in the skills XML
# Default: 10% for min, 90% for max.
MinDebuffChance = 10
MaxDebuffChance = 90
# 「副职业」的数量上限
# 预设: 3
MaxSubclass = 6
# Starting level for subclasses.
# Default: 40
BaseSubclassLevel = 40
# 「副职业」的最高等级
# 预设: 80
MaxSubclassLevel = 85
# 摆摊出售时道具数量的上限,矮人/普通种族
# 你可以通过学习钓鱼技能提高上限
# 预设: 4, 3
MaxPvtStoreSellSlotsDwarf = 4
MaxPvtStoreSellSlotsOther = 3
# 摆摊购买时道具数量的上限,矮人/普通种族
# 你可以通过学习钓鱼技能提高上限
# 预设: 5, 4
MaxPvtStoreBuySlotsDwarf = 5
MaxPvtStoreBuySlotsOther = 4
# 背包格子数量限制,普通种族/矮人/GM
# 你可以通过学习钓鱼技能提高上限,也可以通过装备提高上限
# 预设: 80, 100, 200,100
MaximumSlotsForNoDwarf = 100
MaximumSlotsForDwarf = 100
MaximumSlotsForGMPlayer = 200
# 天堂2私服任务道具的格子数量(芙蕾亚版本的更新内容,任务道具格子与普通道具格子独立计算)
MaximumSlotsForQuestItems = 100
# 物品储存仓库的数量上限 (矮人/其它/血盟仓库/货运仓库)
# 注意:
# 必须小于300,以防止客户端显示崩溃
# 预设: 120, 100, 200, 20
MaximumWarehouseSlotsForDwarf = 100
MaximumWarehouseSlotsForNoDwarf = 100
MaximumWarehouseSlotsForClan = 200
# Freight
# Maximum items that can be placed in Freight
# Default: 200
MaximumFreightSlots = 200
# The priece for each item that's deposited
# Default: 1000
FreightPriece = 1000
(责任编辑:9wtt2) |