Merge branch 'R74nCom:main' into main
This commit is contained in:
commit
936586e528
|
|
@ -29,7 +29,7 @@
|
||||||
"seltzer":"Eau gazeuse",
|
"seltzer":"Eau gazeuse",
|
||||||
"dirty_water":"Eau sale",
|
"dirty_water":"Eau sale",
|
||||||
"pool_water":"Eau de piscine",
|
"pool_water":"Eau de piscine",
|
||||||
"dirt":"Saleté",
|
"dirt":"Terre",
|
||||||
"mud":"Boue",
|
"mud":"Boue",
|
||||||
"wet_sand":"Sable mouillé",
|
"wet_sand":"Sable mouillé",
|
||||||
"rock":"Roche",
|
"rock":"Roche",
|
||||||
|
|
@ -97,7 +97,7 @@
|
||||||
"flea":"Puce",
|
"flea":"Puce",
|
||||||
"termite":"Termite",
|
"termite":"Termite",
|
||||||
"ant":"Fourmi",
|
"ant":"Fourmi",
|
||||||
"fly":"Voler",
|
"fly":"Mouche",
|
||||||
"firefly":"Luciole",
|
"firefly":"Luciole",
|
||||||
"hive":"Ruche",
|
"hive":"Ruche",
|
||||||
"bee":"Abeille",
|
"bee":"Abeille",
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"#lang.name": "简体中文",
|
"#lang.name": "简体中文",
|
||||||
"#lang.credit": "squarescreamyt, pixelegend4",
|
"#lang.credit": "squarescreamyt, pixelegend4, jaydrubies",
|
||||||
"#lang.font": "fusion-pixel-12px-monospaced-zh_hans",
|
"#lang.font": "fusion-pixel-12px-monospaced-zh_hans",
|
||||||
"land": "地",
|
"land": "地",
|
||||||
"liquids": "液体",
|
"liquids": "液体",
|
||||||
|
|
@ -33,7 +33,7 @@
|
||||||
"dirt": "土",
|
"dirt": "土",
|
||||||
"mud": "坭",
|
"mud": "坭",
|
||||||
"wet_sand": "湿沙",
|
"wet_sand": "湿沙",
|
||||||
"rock": "石",
|
"rock": "石头",
|
||||||
"rock_wall": "石墙",
|
"rock_wall": "石墙",
|
||||||
"mudstone": "坭石",
|
"mudstone": "坭石",
|
||||||
"packed_sand": "压缩沙",
|
"packed_sand": "压缩沙",
|
||||||
|
|
@ -52,7 +52,7 @@
|
||||||
"snow": "雪",
|
"snow": "雪",
|
||||||
"slush": "冰水",
|
"slush": "冰水",
|
||||||
"packed_snow": "积雪",
|
"packed_snow": "积雪",
|
||||||
"wood": "木",
|
"wood": "木头",
|
||||||
"smoke": "烟",
|
"smoke": "烟",
|
||||||
"magma": "岩浆",
|
"magma": "岩浆",
|
||||||
"plasma": "电浆",
|
"plasma": "电浆",
|
||||||
|
|
@ -403,7 +403,7 @@
|
||||||
"radiation": "辐射",
|
"radiation": "辐射",
|
||||||
"rad_steam": "辐射蒸汽",
|
"rad_steam": "辐射蒸汽",
|
||||||
"rad_cloud": "拉德云",
|
"rad_cloud": "拉德云",
|
||||||
"fallout": "掉出来",
|
"fallout": "放射性尘埃",
|
||||||
"neutron": "中子",
|
"neutron": "中子",
|
||||||
"proton": "质子",
|
"proton": "质子",
|
||||||
"electric": "电",
|
"electric": "电",
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,4 @@
|
||||||
|
//weapons.js by Jayd also know as JaydRubies
|
||||||
elements.tsar_bomba = {
|
elements.tsar_bomba = {
|
||||||
color: "#524C41",
|
color: "#524C41",
|
||||||
behavior: [
|
behavior: [
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue