-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathextension.xml
More file actions
26 lines (24 loc) · 1.06 KB
/
extension.xml
File metadata and controls
26 lines (24 loc) · 1.06 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
<?xml version="1.0" encoding="utf-8"?>
<root version="3.3.9" release="1">
<properties>
<name>Feature: Advanced Item Actions</name>
<version>1.15</version>
<loadorder>60</loadorder>
<author>rmilmine and bmos (Ramona T)</author>
<description>This extension takes consumables equipped in the inventory and adds them to the action tab.</description>
<ruleset>
<name>3.5E</name>
</ruleset>
<ruleset>
<name>PFRPG</name>
</ruleset>
<loadorder>25</loadorder>
</properties>
<announcement text="https://www.fantasygrounds.com/forums/showthread.php?57819-Advanced-Character-Iventory-Manager-for-3-5E-and-Pathfinder\rAdvanced Item Actions v1.15\rThis extension takes consumables equipped in the inventory and adds them to the action tab." font="emotefont" icon="module_loaded" />
<base>
<string name="option_label_AIA_unequip_on_rest">Party: Unequip Consumables on Rest</string>
<!-- Initialization -->
<script name="CharManagerACIM" file="scripts/manager_char_ACIM.lua" />
<script name="InvManagerACIM" file="scripts/char_invlist_ACIM.lua" />
</base>
</root>