-
Notifications
You must be signed in to change notification settings - Fork 31
/
Copy pathCOM_5ePack_DMG - Races.user
65 lines (64 loc) · 3.46 KB
/
COM_5ePack_DMG - Races.user
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<?xml version="1.0" encoding="UTF-8"?>
<document signature="Hero Lab Data">
<thing id="sr5CEladr" name="Eladrin" compset="SubRace" uniqueness="unique">
<fieldval field="rINT" value="1"/>
<usesource source="5eDMGCP"/>
<tag group="ClVaryName" tag="Replace"/>
<tag group="SubRace" tag="rElf"/>
<bootstrap thing="raHiElfWep"></bootstrap>
<bootstrap thing="ra5CFeySte"></bootstrap>
</thing>
<thing id="ra5CFeySte" name="Fey Step" description="You can cast the {i}misty step{/i} spell once per short or long rest." compset="RaceSpec">
<usesource source="5eDMGCP"/>
<bootstrap thing="spMistStep">
<autotag group="Helper" tag="RaceSpell"/>
<autotag group="Usage" tag="ShortRest"/>
<assignval field="trkMax" value="1"/>
</bootstrap>
</thing>
<thing id="r5CAasimar" name="Aasimar" compset="Race">
<fieldval field="rCHA" value="2"/>
<fieldval field="rWIS" value="1"/>
<usesource source="5eDMGCP"/>
<tag group="RaceSize" tag="Medium0" name="Medium" abbrev="Medium"/>
<tag group="RaceType" tag="Normal" name="Normal (Player) Race" abbrev="Normal (Player) Race"/>
<tag group="SplAttr" tag="aCHA" name="Charisma" abbrev="Charisma"/>
<bootstrap thing="lCelestial"></bootstrap>
<bootstrap thing="lCommon"></bootstrap>
<bootstrap thing="wUnarmed"></bootstrap>
<bootstrap thing="ra5CAaCeLe"></bootstrap>
<bootstrap thing="raDarkVis">
<autotag group="Value" tag="60"/>
</bootstrap>
<bootstrap thing="ra5CAaResi"></bootstrap>
</thing>
<thing id="ra5CAaResi" name="Celestial Resistance" description="You have resistance to necrotic damage and radiant damage." compset="RaceSpec">
<usesource source="5eDMGCP"/>
<tag group="DamageRes" tag="dtRadiant" name="Radiant" abbrev="Radiant"/>
<tag group="DamageRes" tag="dtNecrotic" name="Necrotic" abbrev="Necrotic"/>
<eval phase="PreLevel" priority="10000"><![CDATA[
~if we've been replaced, get out now
doneif (tagis[Helper.Disable] <> 0)
perform hero.pushtags[DamageRes.?]]]></eval>
</thing>
<thing id="ra5CAaCeLe" name="Celestial Legacy" description="You know the {i}light{/i} cantrip. Once you reach 3rd level , you can cast the {i}lesser restoration{/i} spell once with this trait, and you regain the ability to do so when you finish a long rest. Once you reach 5th level, you can cast the {i}daylight{/i} spell once with this trait as a 3rd-level spell, and you regain the ability to do so when you finish a long rest. Charisma is your spellcasting ability for these spells." compset="RaceSpec">
<usesource source="5eDMGCP"/>
<bootstrap thing="spDaylight">
<containerreq phase="First" priority="2500"><![CDATA[(count:AbReplace.ra5CAaCeLe = 0) & (count:Classes.? >= 5)]]></containerreq>
<autotag group="Helper" tag="RaceSpell"/>
<autotag group="Usage" tag="Day"/>
<assignval field="trkMax" value="1"/>
</bootstrap>
<bootstrap thing="spLessRest">
<containerreq phase="First" priority="2500"><![CDATA[(count:AbReplace.ra5CAaCeLe = 0) & (count:Classes.? >= 3)]]></containerreq>
<autotag group="Helper" tag="RaceSpell"/>
<autotag group="Usage" tag="Day"/>
<assignval field="trkMax" value="1"/>
</bootstrap>
<bootstrap thing="spLight">
<containerreq phase="First" priority="2500">count:AbReplace.ra5CAaCeLe = 0</containerreq>
<autotag group="Helper" tag="RaceSpell"/>
<autotag group="Usage" tag="AtWill"/>
</bootstrap>
</thing>
</document>