RimWorld-ChineseSimplified/DefInjected/TerrainAffordanceDef/TerrainAffordances.xml
2018-06-19 21:11:11 +08:00

49 lines
943 B
XML

<?xml version="1.0" encoding="utf-8"?>
<LanguageData>
<!-- Supports light structure -->
<Light.label>轻型</Light.label>
<!-- Supports medium structures (mainly walls) -->
<Medium.label>中型</Medium.label>
<!-- Supports heavy structures -->
<Heavy.label>重型</Heavy.label>
<!-- Can be built on with things that are waterproof -->
<ShallowWater.label>浅水</ShallowWater.label>
<!-- Contains power usable for hydroelectrics -->
<MovingFluid.label>流动水源</MovingFluid.label>
<!-- Bridge can be built here -->
<Bridgeable.label>可架桥</Bridgeable.label>
<!-- Things can grow here -->
<GrowSoil.label>可生长</GrowSoil.label>
<!-- For graves -->
<Diggable.label>可挖掘</Diggable.label>
<!-- Can be ground and smoothed into smooth stone -->
<SmoothableStone.label>可打磨</SmoothableStone.label>
</LanguageData>