summaryrefslogtreecommitdiff
path: root/wiki/elegen.py
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-06-16 02:43:58 -0300
committerJesusaves <cpntb1@ymail.com>2018-06-16 02:43:58 -0300
commitf00ba088fa9ab568eae1dedbf6fae01b966997e6 (patch)
treeb1a86941b20d3926e6c9956afa6587dfcbcb5996 /wiki/elegen.py
parentce3d32d74e32b2f04a64502bf830a7081d650384 (diff)
downloadtools-f00ba088fa9ab568eae1dedbf6fae01b966997e6.tar.gz
tools-f00ba088fa9ab568eae1dedbf6fae01b966997e6.tar.bz2
tools-f00ba088fa9ab568eae1dedbf6fae01b966997e6.tar.xz
tools-f00ba088fa9ab568eae1dedbf6fae01b966997e6.zip
[EXPERIMENTAL] Merge Elegen on WikiGen
Diffstat (limited to 'wiki/elegen.py')
-rwxr-xr-xwiki/elegen.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/wiki/elegen.py b/wiki/elegen.py
index b5f1587..71b41d7 100755
--- a/wiki/elegen.py
+++ b/wiki/elegen.py
@@ -124,6 +124,7 @@ def WhatElem(rac):
print("ERROR, INVALID ELEM ID: %d (ID: %s)" % (rc, rac.id))
exit(1)
return "<font color=%s>%s</font>" % (cl, tl)
+
class Mob:
def __init__(self):
# Basic
@@ -271,7 +272,6 @@ def MonsterWrite(tbl):
# TODO: Check _mobs files to determine the usual monster density (a misc info to aid adding proper drop specs)
wikib.write("<table border=1>\n")
wikib.write("<tr><th>ID</th><th>Name</th><th>Mob Info</th><th>Elegen</th><th>Misc Info</th><th>Rewards</th><th>Drops</th></tr>\n")
- #mb_core(mb)
for i in tbl:
if i.id == 'ID':
continue