1.種族屬性加成
Race con str dex Int
Human 1.0 1.0 1.0 1.0
Dwarf 1.4 1.0 0.8 0.8
Orc 1.0 1.4 0.8 0.8
Elf 0.8 0.8 1.4 1.0
Drow 0.8 0.8 1.0 1.4
2.各屬性影響能力
mp = int * 3 + con
hp = con * 8 + str
damg = str + dex
abs = con / 10
ac = (con + dex * 3) / 3
chth = dex
chtc = int / 2
mdamg = int / 2
resist of Fire = (dex * 4 + int) / 10
resist of Ice = (con * 4 + int) / 10
resist of Light= (str * 4 + int) / 10
mp reg = (int * 4 + con) / 20
hp reg = (con * 4 + str) / 25
來源
http: // www.tmp-ds.ru/staty.php
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 220.136.199.166
> -------------------------------------------------------------------------- <
作者: serendipity (freedom) 看板: DarkSwords
標題: Re: [情報] 屬性公式
時間: Thu Apr 5 08:56:34 2007
1.種族屬性加成
Race con str dex Int
Human 1.0 1.0 1.0 1.0
Dwarf 1.4 1.0 0.8 0.8
Orc 1.0 1.4 0.8 0.8
Elf 0.8 0.8 1.4 1.0
Drow 0.8 0.8 1.0 1.4
Drow 測試
con 17(13.6) str 8(6.4) dex 8 int 19(26.6)
con和str項已乘0.8, int項已乘1.4
ok表示吻合, no表示不吻合
左邊是人物數值, 右邊是按照這公式算
2.各屬性影響能力
no 92, 93.4 mp = int * 3 + con
no 119, 116.8 hp = con * 8 + str
no 15, 14.4 damg = str + dex
ok 1, 1.36 abs = con / 10
ok 12, 12.533 ac = (con + dex * 3) / 3
ok 8, 8 chth = dex
ok 13, 13.3 chtc = int / 2
ok 13, 13.3 mdamg = int / 2
no 7, 5.86 resist of Fire = (dex * 4 + int) / 10
no 7, 8.1 resist of Ice = (con * 4 + int) / 10
no 7, 5.22 resist of Light= (str * 4 + int) / 10
no 5, 6 mp reg = (int * 4 + con) / 20
ok 2, 2.432 hp reg = (con * 4 + str) / 25
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 122.127.97.166