Skip to content

Instantly share code, notes, and snippets.

@marcotc
Last active April 30, 2017 05:57
Show Gist options
  • Save marcotc/2a5be971dfd6529beab7c38cfaf79a11 to your computer and use it in GitHub Desktop.
Save marcotc/2a5be971dfd6529beab7c38cfaf79a11 to your computer and use it in GitHub Desktop.
tf2items.weapons.txt
"custom_weapons_v3"
{
// For reference: "1" "280 ; 2" // Change projectile to rocket
"*"
{
// Demoman
"308" // Loch-n-load
{
"1" "280 ; 2"
"2" "3 ; 0.75"
"3" "137 ; 1.2"
"4" "103 ; 1.25"
"5" "100 ; 0.75"
}
"996" // The Loose Cannon
{
"preserve_attributes" "1"
"1" "280 ; 2"
"2" "466 ; 0" // Disable mortar
}
"20" // Stikybomb Launcher
{
"1" "280 ; 2"
}
"130" // The Scottish Resistance
{
"1" "280 ; 2"
// {
// "fire rate bonus"
// {
// "attribute_class" "mult_postfiredelay"
// "value" "0.75"
// }
// "sticky detonate mode"
// {
// "attribute_class" "set_detonate_mode"
// "value" "1"
// }
// "stickies detonate stickies"
// {
// "attribute_class" "stickies_detonate_stickies"
// "value" "1"
// }
// "maxammo secondary increased"
// {
// "attribute_class" "mult_maxammo_secondary"
// "value" "1.5"
// }
// "max pipebombs increased"
// {
// "attribute_class" "add_max_pipebombs"
// "value" "6"
// }
// "sticky arm time penalty"
// {
// "attribute_class" "sticky_arm_time"
// "value" "0.8"
// }
// }
}
"1150" // The Quickiebomb Launcher
{
"1" "280 ; 2"
//"attributes"
//{
// "sticky arm time bonus"
// {
// "attribute_class" "sticky_arm_time"
// "value" "-0.2"
// }
// "stickybomb charge rate"
// {
// "attribute_class" "stickybomb_charge_rate"
// "value" "0.3"
// }
// "stickybomb_charge_damage_increase"
// {
// "attribute_class" "stickybomb_charge_damage_increase"
// "value" "1.35"
// }
// "stickies detonate stickies"
// {
// "attribute_class" "stickies_detonate_stickies"
// "value" "1"
// }
// "clip size penalty"
// {
// "attribute_class" "mult_clipsize"
// "value" "0.5"
// }
// "damage penalty"
// {
// "attribute_class" "mult_dmg"
// "value" "0.85"
// }
// "custom projectile model"
// {
// "attribute_class" "custom_projectile_model"
// "value" "models/workshop/weapons/c_models/c_kingmaker_sticky/w_kingmaker_stickybomb.mdl"
// }
//}
}
"265" // Stickybomb Jumper
{
"preserve_attributes" "1"
}
// Sniper
"58" // Jarate
{
"preserve_attributes" "1"
"1" "280 ; 2"
//"2" "218 ; 1" // Mark for death
}
// Soldier
"228" // The Black Box
{
"preserve_attributes" "1"
}
"513" // Original
{
"preserve_attributes" "1"
}
"414" // The Liberty Launcher
{
"preserve_attributes" "1"
}
"441" // The Cow Mangler 5000
{
"preserve_attributes" "1"
}
"730" // The Beggar's Bazooka
{
"preserve_attributes" "1"
}
"237" // Rocket Jumper
{
"preserve_attributes" "1"
}
// Default
"*"
{
"preserve_attributes" "1"
"1" "280 ; 2"
"2" "207 ; 0.5" // blast dmg to self increased
"3" "58 ; 3" // self dmg push force increased
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment