Revision 6281,
568 bytes
checked in by mijoliim, 7 years ago
(diff) |
Wooo versionhallinta
|
Line | |
---|
1 | Battle formulas: |
---|
2 | |
---|
3 | |
---|
4 | Damage from basic attack |
---|
5 | Math.Round(BaseDamage + BaseDamage / Defence - Defence ) + 1 |
---|
6 | |
---|
7 | Damage from critical hit |
---|
8 | Math.Round(BaseDamage*1.5 - Defence / 2 ) + 1 |
---|
9 | |
---|
10 | Damage from skill attack |
---|
11 | Math.Round(BaseDamage - Resistance) + 1 |
---|
12 | |
---|
13 | Critical Rate |
---|
14 | Math.Round( Luck / 5 ) |
---|
15 | |
---|
16 | Wait Time |
---|
17 | BaseWaitTimeInSeconds - Speed / 100 |
---|
18 | |
---|
19 | |
---|
20 | |
---|
21 | |
---|
22 | |
---|
23 | |
---|
24 | Layers |
---|
25 | |
---|
26 | 3 Battle Animations |
---|
27 | 2 Battle Characters |
---|
28 | 1 Player controlled characters / Battle Background |
---|
29 | 0 LivingEntities |
---|
30 | -1 Entities |
---|
31 | -2 Map |
---|
32 | -3 MapBackgrounds |
---|
33 | |
---|
34 | |
---|
35 | |
---|
36 | |
---|
37 | |
---|
38 | Tilet 20x20 |
---|
39 | |
---|
40 | MSGBOX Iconit 25x25 |
---|
Note: See
TracBrowser
for help on using the repository browser.