As noted on the TF2 Wiki page for Mann Co. Supply Crate, items_game.txt
and the ITFItems_440 schema don't currently agree on the attributes for
item 5068.
The schema says 5068 has this property:
"attributes": {
"attribute": [
{
"name": "set supply crate series",
"class": "supply_crate_series",
"value": 30.000000
}
]
}
items_game.txt says 5068 has this property:
"attributes"
{
"set supply crate series"
{
"attribute_class" "supply_crate_series"
"value" "40"
"force_gc_to_generate" "1"
}
}
So... which rare crate series is currently dropping: 30 or 40?
_______________________________________________
To unsubscribe, edit your list preferences, or view the list archives, please
visit:
https://list.valvesoftware.com/cgi-bin/mailman/listinfo/hlds_linux