form.addElement("basic.int", RubyForm.getString(I18N.t("Intelligence"), "@int", words));
form.addElement("basic.att", RubyForm.getString(I18N.t("Attack Power"), "@atk", words));
form.addElement("basic.phy", RubyForm.getString(I18N.t("Physical Defense"), "@pdef", words));
form.addElement("basic.mag", RubyForm.getString(I18N.t("Magic Defense"), "@mdef", words));
form.addHeader("fight", new FormHeader(I18N.t("Fight"), "weapon"));
form.addElement("fight.weapon", RubyForm.getString(I18N.t("Weapon"), "@weapon", words));
form.addElement("fight.armor", RubyForm.getString(I18N.t("Shield"), "@armor1", words));
form.addElement("fight.helm", RubyForm.getString(I18N.t("Helmet"), "@armor2", words));
form.addElement("fight.body", RubyForm.getString(I18N.t("Body armor"), "@armor3", words));
form.addElement("fight.acc", RubyForm.getString(I18N.t("Accessory"), "@armor4", words));