Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
1. A beautiful, not creepy shadow elf paired with a forest elf. 75% forest elf, 25% human.
2. Undead + shadow elf. 10% Goblin, 20% human, 40% UNLI CORPSE, 30% Dead rat.
---
[RU] Варианты:
1. Красивый, не жуткий теневой эльф в паре с лесным эльфом.
2. Нежить + теневой эльф.
<FilterBlock>
<LogicFilter name="beauty">
<scriptCallWithTag scriptName="FwT_AllPlayersAllGroupsCharacters" parameter="1" tag="TAG-BEAUTIFUL"/>
</LogicFilter>
<LogicFilter name="elf" makePublic="true">
<scriptCallWithTag scriptName="FwT_AllPlayersAllGroupsCharacters" parameter="" tag="RACE-ELF"/>
</LogicFilter>
<LogicFilter name="ppl">
<scriptCallWithTag scriptName="FwT_AllPlayersAllGroupsCharacters"/>
</LogicFilter>
<LogicFilter name="creepy">
<scriptCallWithTag scriptName="FwT_AllPlayersAllGroupsCharacters" parameter="1" tag="TAG-CREEPY"/>
</LogicFilter>
<LogicFilter name="child">
<scriptCallWithTag scriptName="FwT_AllPlayersAllGroupsCharacters" parameter="1" tag="TAG-CHILD"/>
</LogicFilter>
<LogicProcessing name="beautyppl" list1="beauty" list2="ppl">
<scriptCallWithTag scriptName="FLP_AandB"/>
</LogicProcessing>
<LogicProcessing name="notcreep" list1="beautyppl" list2="creepy">
<scriptCallWithTag scriptName="FLP_AminusB"/>
</LogicProcessing>
<LogicProcessing name="nocreepelf" list1="elf" list2="notcreep">
<scriptCallWithTag scriptName="FLP_AminusB"/>
</LogicProcessing>
<LogicProcessing name="nochildelf" makePublic="true" list1="nocreepelf" list2="child">
<scriptCallWithTag scriptName="FLP_AminusB"/>
</LogicProcessing>
<LogicProcessing name="nochild" makePublic="true" list1="notcreep" list2="child">
<scriptCallWithTag scriptName="FLP_AminusB"/>
</LogicProcessing>
<LogicResultAction list="nochild">
<scriptCallWithTag scriptName="FRA_ListSizeMoreEqualThan" parameter="1"/>
</LogicResultAction>
<LogicResultAction list="nochildelf">
<scriptCallWithTag scriptName="FRA_ListSizeMoreEqualThan" parameter="1"/>
</LogicResultAction>
<LogicResultAction>
<scriptCallWithTag scriptName="FRA_Chance" parameter="3"/>
</LogicResultAction>
<LogicResultAction>
<scriptCallWithTag scriptName="FRA_TurnAboveOrEqualTag" tag="TAG-KS_COUNT1"/>
</LogicResultAction>
</FilterBlock>
And to get a forest elf child (100% chance if both parents are forest elves; 75% otherwise), you need:
1) a forest elf that is either (a) beautiful AND creepy or (b) not beautiful.
+
2) a beautiful and NOT creepy character of any race that can breed. (It can be another elf or shadow elf.)
PS. It should be no higher than 20%.
Yeah the issue here is clearly that it differs from the chance you just came up with by 5%
Lol