entwatch template to tab indentation

This commit is contained in:
BotoX 2019-10-20 13:34:59 +02:00
parent edc485a4be
commit 8ad71023ad

View File

@ -1,34 +1,34 @@
"items" "items"
{ {
"0" "0"
{ {
"name" "" // The "full" name of the item. (Used in CHAT) "name" "" // The "full" name of the item. (Used in CHAT)
"short" "" // The "short" name of the item. (Used on the HUD) "short" "" // The "short" name of the item. (Used on the HUD)
"color" "" // The HEX color code of the item. "color" "" // The HEX color code of the item.
"filter" "" // The targetname maps use for filtering. (Leave empty if none) "filter" "" // The targetname maps use for filtering. (Leave empty if none)
"weaponid" "0" // The HammerID of the weapon. "weaponid" "0" // The HammerID of the weapon.
"buttonid" "0" // The HammerID of the button. "buttonid" "0" // The HammerID of the button.
"triggerid" "0" // The HammerID of the trigger. "triggerid" "0" // The HammerID of the trigger.
"display" "0" // The Bitflag for displays. "display" "0" // The Bitflag for displays.
// 1 = CHAT. // 1 = CHAT.
// 2 = USE. // 2 = USE.
// 3 = CHAT & USE. // 3 = CHAT & USE.
// 4 = HUD. // 4 = HUD.
// 5 = CHAT & HUD. // 5 = CHAT & HUD.
// 6 = USE & HUD. // 6 = USE & HUD.
// 7 = ALL. // 7 = ALL.
"slot" "0" // The weapon slot. "slot" "0" // The weapon slot.
// 0 = None // 0 = None
// 1 = Primary // 1 = Primary
// 2 = Secondary // 2 = Secondary
// 3 = Knife // 3 = Knife
// 4 = Grenades // 4 = Grenades
"mode" "0" // The mode of the item. "mode" "0" // The mode of the item.
// 1 = Cooldown. // 1 = Cooldown.
// 2 = Limited uses. // 2 = Limited uses.
// 3 = Limited uses with cooldown. // 3 = Limited uses with cooldown.
// 4 = Cooldown after multiple uses. // 4 = Cooldown after multiple uses.
"maxuses" "0" // The maximum amount of uses. "maxuses" "0" // The maximum amount of uses.
"cooldown" "0" // The cooldown between uses. "cooldown" "0" // The cooldown between uses.
} }
} }