diff options
author | Guillaume Melquiond <guillaume.melquiond@gmail.com> | 2007-07-08 13:31:33 +0000 |
---|---|---|
committer | Guillaume Melquiond <guillaume.melquiond@gmail.com> | 2007-07-08 13:31:33 +0000 |
commit | f23ebba72f01fc6fac49211a50ca008c8af4ed84 (patch) | |
tree | 65a603d92548643f4b7d197464c2942722bc374c /data/monsters.xml | |
parent | a4c7586b310a8be8ffd5c8acad88b5236695c1da (diff) | |
download | manaserv-f23ebba72f01fc6fac49211a50ca008c8af4ed84.tar.gz manaserv-f23ebba72f01fc6fac49211a50ca008c8af4ed84.tar.xz manaserv-f23ebba72f01fc6fac49211a50ca008c8af4ed84.zip |
Added monster drops.
Diffstat (limited to 'data/monsters.xml')
-rw-r--r-- | data/monsters.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/data/monsters.xml b/data/monsters.xml new file mode 100644 index 0000000..d08483b --- /dev/null +++ b/data/monsters.xml @@ -0,0 +1,7 @@ +<?xml version="1.0"?> +<monsters> + <monster id="1002"> + <drop item="505" percent="8"/> + <drop item="518" percent="4"/> + </monster> +</monsters> |