Compare commits
No commits in common. "90a5f374960cc699590cb0a67a78db017f80d3bf" and "a189946d8273a07c99480043e5db7d8c7a90a2d8" have entirely different histories.
90a5f37496
...
a189946d82
2 changed files with 7 additions and 12 deletions
|
@ -1,4 +1,4 @@
|
||||||
color = "#66A0FF"
|
local color = "#66A0FF"
|
||||||
local items = {
|
local items = {
|
||||||
"",
|
"",
|
||||||
color .. "Game Play",
|
color .. "Game Play",
|
||||||
|
@ -10,8 +10,8 @@ local items = {
|
||||||
"* Use medkits to replenish health gradually.",
|
"* Use medkits to replenish health gradually.",
|
||||||
"* Gain more score by killing more than you die, or by capturing the flag.",
|
"* Gain more score by killing more than you die, or by capturing the flag.",
|
||||||
"* Players are immune for 5 seconds after they respawn.",
|
"* Players are immune for 5 seconds after they respawn.",
|
||||||
"* Access the pro section of the chest by achieving 2k+ score,",
|
"* Access the pro section of the chest by achieving a 2k+ score and",
|
||||||
" killing 3 people for every 2 deaths, and capturing the flag at least 10 times",
|
" killing 2 people for every death.",
|
||||||
"",
|
"",
|
||||||
|
|
||||||
color .. "Team Co-op",
|
color .. "Team Co-op",
|
||||||
|
@ -30,12 +30,7 @@ local items = {
|
||||||
|
|
||||||
color .. "Contact Moderators",
|
color .. "Contact Moderators",
|
||||||
"",
|
"",
|
||||||
"* Report people using /report or the #reports channel in Discord",
|
"* Report people who sabotage using /report."
|
||||||
"",
|
|
||||||
|
|
||||||
color .. "Other",
|
|
||||||
"",
|
|
||||||
"* Capture The Flag Discord: https://discord.gg/vcZTRPX",
|
|
||||||
}
|
}
|
||||||
for i = 1, #items do
|
for i = 1, #items do
|
||||||
items[i] = minetest.formspec_escape(items[i])
|
items[i] = minetest.formspec_escape(items[i])
|
||||||
|
|
|
@ -100,10 +100,10 @@ for _, chest_color in pairs(colors) do
|
||||||
"label[5,-0.2;" ..
|
"label[5,-0.2;" ..
|
||||||
minetest.formspec_escape("Pro players only") .. "]"
|
minetest.formspec_escape("Pro players only") .. "]"
|
||||||
else
|
else
|
||||||
formspec = formspec .. "label[4.75,3;" ..
|
formspec = formspec .. "label[4.5,2.75;" ..
|
||||||
minetest.formspec_escape("You need at least 10000" ..
|
minetest.formspec_escape("You need at least 10000" ..
|
||||||
"\nscore and 1.3+ KD, 10+\ncaptures and a Capture\nRate of at least 33%" ..
|
"\nscore and 1.3+ KD, 10+\ncaptures and a Capture\nRate of at least 33%" ..
|
||||||
"\nto access the pro section") .. "]"
|
"\nto access the pro section") .. "]"
|
||||||
end
|
end
|
||||||
|
|
||||||
formspec = formspec ..
|
formspec = formspec ..
|
||||||
|
|
Loading…
Reference in a new issue