Skip to content

Commit

Permalink
Update loot
Browse files Browse the repository at this point in the history
  • Loading branch information
gaejuck committed Apr 24, 2022
1 parent e3366d5 commit 2c44334
Show file tree
Hide file tree
Showing 2 changed files with 5,776 additions and 17 deletions.
41 changes: 24 additions & 17 deletions addons/sourcemod/configs/royale/loot.cfg
Original file line number Diff line number Diff line change
@@ -1,16 +1,8 @@
"LootTable"
{
// Weapons that are NOT in the list either because they don't work or because their positive attributes are useless in FFA
// Fists (starting weapon)
// Gunslinger (no bounding box on model)
// Kritzkrieg (no passive übercharge effect)
// Vita-Saw (you don't respawn)
// Pain Train (no points to to capture)
// Solemn Vow (you can see "enemy" health at all times)

// Multiclass

"Loot" // B.A.S.E. Jumper
"Loot" // B.A.S.E. Jumper
{
"type" "weapon"
"tier" "1"
Expand Down Expand Up @@ -3711,6 +3703,12 @@
"key" "reskins"
"value" "210 1142 15027 15042 15051 15062 15063 15064 15103 15128 15129 15149"
}
"param"
{
"key" "attributes"
"value" "damage penalty|1.25"
}
}
}
Expand All @@ -3731,7 +3729,7 @@
"param"
{
"key" "attributes"
"value" "maxammo secondary increased|3.7;clip size penalty|3.25;damage penalty|0.25;weapon spread bonus|1.2;fire rate penalty|0.25"
"value" "maxammo secondary increased|3.7;clip size penalty|3.25;damage penalty|0.45;weapon spread bonus|1.2;fire rate penalty|0.25"
}
}
Expand Down Expand Up @@ -3772,6 +3770,12 @@
"key" "defindex"
"value" "61"
}
"param"
{
"key" "attributes"
"value" "damage penalty|1.25"
}
}
}
Expand All @@ -3793,7 +3797,7 @@
"param"
{
"key" "attributes"
"value" "attach particle effect|126;crit_dmg_falloff|0.01;mult_spread_scales_consecutive|0.01;fire rate penalty|0.6"
"value" "attach particle effect|126;crit_dmg_falloff|0.01;mult_spread_scales_consecutive|0.01;fire rate penalty|0.45"
}
}
}
Expand All @@ -3816,7 +3820,7 @@
"param"
{
"key" "attributes"
"value" "apply z velocity on damage|25;apply look velocity on damage|150;fire rate penalty|1.25"
"value" "apply z velocity on damage|55;apply look velocity on damage|200;fire rate penalty|1.25"
} //
}
}
Expand All @@ -3838,7 +3842,7 @@
"param"
{
"key" "attributes"
"value" "damage penalty|1.25"
"value" "damage penalty|1.56"
} //
}
}
Expand All @@ -3856,7 +3860,12 @@
"key" "defindex"
"value" "525"
}


"param"
{
"key" "attributes"
"value" "damage penalty|1.25"
}
}
}

Expand Down Expand Up @@ -3983,8 +3992,6 @@
}
}



// Spy - Melee

"Loot" // Knife
Expand Down Expand Up @@ -5489,7 +5496,7 @@
"param"
{
"key" "attributes"
"value" "attach particle effect|126;crit_dmg_falloff|0.01;mult_spread_scales_consecutive|0.01;fire rate penalty|0.6"
"value" "attach particle effect|126;crit_dmg_falloff|0.01;mult_spread_scales_consecutive|0.01;fire rate penalty|0.45"
}
}
}
Expand Down
Loading

0 comments on commit 2c44334

Please sign in to comment.