Merge pull request #83 from WNJStudio/master

Add the new field 'labelNoun' to HediffDef
Typo fix: ThingDef/Weapons_Special
This commit is contained in:
duduluu 2017-11-09 22:48:15 +08:00 committed by GitHub
commit 15fda4eee9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
16 changed files with 47 additions and 2 deletions

View File

@ -2,6 +2,7 @@
<LanguageData> <LanguageData>
<AlcoholHigh.label>醉酒</AlcoholHigh.label> <AlcoholHigh.label>醉酒</AlcoholHigh.label>
<AlcoholHigh.labelNoun>醉酒</AlcoholHigh.labelNoun>
<AlcoholHigh.stages.0.label>微温</AlcoholHigh.stages.0.label> <AlcoholHigh.stages.0.label>微温</AlcoholHigh.stages.0.label>
<AlcoholHigh.stages.1.label>暖和</AlcoholHigh.stages.1.label> <AlcoholHigh.stages.1.label>暖和</AlcoholHigh.stages.1.label>
<AlcoholHigh.stages.2.label>微醺</AlcoholHigh.stages.2.label> <AlcoholHigh.stages.2.label>微醺</AlcoholHigh.stages.2.label>
@ -10,6 +11,7 @@
<AlcoholHigh.stages.5.label>昏醉不醒</AlcoholHigh.stages.5.label> <AlcoholHigh.stages.5.label>昏醉不醒</AlcoholHigh.stages.5.label>
<Hangover.label>宿醉</Hangover.label> <Hangover.label>宿醉</Hangover.label>
<Hangover.labelNoun>宿醉</Hangover.labelNoun>
<Hangover.stages.0.label>轻微</Hangover.stages.0.label> <Hangover.stages.0.label>轻微</Hangover.stages.0.label>
<Hangover.stages.1.label>强烈</Hangover.stages.1.label> <Hangover.stages.1.label>强烈</Hangover.stages.1.label>
<Hangover.stages.2.label>头痛欲裂</Hangover.stages.2.label> <Hangover.stages.2.label>头痛欲裂</Hangover.stages.2.label>

View File

@ -2,6 +2,7 @@
<LanguageData> <LanguageData>
<GoJuiceHigh.label>活力水亢奋</GoJuiceHigh.label> <GoJuiceHigh.label>活力水亢奋</GoJuiceHigh.label>
<GoJuiceHigh.labelNoun>活力水亢奋</GoJuiceHigh.labelNoun>
<!-- Go-juice addiction --> <!-- Go-juice addiction -->

View File

@ -2,6 +2,7 @@
<LanguageData> <LanguageData>
<ShutDown.label>停机</ShutDown.label> <ShutDown.label>停机</ShutDown.label>
<ShutDown.labelNoun>停机</ShutDown.labelNoun>
</LanguageData> </LanguageData>

View File

@ -10,7 +10,9 @@
<Anesthetic.label>麻醉</Anesthetic.label> <Anesthetic.label>麻醉</Anesthetic.label>
<CatatonicBreakdown.label>精神崩溃</CatatonicBreakdown.label> <CatatonicBreakdown.label>精神崩溃</CatatonicBreakdown.label>
<CatatonicBreakdown.labelNoun>精神崩溃</CatatonicBreakdown.labelNoun>
<PsychicShock.label>心灵冲击</PsychicShock.label> <PsychicShock.label>心灵冲击</PsychicShock.label>
<PsychicShock.labelNoun>心灵冲击</PsychicShock.labelNoun>
<CryptosleepSickness.label>低温休眠症</CryptosleepSickness.label> <CryptosleepSickness.label>低温休眠症</CryptosleepSickness.label>
<FoodPoisoning.label>食物中毒</FoodPoisoning.label> <FoodPoisoning.label>食物中毒</FoodPoisoning.label>
@ -23,6 +25,7 @@
<ToxicBuildup.stages.5.label>极重</ToxicBuildup.stages.5.label> <ToxicBuildup.stages.5.label>极重</ToxicBuildup.stages.5.label>
<Pregnant.label>怀孕</Pregnant.label> <Pregnant.label>怀孕</Pregnant.label>
<Pregnant.labelNoun>怀孕</Pregnant.labelNoun>
<Pregnant.comps.0.discoverLetterLabel>{0}怀孕</Pregnant.comps.0.discoverLetterLabel> <Pregnant.comps.0.discoverLetterLabel>{0}怀孕</Pregnant.comps.0.discoverLetterLabel>
<Pregnant.comps.0.discoverLetterText>{0}怀孕了!</Pregnant.comps.0.discoverLetterText> <Pregnant.comps.0.discoverLetterText>{0}怀孕了!</Pregnant.comps.0.discoverLetterText>
<Pregnant.stages.0.label>早期</Pregnant.stages.0.label> <Pregnant.stages.0.label>早期</Pregnant.stages.0.label>
@ -30,11 +33,13 @@
<Pregnant.stages.2.label>后期</Pregnant.stages.2.label> <Pregnant.stages.2.label>后期</Pregnant.stages.2.label>
<HeartAttack.label>心脏病发作</HeartAttack.label> <HeartAttack.label>心脏病发作</HeartAttack.label>
<HeartAttack.labelNoun>心脏病发作</HeartAttack.labelNoun>
<HeartAttack.stages.0.label>绞痛</HeartAttack.stages.0.label> <HeartAttack.stages.0.label>绞痛</HeartAttack.stages.0.label>
<HeartAttack.stages.1.label>虚弱</HeartAttack.stages.1.label> <HeartAttack.stages.1.label>虚弱</HeartAttack.stages.1.label>
<HeartAttack.stages.2.label>致命</HeartAttack.stages.2.label> <HeartAttack.stages.2.label>致命</HeartAttack.stages.2.label>
<DrugOverdose.label>成瘾品过量</DrugOverdose.label> <DrugOverdose.label>成瘾品过量</DrugOverdose.label>
<DrugOverdose.labelNoun>成瘾品过量</DrugOverdose.labelNoun>
<DrugOverdose.comps.1.discoverLetterLabel>成瘾品过量: {0}</DrugOverdose.comps.1.discoverLetterLabel> <DrugOverdose.comps.1.discoverLetterLabel>成瘾品过量: {0}</DrugOverdose.comps.1.discoverLetterLabel>
<DrugOverdose.comps.1.discoverLetterText>{0}使用成瘾品过量!</DrugOverdose.comps.1.discoverLetterText> <DrugOverdose.comps.1.discoverLetterText>{0}使用成瘾品过量!</DrugOverdose.comps.1.discoverLetterText>
<DrugOverdose.stages.0.label>较轻</DrugOverdose.stages.0.label> <DrugOverdose.stages.0.label>较轻</DrugOverdose.stages.0.label>

View File

@ -4,23 +4,32 @@
<!-- Added body parts --> <!-- Added body parts -->
<PegLeg.label>木腿</PegLeg.label> <PegLeg.label>木腿</PegLeg.label>
<PegLeg.labelNoun>木腿</PegLeg.labelNoun>
<Denture.label>义齿</Denture.label> <Denture.label>义齿</Denture.label>
<Denture.labelNoun>义齿</Denture.labelNoun>
<SimpleProstheticLeg.label>简易的假腿</SimpleProstheticLeg.label> <SimpleProstheticLeg.label>简易的假腿</SimpleProstheticLeg.label>
<SimpleProstheticLeg.labelNoun>简易的假腿</SimpleProstheticLeg.labelNoun>
<SimpleProstheticArm.label>简易的假臂</SimpleProstheticArm.label> <SimpleProstheticArm.label>简易的假臂</SimpleProstheticArm.label>
<SimpleProstheticArm.labelNoun>简易的假臂</SimpleProstheticArm.labelNoun>
<SimpleProstheticArm.comps.0.tools.0.label>拳头</SimpleProstheticArm.comps.0.tools.0.label> <SimpleProstheticArm.comps.0.tools.0.label>拳头</SimpleProstheticArm.comps.0.tools.0.label>
<BionicEye.label>仿生眼</BionicEye.label> <BionicEye.label>仿生眼</BionicEye.label>
<BionicEye.labelNoun>仿生眼</BionicEye.labelNoun>
<BionicArm.label>仿生臂</BionicArm.label> <BionicArm.label>仿生臂</BionicArm.label>
<BionicArm.labelNoun>仿生臂</BionicArm.labelNoun>
<BionicArm.comps.0.tools.0.label>拳头</BionicArm.comps.0.tools.0.label> <BionicArm.comps.0.tools.0.label>拳头</BionicArm.comps.0.tools.0.label>
<BionicLeg.label>仿生腿</BionicLeg.label> <BionicLeg.label>仿生腿</BionicLeg.label>
<BionicLeg.labelNoun>仿生腿</BionicLeg.labelNoun>
<PowerClaw.label>动力爪</PowerClaw.label> <PowerClaw.label>动力爪</PowerClaw.label>
<PowerClaw.labelNoun>动力爪</PowerClaw.labelNoun>
<PowerClaw.comps.0.tools.0.label></PowerClaw.comps.0.tools.0.label> <PowerClaw.comps.0.tools.0.label></PowerClaw.comps.0.tools.0.label>
<ScytherBlade.label>飞螳镰刃</ScytherBlade.label> <ScytherBlade.label>飞螳镰刃</ScytherBlade.label>
<ScytherBlade.labelNoun>飞螳镰刃</ScytherBlade.labelNoun>
<ScytherBlade.comps.0.tools.0.label>刀刃</ScytherBlade.comps.0.tools.0.label> <ScytherBlade.comps.0.tools.0.label>刀刃</ScytherBlade.comps.0.tools.0.label>
<ScytherBlade.comps.0.tools.1.label>尖头</ScytherBlade.comps.0.tools.1.label> <ScytherBlade.comps.0.tools.1.label>尖头</ScytherBlade.comps.0.tools.1.label>

View File

@ -2,8 +2,11 @@
<LanguageData> <LanguageData>
<BadBack.label>背痛</BadBack.label> <BadBack.label>背痛</BadBack.label>
<BadBack.labelNoun>背痛</BadBack.labelNoun>
<Frail.label>体弱</Frail.label> <Frail.label>体弱</Frail.label>
<Frail.labelNoun>体弱</Frail.labelNoun>
<Cataract.label>白内障</Cataract.label> <Cataract.label>白内障</Cataract.label>
<Cataract.labelNoun>白内障</Cataract.labelNoun>
<Blindness.label>失明</Blindness.label> <Blindness.label>失明</Blindness.label>
<HearingLoss.label>耳聋</HearingLoss.label> <HearingLoss.label>耳聋</HearingLoss.label>
<Dementia.label>痴呆</Dementia.label> <Dementia.label>痴呆</Dementia.label>
@ -20,6 +23,7 @@
<Asthma.stages.2.label>严重</Asthma.stages.2.label> <Asthma.stages.2.label>严重</Asthma.stages.2.label>
<HeartArteryBlockage.label>动脉阻塞</HeartArteryBlockage.label> <HeartArteryBlockage.label>动脉阻塞</HeartArteryBlockage.label>
<HeartArteryBlockage.labelNoun>动脉阻塞</HeartArteryBlockage.labelNoun>
<HeartArteryBlockage.stages.0.label>较轻</HeartArteryBlockage.stages.0.label> <HeartArteryBlockage.stages.0.label>较轻</HeartArteryBlockage.stages.0.label>
<HeartArteryBlockage.stages.1.label>较轻</HeartArteryBlockage.stages.1.label> <HeartArteryBlockage.stages.1.label>较轻</HeartArteryBlockage.stages.1.label>
<HeartArteryBlockage.stages.2.label>严重</HeartArteryBlockage.stages.2.label> <HeartArteryBlockage.stages.2.label>严重</HeartArteryBlockage.stages.2.label>
@ -27,6 +31,7 @@
<HeartArteryBlockage.stages.4.label>极重</HeartArteryBlockage.stages.4.label> <HeartArteryBlockage.stages.4.label>极重</HeartArteryBlockage.stages.4.label>
<Carcinoma.label>癌症肿瘤</Carcinoma.label> <Carcinoma.label>癌症肿瘤</Carcinoma.label>
<Carcinoma.labelNoun>癌症肿瘤</Carcinoma.labelNoun>
<Carcinoma.stages.0.label>较轻</Carcinoma.stages.0.label> <Carcinoma.stages.0.label>较轻</Carcinoma.stages.0.label>
<Carcinoma.stages.1.label>较轻</Carcinoma.stages.1.label> <Carcinoma.stages.1.label>较轻</Carcinoma.stages.1.label>
<Carcinoma.stages.2.label>严重</Carcinoma.stages.2.label> <Carcinoma.stages.2.label>严重</Carcinoma.stages.2.label>

View File

@ -4,7 +4,9 @@
<!-- Implants --> <!-- Implants -->
<Joywire.label>乐丝芯片</Joywire.label> <Joywire.label>乐丝芯片</Joywire.label>
<Joywire.labelNoun>乐丝芯片</Joywire.labelNoun>
<Painstopper.label>止痛芯片</Painstopper.label> <Painstopper.label>止痛芯片</Painstopper.label>
<Painstopper.labelNoun>止痛芯片</Painstopper.labelNoun>
</LanguageData> </LanguageData>

View File

@ -13,6 +13,7 @@
<SensoryMechanites.stages.1.label>剧烈疼痛</SensoryMechanites.stages.1.label> <SensoryMechanites.stages.1.label>剧烈疼痛</SensoryMechanites.stages.1.label>
<WoundInfection.label>感染</WoundInfection.label> <WoundInfection.label>感染</WoundInfection.label>
<WoundInfection.labelNoun>感染</WoundInfection.labelNoun>
<WoundInfection.stages.0.label>较轻</WoundInfection.stages.0.label> <WoundInfection.stages.0.label>较轻</WoundInfection.stages.0.label>
<WoundInfection.stages.1.label>严重</WoundInfection.stages.1.label> <WoundInfection.stages.1.label>严重</WoundInfection.stages.1.label>
<WoundInfection.stages.2.label>极重</WoundInfection.stages.2.label> <WoundInfection.stages.2.label>极重</WoundInfection.stages.2.label>

View File

@ -4,17 +4,20 @@
<!-- Missing body part --> <!-- Missing body part -->
<MissingBodyPart.label>缺失身体部件</MissingBodyPart.label> <MissingBodyPart.label>缺失身体部件</MissingBodyPart.label>
<MissingBodyPart.labelNoun>缺失身体部件</MissingBodyPart.labelNoun>
<!-- Injuries --> <!-- Injuries -->
<Misc.label>杂项</Misc.label> <Misc.label>杂项</Misc.label>
<Misc.labelNoun>杂项</Misc.labelNoun>
<Misc.comps.0.labelTendedWell>已包扎</Misc.comps.0.labelTendedWell> <Misc.comps.0.labelTendedWell>已包扎</Misc.comps.0.labelTendedWell>
<Misc.comps.0.labelTendedWellInner>已缝合</Misc.comps.0.labelTendedWellInner> <Misc.comps.0.labelTendedWellInner>已缝合</Misc.comps.0.labelTendedWellInner>
<Misc.comps.0.labelSolidTendedWell>已固定</Misc.comps.0.labelSolidTendedWell> <Misc.comps.0.labelSolidTendedWell>已固定</Misc.comps.0.labelSolidTendedWell>
<Misc.injuryProps.destroyedLabel>已丧失功能</Misc.injuryProps.destroyedLabel> <Misc.injuryProps.destroyedLabel>已丧失功能</Misc.injuryProps.destroyedLabel>
<Burn.label>烧伤</Burn.label> <Burn.label>烧伤</Burn.label>
<Burn.labelNoun>烧伤</Burn.labelNoun>
<Burn.comps.0.labelTendedWell>已包扎</Burn.comps.0.labelTendedWell> <Burn.comps.0.labelTendedWell>已包扎</Burn.comps.0.labelTendedWell>
<Burn.comps.0.labelTendedWellInner>已缝合</Burn.comps.0.labelTendedWellInner> <Burn.comps.0.labelTendedWellInner>已缝合</Burn.comps.0.labelTendedWellInner>
<Burn.comps.0.labelSolidTendedWell>已固定</Burn.comps.0.labelSolidTendedWell> <Burn.comps.0.labelSolidTendedWell>已固定</Burn.comps.0.labelSolidTendedWell>
@ -23,6 +26,7 @@
<Burn.injuryProps.destroyedOutLabel>被烧掉</Burn.injuryProps.destroyedOutLabel> <Burn.injuryProps.destroyedOutLabel>被烧掉</Burn.injuryProps.destroyedOutLabel>
<Crush.label>压伤</Crush.label> <Crush.label>压伤</Crush.label>
<Crush.labelNoun>压伤</Crush.labelNoun>
<Crush.comps.0.labelTendedWell>已包扎</Crush.comps.0.labelTendedWell> <Crush.comps.0.labelTendedWell>已包扎</Crush.comps.0.labelTendedWell>
<Crush.comps.0.labelTendedWellInner>已缝合</Crush.comps.0.labelTendedWellInner> <Crush.comps.0.labelTendedWellInner>已缝合</Crush.comps.0.labelTendedWellInner>
<Crush.comps.0.labelSolidTendedWell>已固定</Crush.comps.0.labelSolidTendedWell> <Crush.comps.0.labelSolidTendedWell>已固定</Crush.comps.0.labelSolidTendedWell>
@ -30,12 +34,14 @@
<Crush.injuryProps.destroyedLabel>被压毁</Crush.injuryProps.destroyedLabel> <Crush.injuryProps.destroyedLabel>被压毁</Crush.injuryProps.destroyedLabel>
<Crack.label>破裂</Crack.label> <Crack.label>破裂</Crack.label>
<Crack.labelNoun>破裂</Crack.labelNoun>
<Crack.comps.0.labelTendedWell>已愈合</Crack.comps.0.labelTendedWell> <Crack.comps.0.labelTendedWell>已愈合</Crack.comps.0.labelTendedWell>
<Crack.comps.0.labelTendedWellInner>已愈合</Crack.comps.0.labelTendedWellInner> <Crack.comps.0.labelTendedWellInner>已愈合</Crack.comps.0.labelTendedWellInner>
<Crack.comps.0.labelSolidTendedWell>已固定</Crack.comps.0.labelSolidTendedWell> <Crack.comps.0.labelSolidTendedWell>已固定</Crack.comps.0.labelSolidTendedWell>
<Crack.injuryProps.destroyedLabel>已碎</Crack.injuryProps.destroyedLabel> <Crack.injuryProps.destroyedLabel>已碎</Crack.injuryProps.destroyedLabel>
<Cut.label>割伤</Cut.label> <Cut.label>割伤</Cut.label>
<Cut.labelNoun>割伤</Cut.labelNoun>
<Cut.comps.0.labelTendedWell>已包扎</Cut.comps.0.labelTendedWell> <Cut.comps.0.labelTendedWell>已包扎</Cut.comps.0.labelTendedWell>
<Cut.comps.0.labelTendedWellInner>已缝合</Cut.comps.0.labelTendedWellInner> <Cut.comps.0.labelTendedWellInner>已缝合</Cut.comps.0.labelTendedWellInner>
<Cut.comps.0.labelSolidTendedWell>已简单固定</Cut.comps.0.labelSolidTendedWell> <Cut.comps.0.labelSolidTendedWell>已简单固定</Cut.comps.0.labelSolidTendedWell>
@ -44,12 +50,14 @@
<Cut.injuryProps.destroyedOutLabel>被切除</Cut.injuryProps.destroyedOutLabel> <Cut.injuryProps.destroyedOutLabel>被切除</Cut.injuryProps.destroyedOutLabel>
<SurgicalCut.label>手术伤</SurgicalCut.label> <SurgicalCut.label>手术伤</SurgicalCut.label>
<SurgicalCut.labelNoun>手术伤</SurgicalCut.labelNoun>
<SurgicalCut.comps.0.labelTendedWell>已包扎</SurgicalCut.comps.0.labelTendedWell> <SurgicalCut.comps.0.labelTendedWell>已包扎</SurgicalCut.comps.0.labelTendedWell>
<SurgicalCut.comps.0.labelTendedWellInner>已缝合</SurgicalCut.comps.0.labelTendedWellInner> <SurgicalCut.comps.0.labelTendedWellInner>已缝合</SurgicalCut.comps.0.labelTendedWellInner>
<SurgicalCut.comps.0.labelSolidTendedWell>已简单固定</SurgicalCut.comps.0.labelSolidTendedWell> <SurgicalCut.comps.0.labelSolidTendedWell>已简单固定</SurgicalCut.comps.0.labelSolidTendedWell>
<SurgicalCut.comps.1.oldLabel>手术疤痕</SurgicalCut.comps.1.oldLabel> <SurgicalCut.comps.1.oldLabel>手术疤痕</SurgicalCut.comps.1.oldLabel>
<Scratch.label>抓伤</Scratch.label> <Scratch.label>抓伤</Scratch.label>
<Scratch.labelNoun>抓伤</Scratch.labelNoun>
<Scratch.comps.0.labelTendedWell>已包扎</Scratch.comps.0.labelTendedWell> <Scratch.comps.0.labelTendedWell>已包扎</Scratch.comps.0.labelTendedWell>
<Scratch.comps.0.labelTendedWellInner>已缝合</Scratch.comps.0.labelTendedWellInner> <Scratch.comps.0.labelTendedWellInner>已缝合</Scratch.comps.0.labelTendedWellInner>
<Scratch.comps.0.labelSolidTendedWell>已简单固定</Scratch.comps.0.labelSolidTendedWell> <Scratch.comps.0.labelSolidTendedWell>已简单固定</Scratch.comps.0.labelSolidTendedWell>
@ -58,6 +66,7 @@
<Scratch.injuryProps.destroyedOutLabel>被撕毁</Scratch.injuryProps.destroyedOutLabel> <Scratch.injuryProps.destroyedOutLabel>被撕毁</Scratch.injuryProps.destroyedOutLabel>
<Bite.label>咬伤</Bite.label> <Bite.label>咬伤</Bite.label>
<Bite.labelNoun>咬伤</Bite.labelNoun>
<Bite.comps.0.labelTendedWell>已包扎</Bite.comps.0.labelTendedWell> <Bite.comps.0.labelTendedWell>已包扎</Bite.comps.0.labelTendedWell>
<Bite.comps.0.labelTendedWellInner>已缝合</Bite.comps.0.labelTendedWellInner> <Bite.comps.0.labelTendedWellInner>已缝合</Bite.comps.0.labelTendedWellInner>
<Bite.comps.0.labelSolidTendedWell>已简单固定</Bite.comps.0.labelSolidTendedWell> <Bite.comps.0.labelSolidTendedWell>已简单固定</Bite.comps.0.labelSolidTendedWell>
@ -66,6 +75,7 @@
<Bite.injuryProps.destroyedOutLabel>被咬掉</Bite.injuryProps.destroyedOutLabel> <Bite.injuryProps.destroyedOutLabel>被咬掉</Bite.injuryProps.destroyedOutLabel>
<Stab.label>刺伤</Stab.label> <Stab.label>刺伤</Stab.label>
<Stab.labelNoun>刺伤</Stab.labelNoun>
<Stab.comps.0.labelTendedWell>已包扎</Stab.comps.0.labelTendedWell> <Stab.comps.0.labelTendedWell>已包扎</Stab.comps.0.labelTendedWell>
<Stab.comps.0.labelTendedWellInner>已缝合</Stab.comps.0.labelTendedWellInner> <Stab.comps.0.labelTendedWellInner>已缝合</Stab.comps.0.labelTendedWellInner>
<Stab.comps.0.labelSolidTendedWell>已简单固定</Stab.comps.0.labelSolidTendedWell> <Stab.comps.0.labelSolidTendedWell>已简单固定</Stab.comps.0.labelSolidTendedWell>
@ -74,6 +84,7 @@
<Stab.injuryProps.destroyedOutLabel>被刺毁</Stab.injuryProps.destroyedOutLabel> <Stab.injuryProps.destroyedOutLabel>被刺毁</Stab.injuryProps.destroyedOutLabel>
<Gunshot.label>枪伤</Gunshot.label> <Gunshot.label>枪伤</Gunshot.label>
<Gunshot.labelNoun>枪伤</Gunshot.labelNoun>
<Gunshot.comps.0.labelTendedWell>已包扎</Gunshot.comps.0.labelTendedWell> <Gunshot.comps.0.labelTendedWell>已包扎</Gunshot.comps.0.labelTendedWell>
<Gunshot.comps.0.labelTendedWellInner>已缝合</Gunshot.comps.0.labelTendedWellInner> <Gunshot.comps.0.labelTendedWellInner>已缝合</Gunshot.comps.0.labelTendedWellInner>
<Gunshot.comps.0.labelSolidTendedWell>已简单固定</Gunshot.comps.0.labelSolidTendedWell> <Gunshot.comps.0.labelSolidTendedWell>已简单固定</Gunshot.comps.0.labelSolidTendedWell>
@ -83,6 +94,7 @@
<Gunshot.injuryProps.destroyedOutLabel>被射掉</Gunshot.injuryProps.destroyedOutLabel> <Gunshot.injuryProps.destroyedOutLabel>被射掉</Gunshot.injuryProps.destroyedOutLabel>
<Shredded.label>炸伤</Shredded.label> <Shredded.label>炸伤</Shredded.label>
<Shredded.labelNoun>炸伤</Shredded.labelNoun>
<Shredded.comps.0.labelTendedWell>已包扎</Shredded.comps.0.labelTendedWell> <Shredded.comps.0.labelTendedWell>已包扎</Shredded.comps.0.labelTendedWell>
<Shredded.comps.0.labelTendedWellInner>已缝合</Shredded.comps.0.labelTendedWellInner> <Shredded.comps.0.labelTendedWellInner>已缝合</Shredded.comps.0.labelTendedWellInner>
<Shredded.comps.0.labelSolidTendedWell>已简单固定</Shredded.comps.0.labelSolidTendedWell> <Shredded.comps.0.labelSolidTendedWell>已简单固定</Shredded.comps.0.labelSolidTendedWell>
@ -91,6 +103,7 @@
<Shredded.injuryProps.destroyedOutLabel>被炸毁</Shredded.injuryProps.destroyedOutLabel> <Shredded.injuryProps.destroyedOutLabel>被炸毁</Shredded.injuryProps.destroyedOutLabel>
<Bruise.label>瘀伤</Bruise.label> <Bruise.label>瘀伤</Bruise.label>
<Bruise.labelNoun>瘀伤</Bruise.labelNoun>
<Bruise.comps.0.labelTendedWell>已包扎</Bruise.comps.0.labelTendedWell> <Bruise.comps.0.labelTendedWell>已包扎</Bruise.comps.0.labelTendedWell>
<Bruise.comps.0.labelTendedWellInner>已缝合</Bruise.comps.0.labelTendedWellInner> <Bruise.comps.0.labelTendedWellInner>已缝合</Bruise.comps.0.labelTendedWellInner>
<Bruise.comps.0.labelSolidTendedWell>已简单固定</Bruise.comps.0.labelSolidTendedWell> <Bruise.comps.0.labelSolidTendedWell>已简单固定</Bruise.comps.0.labelSolidTendedWell>

View File

@ -2,6 +2,7 @@
<LanguageData> <LanguageData>
<TraumaSavant.label>创伤激发</TraumaSavant.label> <TraumaSavant.label>创伤激发</TraumaSavant.label>
<TraumaSavant.labelNoun>创伤激发</TraumaSavant.labelNoun>
<ChemicalDamageModerate.label>化学性损伤</ChemicalDamageModerate.label> <ChemicalDamageModerate.label>化学性损伤</ChemicalDamageModerate.label>
<ChemicalDamageSevere.label>化学性损伤</ChemicalDamageSevere.label> <ChemicalDamageSevere.label>化学性损伤</ChemicalDamageSevere.label>
<Cirrhosis.label>肝硬化</Cirrhosis.label> <Cirrhosis.label>肝硬化</Cirrhosis.label>

View File

@ -2,6 +2,7 @@
<LanguageData> <LanguageData>
<FlakeHigh.label>薄片亢奋</FlakeHigh.label> <FlakeHigh.label>薄片亢奋</FlakeHigh.label>
<FlakeHigh.labelNoun>薄片亢奋</FlakeHigh.labelNoun>
</LanguageData> </LanguageData>

View File

@ -2,6 +2,7 @@
<LanguageData> <LanguageData>
<PekoeHigh.label>精神茶亢奋</PekoeHigh.label> <PekoeHigh.label>精神茶亢奋</PekoeHigh.label>
<PekoeHigh.labelNoun>精神茶亢奋</PekoeHigh.labelNoun>
</LanguageData> </LanguageData>

View File

@ -2,6 +2,7 @@
<LanguageData> <LanguageData>
<YayoHigh.label>呀呦粉亢奋</YayoHigh.label> <YayoHigh.label>呀呦粉亢奋</YayoHigh.label>
<YayoHigh.labelNoun>呀呦粉亢奋</YayoHigh.labelNoun>
<!-- Psychite addiction --> <!-- Psychite addiction -->

View File

@ -2,6 +2,7 @@
<LanguageData> <LanguageData>
<SmokeleafHigh.label>大麻沉醉</SmokeleafHigh.label> <SmokeleafHigh.label>大麻沉醉</SmokeleafHigh.label>
<SmokeleafHigh.labelNoun>大麻沉醉</SmokeleafHigh.labelNoun>
<!-- Smokeleaf addiction --> <!-- Smokeleaf addiction -->

View File

@ -2,6 +2,7 @@
<LanguageData> <LanguageData>
<WakeUpHigh.label>清醒丸亢奋</WakeUpHigh.label> <WakeUpHigh.label>清醒丸亢奋</WakeUpHigh.label>
<WakeUpHigh.labelNoun>清醒丸亢奋</WakeUpHigh.labelNoun>
<!-- WakeUp addiction --> <!-- WakeUp addiction -->

View File

@ -2,10 +2,10 @@
<LanguageData> <LanguageData>
<OrbitalTargeterBombardment.label>轨道轰炸靶向器</OrbitalTargeterBombardment.label> <OrbitalTargeterBombardment.label>轨道轰炸靶向器</OrbitalTargeterBombardment.label>
<OrbitalTargeterBombardment.description>一种用于轨道轰炸系统的古老瞄准装置。这种装置会指定一个目标,并将坐标发送到一个卫星网络,然后用动能撞击器轰炸目标。已经重新编程以接受未经授权的用户,但一旦使用,网络将检测到入侵并永久性切断连接。</OrbitalTargeterBombardment.description> <OrbitalTargeterBombardment.description>一种用于轨道轰炸系统的古老瞄准装置。这种装置会指定一个目标,并将坐标发送到一个卫星网络,然后用动能撞击器轰炸目标。已经重新编程以接受未经授权的用户,但一旦使用,网络将检测到入侵并永久性切断连接。</OrbitalTargeterBombardment.description>
<OrbitalTargeterPowerBeam.label>轨道能量束靶向器</OrbitalTargeterPowerBeam.label> <OrbitalTargeterPowerBeam.label>轨道能量束靶向器</OrbitalTargeterPowerBeam.label>
<OrbitalTargeterPowerBeam.description>一种用于能量收集卫星的古老瞄准装置。一旦瞄准目标,便会指示古代卫星开始以一个巨大的电能柱释放能量下来。这种能量可以用一种巨大的吸收盘安全地吸收。由于你没有吸收盘,将其对准敌人,这时巨大的能量柱会将该区域变成一个数千度高温的地域。这会一直持续直到微星检测到不安全的目标,关闭自己并永久性停用靶向器。</OrbitalTargeterPowerBeam.description> <OrbitalTargeterPowerBeam.description>一种用于能量收集卫星的古老瞄准装置。一旦瞄准目标,便会指示古代卫星开始以一个巨大的电能柱释放能量下来。这种能量可以用一种巨大的吸收盘安全地吸收。由于你没有吸收盘,将其对准敌人,这时巨大的能量柱会将该区域变成一个数千度高温的地狱。这会一直持续直到卫星检测到不安全的目标,关闭自己并永久性停用靶向器。</OrbitalTargeterPowerBeam.description>
</LanguageData> </LanguageData>