Update random messages (#894)
* Update random messages Edits 2 messages, adds 1 message * Update init.lua Co-authored-by: LoneWolfHT <lonewolf04361@gmail.com>
This commit is contained in:
parent
1831da8496
commit
ecd8cbb6c7
1 changed files with 3 additions and 2 deletions
|
@ -52,11 +52,11 @@ function random_messages.read_messages()
|
||||||
"Use medkits to gradually restore your health.",
|
"Use medkits to gradually restore your health.",
|
||||||
"Moving or fighting while using medkits will interrupt the healing process.",
|
"Moving or fighting while using medkits will interrupt the healing process.",
|
||||||
"Knights have a slight damage bonus (up to 1.5 hp) when attacking with swords.",
|
"Knights have a slight damage bonus (up to 1.5 hp) when attacking with swords.",
|
||||||
"Gain more score by killing more than you die, by healing teammates as a medic, or by capturing the flag.",
|
"Gain more score by killing enemies, healing teammates as a medic, or by capturing the flag.",
|
||||||
"You gain more score the better the opponent you defeat.",
|
"You gain more score the better the opponent you defeat.",
|
||||||
"Find weapons in chests or mine and use furnaces to make stronger swords.",
|
"Find weapons in chests or mine and use furnaces to make stronger swords.",
|
||||||
"Players are immune to attack for 5 seconds after they respawn.",
|
"Players are immune to attack for 5 seconds after they respawn.",
|
||||||
"Access the pro section of the chest by achieving a 10k+ score, killing 3 people for every 2 deaths and capture the flag 10 times.",
|
"Access the pro section of the chest by achieving a 10k+ score, killing 3 people for every 2 deaths and capturing the flag 10 times.",
|
||||||
"Use team doors (steel) to stop the enemy walking into your base.",
|
"Use team doors (steel) to stop the enemy walking into your base.",
|
||||||
"Craft 6 cobbles and 1 steel ingot together to make reinforced cobble.",
|
"Craft 6 cobbles and 1 steel ingot together to make reinforced cobble.",
|
||||||
"Sprint by pressing the fast key (E) when you have stamina.",
|
"Sprint by pressing the fast key (E) when you have stamina.",
|
||||||
|
@ -80,6 +80,7 @@ function random_messages.read_messages()
|
||||||
"Hitting your enemy does more damage than not hitting them.",
|
"Hitting your enemy does more damage than not hitting them.",
|
||||||
"Press right mouse button or double-tap the screen to activate scope while wielding a sniper rifle.",
|
"Press right mouse button or double-tap the screen to activate scope while wielding a sniper rifle.",
|
||||||
"Medics can dig pillars by right clicking the base of one with their paxel.",
|
"Medics can dig pillars by right clicking the base of one with their paxel.",
|
||||||
|
"Use `/help all` to see all available commands.",
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue