UID12556
帖子
精華
主題
積分716351
現金
積極性
威望
違規
熱心
推廣次數
閱讀權限255
註冊時間2007-9-5
在線時間 小時
最後登錄1970-1-1
TA的每日心情 | 開心 2019-8-18 04:57 PM |
---|
簽到天數: 2148 天 連續簽到: 1 天 [LV.Master]伴壇終老
|
發表於 2008-4-5 09:03:49
|
顯示全部樓層
conf\battle\status 改數值((PS 以下被我改過
// 登出時是否移除某些反作用技能產生的狀態改變?
// 這個誰知模擬官方伺服器,阿修羅霸凰拳的SP不增長效果和
// 卸除裝備後不能立即裝備的效果將在登出後移除
// 0 - 不移除
// 1 - 移除負狀態 (stripping, EF)
// 2 - 移除正狀態 (maximize power, steel body...)
// 3 - 移除正負狀態
debuff_on_logout: 3
// 抵抗狀態攻擊的調整
// 如果設置為50,則需要兩倍的屬性來抵抗狀態攻擊,例如:默認vit100就可以防止眩暈,如果設置為50就需要vit200
// 第一個是針對玩家的設置;第二個針對怪物
pc_status_def_rate: 50
mob_status_def_rate: 10
// Required luk to gain inmunity to status changes.
// Luk increases resistance by closing the gap between natural resist and max
// linearly. This setting indicates required luk to gain complete immunity.
// Eg: 40 vit -> 40% resist. 150 luk -> +50% of the missing gap.
// So 40% + (50% of 60%) = 70%
pc_luk_status_def: 300
mob_luk_status_def: 300
// 抵抗狀態攻擊的最大值 (100 = 100%)
// 注意: Cards and equipment can go over this limit, so it only applies to natural resist.
pc_max_status_def: 20
mob_max_status_def: 20 |
|