forked from bmos/FG-PFRPG-Sanity-Tracker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
extension.xml
36 lines (32 loc) · 1.39 KB
/
extension.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
35
36
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Please see the LICENSE.md file included with this distribution for attribution and copyright information. -->
<root version='3.3' release='3'>
<properties>
<name>Feature: Sanity Tracker</name>
<version>1.13</version>
<author>bmos (Wil Thieme)</author>
<description>This FantasyGrounds extension helps track sanity effects as described in Paizo's Horror Adventures rulebook.</description>
<loadorder>50</loadorder>
<ruleset>
<name>3.5E</name>
</ruleset>
<ruleset>
<name>PFRPG</name>
</ruleset>
</properties>
<announcement text="https://github.com/bmos/PFRPG-Sanity-Tracker\rPFRPG Sanity Tracker v1.13:\rThis extension helps calculate and track sanity and madnesses." icon="SanityLogo" font="emotefont" />
<base>
<!-- Graphics -->
<icon name="SanityLogo" file="graphics/brain_logo.png" />
<icon name="button_sanity" file="graphics/button_sanity.png" />
<icon name="button_sanity_down" file="graphics/button_sanity_down.png" />
<!-- Campaign Records -->
<includefile source="campaign/record_char.xml" />
<includefile source="campaign/record_madness.xml" />
<!-- Strings -->
<includefile source="strings/strings_sanity_tracker.xml" />
<!-- Scripts -->
<script name="SanityTracker" file="scripts/sanity_tracker.lua" />
<script name="EffectManager35EDS" file="scripts/manager_effect_35E_DS.lua" />
</base>
</root>