모듈->임플란트 변경
This commit is contained in:
parent
60ff2714b2
commit
e9894fdd40
@ -144,11 +144,11 @@
|
||||
</recipeUsers>
|
||||
</RecipeDef>
|
||||
|
||||
<!--==================================== 실험 모듈 ====================================-->
|
||||
<!--==================================== 실험적 임플란트 ====================================-->
|
||||
<HediffDef ParentName="PN_ImplantHediffBase">
|
||||
<defName>PN_ExperimentalModuleHediff</defName>
|
||||
<label>Experimental Module</label>
|
||||
<description>This is a module being tested by PnL industry.\n\nMakes the automaton behave more like a human, but makes it mentally unstable.\n\nWarning: automata equipped with this module will periodically mental break.</description>
|
||||
<label>Experimental implant</label>
|
||||
<description>This is a implant being tested by PnL industry.\n\nMakes the automaton behave more like a human, but makes it mentally unstable.\n\nWarning: automata equipped with this implant will periodically mental break.</description>
|
||||
<descriptionHyperlinks>
|
||||
<ThingDef>PN_ExperimentalModule</ThingDef>
|
||||
</descriptionHyperlinks>
|
||||
@ -163,11 +163,11 @@
|
||||
<mentalStateGivers>
|
||||
<li>
|
||||
<mentalState>WanderConfused</mentalState>
|
||||
<mtbDays>120</mtbDays>
|
||||
<mtbDays>60</mtbDays>
|
||||
</li>
|
||||
<li>
|
||||
<mentalState>Tantrum</mentalState>
|
||||
<mtbDays>240</mtbDays>
|
||||
<mtbDays>120</mtbDays>
|
||||
</li>
|
||||
<li>
|
||||
<mentalState>Wander_OwnRoom</mentalState>
|
||||
@ -180,8 +180,8 @@
|
||||
|
||||
<ThingDef ParentName="PN_BodyPartNormalBase">
|
||||
<defName>PN_ExperimentalModule</defName>
|
||||
<label>automaton experimental module</label>
|
||||
<description>This is a module being tested by PnL industry.\n\nMakes the automaton behave more like a human, but makes it mentally unstable.\n\nWarning: automata equipped with this module will periodically mental break.</description>
|
||||
<label>automaton experimental implant</label>
|
||||
<description>This is a implant being tested by PnL industry.\n\nMakes the automaton behave more like a human, but makes it mentally unstable.\n\nWarning: automata equipped with this implant will periodically mental break.</description>
|
||||
<descriptionHyperlinks>
|
||||
<RecipeDef>PN_InstallExperimentalModule</RecipeDef>
|
||||
</descriptionHyperlinks>
|
||||
@ -201,13 +201,13 @@
|
||||
|
||||
<RecipeDef ParentName="PN_SurgeryInstallImplantBase">
|
||||
<defName>PN_InstallExperimentalModule</defName>
|
||||
<label>install experimental module</label>
|
||||
<description>Install a experimental module.</description>
|
||||
<label>install experimental implant</label>
|
||||
<description>Install a experimental implant.</description>
|
||||
<descriptionHyperlinks>
|
||||
<ThingDef>PN_ExperimentalModule</ThingDef>
|
||||
<HediffDef>PN_ExperimentalModuleHediff</HediffDef>
|
||||
</descriptionHyperlinks>
|
||||
<jobString>Installing experimental module.</jobString>
|
||||
<jobString>Installing experimental implant.</jobString>
|
||||
<ingredients>
|
||||
<li>
|
||||
<filter>
|
||||
@ -226,12 +226,12 @@
|
||||
<addsHediff>PN_ExperimentalModuleHediff</addsHediff>
|
||||
</RecipeDef>
|
||||
|
||||
<!--==================================== 부활 모듈 ====================================-->
|
||||
<!--==================================== 부활 임플란트 ====================================-->
|
||||
<HediffDef ParentName="PN_ImplantHediffBase">
|
||||
<defName>PN_ResurrectModule</defName>
|
||||
<label>resurrect module</label>
|
||||
<labelNoun>a resurrect module</labelNoun>
|
||||
<description>This is the module using resurrector mech serum.\nAn automaton equipped with this module resurrection after death in a few seconds.</description>
|
||||
<label>resurrect implant</label>
|
||||
<labelNoun>a resurrect implant</labelNoun>
|
||||
<description>This is the implant using resurrector mech serum.\nAn automaton equipped with this implant resurrection after death in a few seconds.</description>
|
||||
<descriptionHyperlinks>
|
||||
<ThingDef>PN_ResurrectModule</ThingDef>
|
||||
</descriptionHyperlinks>
|
||||
@ -243,8 +243,8 @@
|
||||
|
||||
<ThingDef ParentName="PN_BodyPartNormalBase">
|
||||
<defName>PN_ResurrectModule</defName>
|
||||
<label>automaton resurrect module</label>
|
||||
<description>This is the module using resurrector mech serum.\nAn automaton equipped with this module resurrection after death in a few seconds.</description>
|
||||
<label>automaton resurrect implant</label>
|
||||
<description>This is the implant using resurrector mech serum.\nAn automaton equipped with this implant resurrection after death in a few seconds.</description>
|
||||
<descriptionHyperlinks>
|
||||
<RecipeDef>PN_InstallResurrectModule</RecipeDef>
|
||||
</descriptionHyperlinks>
|
||||
@ -262,13 +262,13 @@
|
||||
|
||||
<RecipeDef ParentName="PN_SurgeryInstallImplantBase">
|
||||
<defName>PN_InstallResurrectModule</defName>
|
||||
<label>install resurrect module</label>
|
||||
<description>Install a resurrect module.</description>
|
||||
<label>install resurrect implant</label>
|
||||
<description>Install a resurrect implant.</description>
|
||||
<descriptionHyperlinks>
|
||||
<ThingDef>PN_ResurrectModule</ThingDef>
|
||||
<HediffDef>PN_ResurrectModule</HediffDef>
|
||||
</descriptionHyperlinks>
|
||||
<jobString>Installing resurrect module.</jobString>
|
||||
<jobString>Installing resurrect implant.</jobString>
|
||||
<ingredients>
|
||||
<li>
|
||||
<filter>
|
||||
@ -289,13 +289,13 @@
|
||||
|
||||
<RecipeDef ParentName="PN_SurgeryRemoveImplantBase">
|
||||
<defName>PN_RemoveResurrectModule</defName>
|
||||
<label>remove resurrect module</label>
|
||||
<description>Remove the resurrect module.</description>
|
||||
<label>remove resurrect implant</label>
|
||||
<description>Remove the resurrect implant.</description>
|
||||
<descriptionHyperlinks>
|
||||
<ThingDef>PN_ResurrectModule</ThingDef>
|
||||
<HediffDef>PN_ResurrectModule</HediffDef>
|
||||
</descriptionHyperlinks>
|
||||
<jobString>Removing resurrect module.</jobString>
|
||||
<jobString>Removing resurrect implant.</jobString>
|
||||
<removesHediff>PN_ResurrectModule</removesHediff>
|
||||
</RecipeDef>
|
||||
|
||||
|
@ -16,8 +16,8 @@
|
||||
<PN_AutomatonFuel_Addiction.description>PnL 연료를 필요로 하는 상태</PN_AutomatonFuel_Addiction.description>
|
||||
<PN_AutomatonFuel_Addiction.stages.0.label>안정됨</PN_AutomatonFuel_Addiction.stages.0.label>
|
||||
<PN_AutomatonFuel_Addiction.stages.1.label>필요함</PN_AutomatonFuel_Addiction.stages.1.label>
|
||||
<PN_Immune_System.label>오토마톤 면역 모듈</PN_Immune_System.label>
|
||||
<PN_Immune_System.description>오토마톤 면역 모듈</PN_Immune_System.description>
|
||||
<PN_Immune_System.label>오토마톤 면역 시스템</PN_Immune_System.label>
|
||||
<PN_Immune_System.description>오토마톤 면역 시스템</PN_Immune_System.description>
|
||||
<PanielBaseHediff.label>오토마톤 기본</PanielBaseHediff.label>
|
||||
<PanielBaseHediff.description>이 폰은 오토마톤입니다.</PanielBaseHediff.description>
|
||||
<PN_OilLoss.label>오일 누출</PN_OilLoss.label>
|
||||
@ -77,11 +77,11 @@
|
||||
<PN_SyncAwful_Failure.label>실패작 (끔찍)</PN_SyncAwful_Failure.label>
|
||||
<PN_SyncGood_Failure.description>이 오토마톤은 생산된 후 빈약 등급을 받았습니다.</PN_SyncGood_Failure.description>
|
||||
<PN_SyncGood_Failure.label>실패작 (빈약)</PN_SyncGood_Failure.label>
|
||||
<PN_ExperimentalModuleHediff.label>실험 모듈</PN_ExperimentalModuleHediff.label>
|
||||
<PN_ExperimentalModuleHediff.description>PnL 인더스트리에서 실험중인 오토마톤 모듈입니다.\n\n오토마톤을 더욱 사람같이 만들지만 정신적으로 불안정하게 된다는 부작용이 보고되었습니다.\n\n경고 : 이 모듈을 장착한 오토마톤은 주기적으로 정신 광란을 일으킵니다.</PN_ExperimentalModuleHediff.description>
|
||||
<PN_ResurrectModule.label>부활 모듈</PN_ResurrectModule.label>
|
||||
<PN_ResurrectModule.labelNoun>부활 모듈</PN_ResurrectModule.labelNoun>
|
||||
<PN_ResurrectModule.description>부활 혈청을 이용한 오토마톤 모듈입니다.\n이 모듈을 장착한 오토마톤은 죽은 뒤 몇 초후에 부활합니다.</PN_ResurrectModule.description>
|
||||
<PN_ExperimentalModuleHediff.label>실험 임플란트</PN_ExperimentalModuleHediff.label>
|
||||
<PN_ExperimentalModuleHediff.description>PnL 인더스트리에서 실험중인 오토마톤 임플란트입니다.\n\n오토마톤을 더욱 사람같이 만들지만 정신적으로 불안정하게 된다는 부작용이 보고되었습니다.\n\n경고 : 이 임플란트를 장착한 오토마톤은 주기적으로 정신 광란을 일으킵니다.</PN_ExperimentalModuleHediff.description>
|
||||
<PN_ResurrectModule.label>부활 임플란트</PN_ResurrectModule.label>
|
||||
<PN_ResurrectModule.labelNoun>부활 임플란트</PN_ResurrectModule.labelNoun>
|
||||
<PN_ResurrectModule.description>부활 혈청을 이용한 오토마톤 임플란트입니다.\n이 임플란트를 장착한 오토마톤은 죽은 뒤 몇 초후에 부활합니다.</PN_ResurrectModule.description>
|
||||
<Paniel_Joy.label>싱크로율</Paniel_Joy.label>
|
||||
<Paniel_Joy.description>재미와 연동되는 오토마톤 상태.\n\n재미 수치가 높으면 이로운 효과를 줍니다.</Paniel_Joy.description>
|
||||
<Paniel_Joy.stages.0.label>매우낮음</Paniel_Joy.stages.0.label>
|
||||
|
@ -1,14 +1,14 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<LanguageData>
|
||||
<PN_InstallExperimentalModule.label>실험 모듈 설치</PN_InstallExperimentalModule.label>
|
||||
<PN_InstallExperimentalModule.description>실험 모듈 설치</PN_InstallExperimentalModule.description>
|
||||
<PN_InstallExperimentalModule.jobString>실험 모듈 설치중.</PN_InstallExperimentalModule.jobString>
|
||||
<PN_InstallResurrectModule.label>부활 모듈 설치</PN_InstallResurrectModule.label>
|
||||
<PN_InstallResurrectModule.description>부활 모듈 설치</PN_InstallResurrectModule.description>
|
||||
<PN_InstallResurrectModule.jobString>부활 모듈 설치중.</PN_InstallResurrectModule.jobString>
|
||||
<PN_RemoveResurrectModule.label>부활 모듈 제거</PN_RemoveResurrectModule.label>
|
||||
<PN_RemoveResurrectModule.description>부활 모듈 제거</PN_RemoveResurrectModule.description>
|
||||
<PN_RemoveResurrectModule.jobString>부활 모듈 제거중.</PN_RemoveResurrectModule.jobString>
|
||||
<PN_InstallExperimentalModule.label>실험 임플란트 설치</PN_InstallExperimentalModule.label>
|
||||
<PN_InstallExperimentalModule.description>실험 임플란트 설치</PN_InstallExperimentalModule.description>
|
||||
<PN_InstallExperimentalModule.jobString>실험 임플란트 설치중.</PN_InstallExperimentalModule.jobString>
|
||||
<PN_InstallResurrectModule.label>부활 임플란트 설치</PN_InstallResurrectModule.label>
|
||||
<PN_InstallResurrectModule.description>부활 임플란트 설치</PN_InstallResurrectModule.description>
|
||||
<PN_InstallResurrectModule.jobString>부활 임플란트 설치중.</PN_InstallResurrectModule.jobString>
|
||||
<PN_RemoveResurrectModule.label>부활 임플란트 제거</PN_RemoveResurrectModule.label>
|
||||
<PN_RemoveResurrectModule.description>부활 임플란트 제거</PN_RemoveResurrectModule.description>
|
||||
<PN_RemoveResurrectModule.jobString>부활 임플란트 제거중.</PN_RemoveResurrectModule.jobString>
|
||||
<PN_Make_AutomatonFuel.label>PnL 연료 만들기 x4</PN_Make_AutomatonFuel.label>
|
||||
<PN_Make_AutomatonFuel.description>PnL 연료 만들기</PN_Make_AutomatonFuel.description>
|
||||
<PN_Make_AutomatonFuel.jobString>PnL 연료 만들기</PN_Make_AutomatonFuel.jobString>
|
||||
|
@ -2,6 +2,6 @@
|
||||
<LanguageData>
|
||||
<Paniel_Scenarios.scenario.name>초기 테스트 프로그램: 오토마톤</Paniel_Scenarios.scenario.name>
|
||||
<Paniel_Scenarios.scenario.description>PnL 인더스트리는 뛰어난 지능을 가진 최신 제품을 출시했습니다. 그들은 이 신제품이 변방계와 같은 극한 상황에서 생존할 수 있는지 알기 위해 이 테스트 프로그램을 계획했습니다.\n\n이 실험체는 인간처럼 연구할 수 있으며 기술레벨도 올릴 수 있습니다. 하지만 다른 모델보다 정신적으로 불안정한 모습을 보이고 있습니다.\n\n실험체는 단 한 기만 제공됩니다. 소중히 여겨주세요.\n\n팁 : 폭탄사슴은 화학연료를 생산합니다.</Paniel_Scenarios.scenario.description>
|
||||
<Paniel_Scenarios.scenario.summary>PnL Industry는 신제품에 적용할 모듈을 테스트하기로 했습니다.</Paniel_Scenarios.scenario.summary>
|
||||
<Paniel_Scenarios.scenario.summary>PnL Industry는 신제품에 적용할 임플란트를 테스트하기로 했습니다.</Paniel_Scenarios.scenario.summary>
|
||||
<Paniel_Scenarios.scenario.parts.4.text>to. 실험 관리자\n\n안녕하세요 관리자님. 테스트 프로그램에 참가해 주셔서 감사합니다.\n\n실험용 오토마톤은 인간처럼 연구와 기술 습득이 가능한 모델입니다. 하지만 정신적으로 불안하단 문제가 다수 보고되었습니다.\n\n실험체는 단 한 기만 제공됩니다. 분실 및 파손시 재보급되지 않습니다.\n\n예비 물자로 연료 1년치와 두뇌 코어 3개를 지급해 드렸습니다. 어떻게 쓰실지는 관리자님 자유입니다.\n\n성실히 실험에 임해주세요.\n\nfrom. PnL 인더스트리 연구부.</Paniel_Scenarios.scenario.parts.4.text>
|
||||
</LanguageData>
|
@ -9,10 +9,10 @@
|
||||
<PN_AutomatonFuel.description>경고 : 사람에게 사용하지 마십시오.\n이 연료는 오토마톤 전용입니다.\n\n오토마톤이 사용하는 연료. 정신적 안정을 위해 대량의 사이카이트가 농축되어 있습니다.</PN_AutomatonFuel.description>
|
||||
<PN_AutomatonFuel.ingestible.ingestCommandString>{0} 마시기</PN_AutomatonFuel.ingestible.ingestCommandString>
|
||||
<PN_AutomatonFuel.ingestible.ingestReportString>{0} 마시는중.</PN_AutomatonFuel.ingestible.ingestReportString>
|
||||
<PN_ExperimentalModule.label>오토마톤 실험 모듈</PN_ExperimentalModule.label>
|
||||
<PN_ExperimentalModule.description>PnL 인더스트리에 신형 오토마톤에 적용하기위해 테스트중인 모듈.\n\n오토마톤을 보다 인간과 같이 행동하게 하지만 정신적으로 불안정해지는 현상이 보고되었습니다.\n\n경고 : 이 모듈을 장착하면 주기적으로 정신 이상을 일으킵니다.</PN_ExperimentalModule.description>
|
||||
<PN_ResurrectModule.label>오토마톤 부활 모듈</PN_ResurrectModule.label>
|
||||
<PN_ResurrectModule.description>부활 혈청을 이용해 제작하는 모듈\n오토마톤이 이 모듈을 장착하면 오토마톤이 사망 몇초 뒤 자동으로 부활합니다.</PN_ResurrectModule.description>
|
||||
<PN_ExperimentalModule.label>오토마톤 실험 임플란트</PN_ExperimentalModule.label>
|
||||
<PN_ExperimentalModule.description>PnL 인더스트리에 신형 오토마톤에 적용하기위해 테스트중인 임플란트.\n\n오토마톤을 보다 인간과 같이 행동하게 하지만 정신적으로 불안정해지는 현상이 보고되었습니다.\n\n경고 : 이 임플란트를 설치하면 주기적으로 정신 이상을 일으킵니다.</PN_ExperimentalModule.description>
|
||||
<PN_ResurrectModule.label>오토마톤 부활 임플란트</PN_ResurrectModule.label>
|
||||
<PN_ResurrectModule.description>부활 혈청을 이용해 제작하는 임플란트\n오토마톤이 이 임플란트 설치하면 오토마톤이 사망 몇초 뒤 자동으로 부활합니다.</PN_ResurrectModule.description>
|
||||
<PN_ApparelBasic.label>파니엘 셔츠와 부츠</PN_ApparelBasic.label>
|
||||
<PN_ApparelBasic.description>기본적인 파니엘 의상. 셔츠와 부츠로 이루어져 있습니다.</PN_ApparelBasic.description>
|
||||
<PN_ApparelBasicHat.label>파니엘 모자</PN_ApparelBasicHat.label>
|
||||
|
Loading…
x
Reference in New Issue
Block a user