-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathAfflictionsGeneticMaterial.xml
34 lines (29 loc) · 3.22 KB
/
AfflictionsGeneticMaterial.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<?xml version="1.0" encoding="utf-8"?>
<Afflictions>
<!-- Эфект применения гена волка -->
<AfflictionHusk name="Wolf" identifier="wolf" type="geneticmaterialbuff" limbspecific="false" targets="human" huskedspeciesname="[speciesname]wolf" indicatorlimb="Head" showiconthreshold="0" needsair="true" causespeechimpediment="false" treatmentthreshold="1000" dormantthreshold="0" activethreshold="0" transitionthreshold="1000" transformthresholdondeath="1000" sendmessages="false" maxstrength="100" iconcolors="94,54,95;163,73,164;200,191,231">
<icon texture="Content/UI/TalentsIcons3.png" sheetindex="4,0" sheetelementsize="128,128" color="181,230,29,255" origin="0,0" />
<Effect minstrength="0" maxstrength="100" resistancefor="damage" minresistance="0.1" maxresistance="0.5" />
</AfflictionHusk>
<!-- Эфект применения гена лисицы -->
<AfflictionHusk name="Fox" identifier="fox" type="geneticmaterialbuff" limbspecific="false" targets="human" huskedspeciesname="[speciesname]fox" indicatorlimb="Head" showiconthreshold="0" needsair="true" causespeechimpediment="false" treatmentthreshold="1000" dormantthreshold="0" activethreshold="0" transitionthreshold="1000" transformthresholdondeath="1000" sendmessages="false" maxstrength="100" iconcolors="94,54,95;163,73,164;200,191,231">
<icon texture="Content/UI/TalentsIcons3.png" sheetindex="4,0" sheetelementsize="128,128" color="181,230,29,255" origin="0,0" />
<Effect minstrength="0" maxstrength="100">
<StatValue stattype="MeleeAttackMultiplier" minvalue="0.1" maxvalue="0.5" />
</Effect>
</AfflictionHusk>
<!-- Эфект применения гена собаки -->
<AfflictionHusk name="Dog" identifier="dog" type="geneticmaterialbuff" limbspecific="false" targets="human" huskedspeciesname="[speciesname]dog" indicatorlimb="Head" showiconthreshold="0" needsair="true" causespeechimpediment="false" treatmentthreshold="1000" dormantthreshold="0" activethreshold="0" transitionthreshold="1000" transformthresholdondeath="1000" sendmessages="false" maxstrength="100" iconcolors="94,54,95;163,73,164;200,191,231">
<icon texture="Content/UI/TalentsIcons3.png" sheetindex="4,0" sheetelementsize="128,128" color="181,230,29,255" origin="0,0" />
<Effect minstrength="0" maxstrength="100">
<StatValue stattype="SwimmingSpeed" minvalue="0.1" maxvalue="0.5" />
</Effect>
</AfflictionHusk>
<!-- Эфект применения гена кошки -->
<AfflictionHusk name="Cat" identifier="cat" type="geneticmaterialbuff" limbspecific="false" targets="human" huskedspeciesname="[speciesname]cat" indicatorlimb="Head" showiconthreshold="0" needsair="true" causespeechimpediment="false" treatmentthreshold="1000" dormantthreshold="0" activethreshold="0" transitionthreshold="1000" transformthresholdondeath="1000" sendmessages="false" maxstrength="100" iconcolors="94,54,95;163,73,164;200,191,231">
<icon texture="Content/UI/TalentsIcons3.png" sheetindex="4,0" sheetelementsize="128,128" color="181,230,29,255" origin="0,0" />
<Effect minstrength="0" maxstrength="100">
<StatValue stattype="WalkingSpeed" minvalue="0.1" maxvalue="0.5" />
</Effect>
</AfflictionHusk>
</Afflictions>