-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathextension.xml
More file actions
28 lines (24 loc) · 1.09 KB
/
extension.xml
File metadata and controls
28 lines (24 loc) · 1.09 KB
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
<?xml version="1.0" encoding="utf-8"?>
<!-- Please see the LICENSE.md file included with this distribution for attribution and copyright information. -->
<root version='3.3' release='3'>
<properties>
<loadorder>29</loadorder>
<name>Feature: Drain and Permanent Bonuses</name>
<version>1.5</version>
<author>bmos (Ramona T)</author>
<description>This extension simplifies tracking permanent ability bonuses and abiltiy drain in PF1e</description>
<ruleset>
<name>PFRPG</name>
</ruleset>
</properties>
<announcement text="https://github.com/bmos/FG-PFRPG-Drain-and-Permanent-Bonuses\nDrain and Permanent Bonuses v1.5:\nThis extension simplifies tracking permanent ability bonuses and abiltiy drain in PF1e" font="emotefont" icon="module_loaded" />
<base>
<!-- Strings -->
<includefile source="strings/strings_char_combat_drainandperm.xml" />
<!-- Campaign Records -->
<includefile source="campaign/record_char_main.xml" />
<includefile source="campaign/record_charmini_main.xml" />
<!-- Scripts -->
<script name="DrainAndPermanentBonuses" file="scripts/dapb.lua" />
</base>
</root>