1
0
mirror of https://github.com/ComfyFactory/ComfyFactorio.git synced 2025-03-17 20:58:13 +02:00

mtn fortress - locale changes

This commit is contained in:
Gerkiz 2021-02-01 00:09:59 +01:00
parent 09976010a2
commit 6f891e47ff
3 changed files with 6 additions and 8 deletions

View File

@ -88,9 +88,8 @@ flamethrower_turret=Upgrades the amount of flamethrowers that can be placed.
land_mine=Upgrades the amount of landmines that can be placed.
car=Portable Car Surface\nCan be killed easily.
tank=Portable Tank Surface\nChonk tank, can resist heavy damage.
tank_cannon_na=Tank Cannon\nAvailable after wave 650.
tank_machine_gun_na=Tank Machine Gun\nAvailable after wave 400.
vehicle_machine_gun_na=Car Machine Gun\nAvailable after wave 200.
tank_cannon_na=Tank Cannon\nAvailable after wave __1__.
vehicle_machine_gun_na=Car Machine Gun\nAvailable after wave __1__.
[main]
death_message_1=__1__ should have watched where they walked!

View File

@ -87,9 +87,8 @@ flamethrower_turret=升级可以放置的火焰喷射器的数量.
land_mine=升级可以放置的地雷数量.
car=便携汽车操作\n可以更容易打死.
tank=便携坦克操作\n大坦克, 可以抵抗严重伤害.
tank_cannon_na=坦克炮\n在650波之后可用.
tank_machine_gun_na=坦克机枪\n在4000波之后可用.
vehicle_machine_gun_na=汽车机枪\n在200波后可用.
tank_cannon_na=坦克炮\n在__1__波之后可用.
vehicle_machine_gun_na=汽车机枪\n在__1__波后可用.
[main]
death_message_1=__1__ 应该看着他们走的地方!

View File

@ -2254,7 +2254,7 @@ function Public.get_items()
stack = 1,
value = 'coin',
price = 25000,
tooltip = ({'main_market.tank_cannon_na'}),
tooltip = ({'main_market.tank_cannon_na', 650}),
upgrade = false,
static = true,
enabled = false
@ -2275,7 +2275,7 @@ function Public.get_items()
stack = 1,
value = 'coin',
price = 2000,
tooltip = ({'main_market.vehicle_machine_gun_na'}),
tooltip = ({'main_market.vehicle_machine_gun_na', 100}),
upgrade = false,
static = true,
enabled = false