Skip to content

Commit

Permalink
Add kilowatt new paintkits and kukri knife
Browse files Browse the repository at this point in the history
  • Loading branch information
jouderianjr committed Apr 7, 2024
1 parent b00cd26 commit c36d834
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions src/parser/src/maps.rs
Original file line number Diff line number Diff line change
Expand Up @@ -867,6 +867,7 @@ pub static WEAPINDICIES: phf::Map<u32, &'static str> = phf_map! {
522_u32 => "knife_stiletto",
523_u32 => "knife_widowmaker",
525_u32 => "knife_skeleton",
526_u32 => "knife_kukri",
};
pub static PAINTKITS: phf::Map<u32, &'static str> = phf_map! {
2_u32=>"Groundwater",
Expand Down Expand Up @@ -1908,6 +1909,23 @@ pub static PAINTKITS: phf::Map<u32, &'static str> = phf_map! {
1156_u32=>"FloraCarnivora",
1157_u32=>"Roadblock",
1158_u32=>"Winterized",
1159_u32=>"Slag",
1160_u32=>"AnalogInput",
1161_u32=>"Dezastre",
1162_u32=>"DarkSigil",
1163_u32=>"JustSmile",
1164_u32=>"LightBox",
1165_u32=>"EtchLord",
1166_u32=>"BlackLotus",
1167_u32=>"Block18",
1168_u32=>"Hybrid",
1169_u32=>"Hideout",
1170_u32=>"ChromeCannon",
1171_u32=>"Inheritance",
1172_u32=>"Olympus",
1173_u32=>"Jawbreaker",
1174_u32=>"Irezumi",
1175_u32=>"Motorized",
10006_u32=>"Charred",
10007_u32=>"Snakebite",
10008_u32=>"Bronzed",
Expand Down

0 comments on commit c36d834

Please sign in to comment.