scope StuddedLeatherArmor import ObjEditingNatives @compiletime function create_w3t_I001 takes nothing returns nothing let u = createObjectDefinition("w3t", 'I001', 'rde4') u.setString("iabi", "AId0") u.setString("iico", "ReplaceableTextures\\CommandButtons\\BTNLeatherUpgradeTwo.blp") u.setInt("igol", 200) u.setString("ides", "Boosts armor by 10.") u.setString("unam", "Studded Leather Armor") u.setString("utip", "Purchase |cff999999Studded Leather Armor|r") u.setString("utub", "Reduces damage from basic attacks by |cffffcc0010|r.") u.setInt("istr", 0) u.setInt("ubpx", 3) end endscope