Lint / Lint Resource (push) Has been cancelled
GTA toetet selbst ab einer bestimmten Tiefe ueber den Wasserdruck - beim U-Boot bei rund 150 m mit Implosion ab ~168 m, zu Fuss verliert man ebenfalls Leben. Dagegen hilft kein Atemgas, das ist die Engine. Deshalb dafuer nur eine Warnung statt eigener Effekte, konservativ auf 130 m mit 20 m Vorwarnung, beides in config.narcosis. Trimix hoert mit 100 m bewusst darueber auf; dazwischen liegt die Zone, in der keine Ausruestung mehr hilft. Der genaue Wert fuer Taucher zu Fuss ist nicht belegt und steht als Testpunkt in TESTING.md. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
39 lines
1.4 KiB
JSON
39 lines
1.4 KiB
JSON
{
|
|
"error": {
|
|
"not_standing_up": "You need to be on solid ground to put this on...",
|
|
"need_otube": "You don't have an air tank with you!",
|
|
"underwater": "You cannot do this underwater...",
|
|
"no_tank": "You don't have an air tank to refill!",
|
|
"tank_empty": "This air tank is empty!",
|
|
"tank_already_full": "This air tank is already full!",
|
|
"out_of_air": "You're out of air! Surface now!",
|
|
"no_lamp_on_outfit": "Your diving suit doesn't have a lamp.",
|
|
"crush_depth": "Danger! Below %d m the water pressure will crush you."
|
|
},
|
|
"success": {
|
|
"took_out": "You've taken your gear off!",
|
|
"tube_filled": "You've successfully refilled your air tank!"
|
|
},
|
|
"info": {
|
|
"put_suit": "Putting on your diving suit...",
|
|
"pullout_suit": "Taking off your diving suit...",
|
|
"filling_air": "Filling air...",
|
|
"oxygen_low": "Only %s of air left!",
|
|
"tank_remaining": "%s remaining (%d%%) · %s down to %d m",
|
|
"depth_limit": "You're approaching the limit of your breathing gas (%d m)!"
|
|
},
|
|
"menu": {
|
|
"choose_tank": "Choose an air tank"
|
|
},
|
|
"hud": {
|
|
"air": "Air",
|
|
"depth": "Depth",
|
|
"pressure": "Pressure",
|
|
"lamp": "Lamp"
|
|
},
|
|
"keybind": {
|
|
"toggle_lamp": "Toggle dive lamp",
|
|
"toggle_hud": "Toggle dive HUD"
|
|
}
|
|
}
|