summaryrefslogtreecommitdiff
path: root/wiki/wikigen.py
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-03-27 23:57:04 -0300
committerJesusaves <cpntb1@ymail.com>2018-03-27 23:57:04 -0300
commiteb6898ce56f092ba31880ad1bc121266ba979bb2 (patch)
tree164b61a9690d396fcbe3cb40967da238bb768555 /wiki/wikigen.py
parent4c624a2084973f9b9be3dab0fec6be014490ba72 (diff)
downloadtools-eb6898ce56f092ba31880ad1bc121266ba979bb2.tar.gz
tools-eb6898ce56f092ba31880ad1bc121266ba979bb2.tar.bz2
tools-eb6898ce56f092ba31880ad1bc121266ba979bb2.tar.xz
tools-eb6898ce56f092ba31880ad1bc121266ba979bb2.zip
Consistency
Diffstat (limited to 'wiki/wikigen.py')
-rwxr-xr-xwiki/wikigen.py28
1 files changed, 14 insertions, 14 deletions
diff --git a/wiki/wikigen.py b/wiki/wikigen.py
index 7edc2f3..da3e074 100755
--- a/wiki/wikigen.py
+++ b/wiki/wikigen.py
@@ -119,33 +119,33 @@ def testMobs():
start=True
x=Mob()
- if " Id:" in a:
+ if " Id:" in a:
x.id=stp(a)
- elif " Name:" in a:
+ elif " Name:" in a:
x.name=stp(a)
- elif " Hp:" in a:
+ elif " Hp:" in a:
x.hp=stp(a)
- elif " Lv:" in a:
+ elif " Lv:" in a:
x.mobpt=stp(a)
- elif " Exp:" in a:
+ elif " Exp:" in a:
x.xp=stp(a)
- elif " JExp:" in a:
+ elif " JExp:" in a:
x.jp=stp(a)
- elif " Attack:" in a:
+ elif " Attack:" in a:
x.atk=stp(a)
- elif " AttackRange:" in a:
+ elif " AttackRange:" in a:
x.range=stp(a)
- elif " MoveSpeed:" in a:
+ elif " MoveSpeed:" in a:
x.move=stp(a)
- elif " ViewRange:" in a:
+ elif " ViewRange:" in a:
x.view=stp(a)
- elif " AttackDelay:" in a:
+ elif " AttackDelay:" in a:
x.delay=stp(a)
- elif " Looter: true" in a:
+ elif " Looter: true" in a:
x.st+="Lot,"
- elif " Assist: true" in a:
+ elif " Assist: true" in a:
x.st+="Ass,"
- elif " Aggressive: true" in a:
+ elif " Aggressive: true" in a:
x.st+="Agr,"
elif 'Drops: ' in a:
dropper=True