This commit is contained in:
xiashtra
2023-08-08 03:37:34 -04:00
parent 1e7fdb6328
commit 35b1c1b844
67 changed files with 1537 additions and 1381 deletions
+14 -8
View File
@@ -2,11 +2,17 @@
#,,,,,,
int32,int32,byte,bit&01,byte,str,str
0,0,0,False,0,"",""
1,0,0,False,0,"",""
2,0,0,False,0,"",""
3,0,0,False,0,"",""
4,0,0,False,0,"",""
5,0,0,False,0,"",""
6,0,0,False,0,"",""
7,0,0,False,0,"",""
8,0,0,False,0,"",""
1,0,1,True,0,"Barrier","Barrier
Invulnerable to all damage."
2,50,0,True,2,"Reraise","Reraise
Automatic revival upon KO."
3,0,1,True,1,"Levitation","Levitation
Floating off the ground and invulnerable to floor effects."
4,5,3,False,4,"Poison","Poison
Toxins are causing damage at the start of each turn."
5,0,5,False,5,"Doom","Doom
Certain death when counter reaches zero. Effect can only be dispelled by defeating the enemy that inflicted it."
6,0,1,False,3,"Bind","Bind
Unable to move."
7,1100,0,False,0,"",""
8,100,0,False,0,"",""
1 key 0 1 2 3 4 5
2 #
3 int32 int32 byte bit&01 byte str str
4 0 0 0 False 0
5 1 0 0 1 False True 0 Barrier Barrier Invulnerable to all damage.
6 2 0 50 0 False True 0 2 Reraise Reraise Automatic revival upon KO.
7 3 0 0 1 False True 0 1 Levitation Levitation Floating off the ground and invulnerable to floor effects.
8 4 0 5 0 3 False 0 4 Poison Poison Toxins are causing damage at the start of each turn.
9 5 0 0 5 False 0 5 Doom Doom Certain death when counter reaches zero. Effect can only be dispelled by defeating the enemy that inflicted it.
10 6 0 0 1 False 0 3 Bind Bind Unable to move.
11 7 0 1100 0 False 0
12 8 0 100 0 False 0
13
14
15
16
17
18