ctf_treasure/init.lua: Align lines using whitespaces for improved readability

This commit is contained in:
ANAND 2019-10-29 12:39:50 +05:30
parent 179c993ee7
commit 04ac8223a9
No known key found for this signature in database
GPG key ID: 3AD8A3C4A51AAB97

View file

@ -17,16 +17,16 @@ function ctf_treasure.get_default_treasures()
{ "default:axe_steel", 0.4, 5, { 1, 10 } },
{ "default:axe_stone", 0.5, 5, { 1, 10 } },
{"shooter:crossbow",0.5,2,{1,5}},
{"shooter:pistol",0.4,2,{1,5}},
{"shooter:rifle",0.1,2,{1,2}},
{ "shooter:shotgun", 0.04, 2, 1 },
{ "shooter:grenade", 0.08, 2, 1 },
{ "shooter:machine_gun", 0.02, 2, 1 },
{ "shooter:crossbow", 0.5, 2, { 1, 5 } },
{ "shooter:pistol", 0.4, 2, { 1, 5 } },
{ "shooter:rifle", 0.1, 2, { 1, 2 } },
{ "shooter:ammo", 0.3, 2, { 1, 10 } },
{ "shooter:arrow_white", 0.5, 2, { 2, 18 } },
{"ctf_bandages:bandage",0.8,2,{2,4}},
{"medkits:medkit",0.8,5,2}
{ "medkits:medkit", 0.8, 5, 2 },
{ "ctf_bandages:bandage", 0.8, 2, { 2, 4 } }
}
end