Added achievements required players amount as additional infos
This commit is contained in:
parent
df322dae0a
commit
3e86c307f8
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
|
||||
mod_translation_updater.py
|
@ -17,6 +17,7 @@ Time is out, the match is over!=Zeit ist um, die Spielrunde ist vorbei!
|
||||
##[ src\_compatible_mods\achievements_lib\achievements.lua ]##
|
||||
Lone Wolf=
|
||||
Kill everyone=
|
||||
@1+ players required=
|
||||
Fast and Furious=
|
||||
Get a kill in the first 10 seconds=
|
||||
Push 'em All=
|
||||
|
@ -17,6 +17,7 @@ Time is out, the match is over!=Tempo plenumiĝis, ludo finiĝis!
|
||||
##[ src\_compatible_mods\achievements_lib\achievements.lua ]##
|
||||
Lone Wolf=
|
||||
Kill everyone=
|
||||
@1+ players required=
|
||||
Fast and Furious=
|
||||
Get a kill in the first 10 seconds=
|
||||
Push 'em All=
|
||||
|
@ -16,6 +16,7 @@ Time is out, the match is over!=¡Tiempo terminado, la partida ha finalizado!
|
||||
##[ src\_compatible_mods\achievements_lib\achievements.lua ]##
|
||||
Lone Wolf=
|
||||
Kill everyone=
|
||||
@1+ players required=
|
||||
Fast and Furious=
|
||||
Get a kill in the first 10 seconds=
|
||||
Push 'em All=
|
||||
|
@ -17,6 +17,7 @@ Time is out, the match is over!=Az idő lejárt a menetnek vége!
|
||||
##[ src\_compatible_mods\achievements_lib\achievements.lua ]##
|
||||
Lone Wolf=
|
||||
Kill everyone=
|
||||
@1+ players required=
|
||||
Fast and Furious=
|
||||
Get a kill in the first 10 seconds=
|
||||
Push 'em All=
|
||||
|
@ -17,6 +17,7 @@ Time is out, the match is over!=Tempo terminato, la partita è finita!
|
||||
##[ src\_compatible_mods\achievements_lib\achievements.lua ]##
|
||||
Lone Wolf=Lupo Solitario
|
||||
Kill everyone=Uccidi tutti
|
||||
@1+ players required=@1+ giocatori richiesti
|
||||
Fast and Furious=Curre Curre
|
||||
Get a kill in the first 10 seconds=Fai un'uccisione entro 10 secondi
|
||||
Push 'em All=Giù nel Vuoto
|
||||
|
@ -17,6 +17,7 @@ Time is out, the match is over!=Skończył się czas, koniec meczu!
|
||||
##[ src\_compatible_mods\achievements_lib\achievements.lua ]##
|
||||
Lone Wolf=
|
||||
Kill everyone=
|
||||
@1+ players required=
|
||||
Fast and Furious=
|
||||
Get a kill in the first 10 seconds=
|
||||
Push 'em All=
|
||||
|
@ -17,6 +17,7 @@ Time is out, the match is over!=
|
||||
##[ src\_compatible_mods\achievements_lib\achievements.lua ]##
|
||||
Lone Wolf=
|
||||
Kill everyone=
|
||||
@1+ players required=
|
||||
Fast and Furious=
|
||||
Get a kill in the first 10 seconds=
|
||||
Push 'em All=
|
||||
|
@ -11,6 +11,7 @@ if minetest.get_modpath("achievements_lib") then
|
||||
achvmt_lib.register_achievement("skywars:lone_wolf", {
|
||||
title = S("Lone Wolf"),
|
||||
description = S("Kill everyone"),
|
||||
additional_info = S("@1+ players required", 3),
|
||||
image = "sw_ach_lone_wolf.png",
|
||||
tier = "Silver"
|
||||
})
|
||||
@ -33,6 +34,7 @@ if minetest.get_modpath("achievements_lib") then
|
||||
achvmt_lib.register_achievement("skywars:fearless", {
|
||||
title = S("Fearless"),
|
||||
description = S("Win without healing"),
|
||||
additional_info = S("@1+ players required", 3),
|
||||
image = "sw_ach_fearless.png",
|
||||
tier = "Silver"
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user