diff options
author | zxcPandora <81985226+zxcPandora@users.noreply.github.com> | 2022-02-15 12:14:36 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-15 01:14:36 -0300 |
commit | bca681c6e7b2b281a234d1ee9cbd671f97e45cb6 (patch) | |
tree | 5726d64e49464eab957a8e436eb0fd4b094db033 /Northstar.Client/mod/resource | |
parent | 2ca90c09e1b4f3718a6a8add8e4efa75258015ba (diff) | |
download | NorthstarMods-bca681c6e7b2b281a234d1ee9cbd671f97e45cb6.tar.gz NorthstarMods-bca681c6e7b2b281a234d1ee9cbd671f97e45cb6.zip |
Add respawn protection match setting (#167)
Diffstat (limited to 'Northstar.Client/mod/resource')
-rw-r--r-- | Northstar.Client/mod/resource/northstar_client_localisation_english.txt | 1 | ||||
-rw-r--r-- | Northstar.Client/mod/resource/northstar_client_localisation_tchinese.txt | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/Northstar.Client/mod/resource/northstar_client_localisation_english.txt b/Northstar.Client/mod/resource/northstar_client_localisation_english.txt index 4f2e7a77..ae84e7c4 100644 --- a/Northstar.Client/mod/resource/northstar_client_localisation_english.txt +++ b/Northstar.Client/mod/resource/northstar_client_localisation_english.txt @@ -55,6 +55,7 @@ Press Yes if you agree to this. This choice can be changed in the mods menu at a "roundscorelimit" "Score Limit (round-based)" "timelimit" "Time Limit" "roundtimelimit" "Time Limit (round-based)" + "respawnprotection" "Respawn Protection Time" "pilot_health_multiplier" "Health multiplier" "respawn_delay" "Respawn Delay" diff --git a/Northstar.Client/mod/resource/northstar_client_localisation_tchinese.txt b/Northstar.Client/mod/resource/northstar_client_localisation_tchinese.txt index c00e7302..a8d6b811 100644 --- a/Northstar.Client/mod/resource/northstar_client_localisation_tchinese.txt +++ b/Northstar.Client/mod/resource/northstar_client_localisation_tchinese.txt @@ -52,6 +52,7 @@ "roundscorelimit" "分數限制(回合制)" "timelimit" "時間限制" "roundtimelimit" "時間限制(回合制)" + "respawnprotection" "重生保護時間" "pilot_health_multiplier" "生命值加成" "respawn_delay" "重生延遲" |