이름 생성 방식 변경
This commit is contained in:
parent
40c81a69f2
commit
03e46e9767
@ -761,6 +761,8 @@
|
||||
<baseHealthScale>1.2</baseHealthScale> <!--몸빵-->
|
||||
<foodType>OmnivoreHuman</foodType>
|
||||
<gestationPeriodDays>30</gestationPeriodDays>
|
||||
<nameGenerator>PN_NamerFemale</nameGenerator>
|
||||
<nameGeneratorFemale>PN_NamerFemale</nameGeneratorFemale>
|
||||
<litterSizeCurve>
|
||||
<points>
|
||||
<li>(0, 0)</li>
|
||||
|
39
1.3/Defs/AutomataRaceSettings/AutomataRulePacks.xml
Normal file
39
1.3/Defs/AutomataRaceSettings/AutomataRulePacks.xml
Normal file
@ -0,0 +1,39 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<Defs>
|
||||
<RulePackDef>
|
||||
<defName>PN_NamerUtility</defName>
|
||||
<rulePack>
|
||||
<rulesFiles>
|
||||
<li>PNSN->Names/Automaton/PNSN</li>
|
||||
<li>PN09->Names/Automaton/PN09</li>
|
||||
<li>PNAZ->Names/Automaton/PNAZ</li>
|
||||
<li>PNDbPnL->Names/Automaton/PNDbPnL</li>
|
||||
</rulesFiles>
|
||||
</rulePack>
|
||||
</RulePackDef>
|
||||
|
||||
<RulePackDef>
|
||||
<defName>PN_NamerFirst</defName>
|
||||
<include>
|
||||
<li>PN_NamerUtility</li>
|
||||
</include>
|
||||
<rulePack>
|
||||
<rulesStrings>
|
||||
<li>PNFirstNamer->[PNSN][PNAZ][PN09][PN09][PN09][PN09][PNAZ][PNAZ]</li>
|
||||
</rulesStrings>
|
||||
</rulePack>
|
||||
</RulePackDef>
|
||||
|
||||
<RulePackDef>
|
||||
<defName>PN_NamerFemale</defName>
|
||||
<include>
|
||||
<li>PN_NamerUtility</li>
|
||||
<li>PN_NamerFirst</li>
|
||||
</include>
|
||||
<rulePack>
|
||||
<rulesStrings>
|
||||
<li>r_name->[PNFirstNamer] [PNDbPnL]</li>
|
||||
</rulesStrings>
|
||||
</rulePack>
|
||||
</RulePackDef>
|
||||
</Defs>
|
10
Languages/English/Strings/Names/Automaton/PN09.txt
Normal file
10
Languages/English/Strings/Names/Automaton/PN09.txt
Normal file
@ -0,0 +1,10 @@
|
||||
0
|
||||
1
|
||||
2
|
||||
3
|
||||
4
|
||||
5
|
||||
6
|
||||
7
|
||||
8
|
||||
9
|
26
Languages/English/Strings/Names/Automaton/PNAZ.txt
Normal file
26
Languages/English/Strings/Names/Automaton/PNAZ.txt
Normal file
@ -0,0 +1,26 @@
|
||||
A
|
||||
B
|
||||
C
|
||||
D
|
||||
E
|
||||
F
|
||||
G
|
||||
H
|
||||
I
|
||||
J
|
||||
K
|
||||
L
|
||||
M
|
||||
N
|
||||
O
|
||||
P
|
||||
Q
|
||||
R
|
||||
S
|
||||
T
|
||||
U
|
||||
V
|
||||
W
|
||||
X
|
||||
Y
|
||||
Z
|
1
Languages/English/Strings/Names/Automaton/PNDbPnL.txt
Normal file
1
Languages/English/Strings/Names/Automaton/PNDbPnL.txt
Normal file
@ -0,0 +1 @@
|
||||
Designed by PnL
|
1
Languages/English/Strings/Names/Automaton/PNSN.txt
Normal file
1
Languages/English/Strings/Names/Automaton/PNSN.txt
Normal file
@ -0,0 +1 @@
|
||||
SN-P
|
Loading…
x
Reference in New Issue
Block a user