why not learn how to make a Item generator in HTML/PHP?
It would have a choice of either Weapon or Armor, It would have CELLS with Columns, Weapon Columns labled:
Code:
ID
name
mesh_name
totalpoint
type
res_sex
res_level
slot
weapon
weight
bt_price
delay
damage
range
ctrl_ability
magazine
reloadtime
slug_output
gadget_id
hp
ap
maxwt
sf
fr
cr
pr
lr
color
image_id
bullet_image_id
magazine_image_id
desc
etc..
Then have php use the weapon format:
Code:
<ITEM id="" name="" mesh_name="" totalpoint="0" type=""
res_sex="" res_level="" slot="" weapon="" weight="" bt_price="" delay=""
damage="" range="" ctrl_ability="" magazine="" reloadtime="" slug_output=""
gadget_id="" hp="" ap="" maxwt="" sf="" fr="" cr="" pr="" lr="" color=""
image_id="" bullet_image_id="" magazine_image_id="" desc="" />
then have a button that would be "Make Item"
it would put the correct cells/columns in the correct section.
then it would have a box that returns the given data.