// Assign attribs to groups // Assign items to groups // upgrades.txt "upgrades" { // ITEM UPGRADES "ItemUpgrades" { "8" { "attribute" "critboost" "icon" "achievements/tf_mvm_use_crit_bottle" "increment" "1" // binary on/off "cap" "1" // "cost" "100" "ui_group" "2" // 2 = power up bottle } "9" { "attribute" "ubercharge" "icon" "achievements/tf_mvm_use_uber_bottle" "increment" "1" // binary on/off "cap" "1" // "cost" "75" "ui_group" "2" // 2 = power up bottle } "19" { "attribute" "recall" "icon" "achievements/tf_mvm_use_teleport_bottle" "increment" "1" // binary on/off "cap" "1" // "cost" "5" "ui_group" "2" // 2 = power up bottle } "25" { "attribute" "refill_ammo" "icon" "achievements/tf_mvm_use_ammo_bottle" "increment" "1" // binary on/off "cap" "1" // "cost" "25" "ui_group" "2" // 2 = power up bottle } "31" { "attribute" "building instant upgrade" "icon" "achievements/tf_mvm_use_build_bottle" "increment" "1" // binary on/off "cap" "1" // "cost" "50" "ui_group" "2" // 2 = power up bottle } } }