summaryrefslogtreecommitdiff
path: root/game/01_init.rpy
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-08-04 16:11:10 -0300
committerJesusaves <cpntb1@ymail.com>2021-08-04 16:11:10 -0300
commit18a101982c132f4359d545f325e0b13b7769eca7 (patch)
tree315f437e7abd13249b6ce226bb765ffc773e711e /game/01_init.rpy
parent4d280b991834adc4768b1dea427761948a8bb615 (diff)
downloadclient-18a101982c132f4359d545f325e0b13b7769eca7.tar.gz
client-18a101982c132f4359d545f325e0b13b7769eca7.tar.bz2
client-18a101982c132f4359d545f325e0b13b7769eca7.tar.xz
client-18a101982c132f4359d545f325e0b13b7769eca7.zip
Next gen battle action logger (incomplete)
Diffstat (limited to 'game/01_init.rpy')
-rw-r--r--game/01_init.rpy15
1 files changed, 15 insertions, 0 deletions
diff --git a/game/01_init.rpy b/game/01_init.rpy
index 343b6bf..7b18a09 100644
--- a/game/01_init.rpy
+++ b/game/01_init.rpy
@@ -108,6 +108,21 @@ init -3 python:
IRC_AUTH_NICK =2
IRC_AUTH_CHAN =3
+ # Spheres
+ SPH_NONE =0
+ SPH_WIDEATTACK =1
+ SPH_PIERCE =2
+ SPH_ASSAULT =3
+ SPH_HEAL =4
+ SPH_HEALALL =5
+ SPH_ATKUP =6
+ SPH_DEFUP =7
+
+ # Combat code
+ SRV_SKILL =1000
+ SRV_WAVE =9901
+ SRV_SPHERE =9902
+
# Special error structs
ERR_MOBSTRUCT ={
"name": "ERROR",