이름 생성 방식 변경

This commit is contained in:
Cocopomel 2021-08-26 23:54:30 +09:00
parent 40c81a69f2
commit 03e46e9767
6 changed files with 79 additions and 0 deletions

View File

@ -761,6 +761,8 @@
<baseHealthScale>1.2</baseHealthScale> <!--몸빵--> <baseHealthScale>1.2</baseHealthScale> <!--몸빵-->
<foodType>OmnivoreHuman</foodType> <foodType>OmnivoreHuman</foodType>
<gestationPeriodDays>30</gestationPeriodDays> <gestationPeriodDays>30</gestationPeriodDays>
<nameGenerator>PN_NamerFemale</nameGenerator>
<nameGeneratorFemale>PN_NamerFemale</nameGeneratorFemale>
<litterSizeCurve> <litterSizeCurve>
<points> <points>
<li>(0, 0)</li> <li>(0, 0)</li>

View 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>

View File

@ -0,0 +1,10 @@
0
1
2
3
4
5
6
7
8
9

View 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

View File

@ -0,0 +1 @@
Designed by PnL

View File

@ -0,0 +1 @@
SN-P