-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbase.xml
More file actions
114 lines (96 loc) · 4.51 KB
/
base.xml
File metadata and controls
114 lines (96 loc) · 4.51 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
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
<?xml version="1.0" encoding="iso-8859-1"?>
<!--
Please see the license.html file included with this distribution for
attribution and copyright information.
-->
<root version="3.0" release="11" logo="logo.png">
<!-- Attributes -->
<description>
<text>D&D 3.5E</text>
<author>SmiteWorks USA, LLC</author>
<website>http://www.fantasygrounds.com</website>
</description>
<importinfo>
<acceptfrom ruleset="d20" />
<acceptfrom ruleset="PFRPG" />
</importinfo>
<!-- Layers -->
<importruleset source="CoreRPG" />
<!-- Tabletop settings -->
<includefile source="gameelements.xml" />
<!-- Graphics -->
<includefile source="graphics/graphics_fonts.xml" />
<includefile source="graphics/graphics_frames.xml" />
<includefile source="graphics/graphics_icons.xml" />
<includefile source="graphics/graphics_radial.xml" />
<!-- Strings -->
<includefile source="strings/strings_35e.xml" />
<!-- Desktop -->
<includefile source="desktop/desktop_classes.xml" />
<includefile source="desktop/desktop_local.xml" />
<script name="Desktop" file="desktop/scripts/desktop.lua" />
<!-- Utility -->
<includefile source="utility/template_utility.xml" />
<includefile source="utility/utility_modifiers.xml" />
<includefile source="utility/utility_effects.xml" />
<!-- Reference -->
<includefile source="ref/ref_feats.xml" />
<includefile source="ref/ref_skills.xml" />
<includefile source="ref/ref_equipment.xml" />
<includefile source="ref/ref_equipment_lists.xml" />
<includefile source="ref/ref_spells.xml" />
<!-- Campaign Records -->
<includefile source="campaign/template_campaign.xml" />
<includefile source="campaign/template_char.xml" />
<includefile source="campaign/template_spell.xml" />
<includefile source="campaign/record_spell.xml" />
<includefile source="campaign/record_spell_mini.xml" />
<includefile source="campaign/record_spell_roll.xml" />
<includefile source="campaign/record_char.xml" />
<includefile source="campaign/record_char_main.xml" />
<includefile source="campaign/record_char_combat.xml" />
<includefile source="campaign/record_char_skills.xml" />
<includefile source="campaign/record_char_abilities.xml" />
<includefile source="campaign/record_char_inventory.xml" />
<includefile source="campaign/record_char_notes.xml" />
<includefile source="campaign/record_char_actions.xml" />
<includefile source="campaign/record_charmini_main.xml" />
<includefile source="campaign/record_charmini_abilities.xml" />
<includefile source="campaign/record_charmini_inventory.xml" />
<includefile source="campaign/record_charmini_actions.xml" />
<includefile source="campaign/record_ability.xml" />
<script name="CharManager" file="campaign/scripts/manager_char.lua" />
<includefile source="campaign/record_npc.xml" />
<includefile source="campaign/record_encounter.xml" />
<includefile source="campaign/record_item.xml" />
<includefile source="campaign/record_quest.xml" />
<!-- Combat tracker -->
<includefile source="ct/template_ct.xml" />
<includefile source="ct/ct_host.xml" />
<includefile source="ct/ct_client.xml" />
<!-- Party sheet -->
<includefile source="ps/template_ps.xml" />
<includefile source="ps/ps.xml" />
<includefile source="ps/ps_main.xml" />
<includefile source="ps/ps_skills.xml" />
<includefile source="ps/ps_xp.xml" />
<script name="PartyManager2" file="ps/scripts/manager_ps2.lua" />
<!-- High-level scripts -->
<script name="DataCommon" file="scripts/data_common.lua" />
<script name="GameSystem" file="scripts/manager_gamesystem.lua" />
<script name="ActorManager2" file="scripts/manager_actor2.lua" />
<script name="CombatManager2" file="scripts/manager_combat2.lua" />
<script name="EffectManager" file="scripts/manager_effect.lua" />
<script name="ItemManager2" file="scripts/manager_item2.lua" />
<script name="SpellManager" file="scripts/manager_spell.lua" />
<script name="TokenManager2" file="scripts/manager_token2.lua" />
<script name="VersionManager2" file="scripts/manager_version2.lua" />
<script name="ActionAbility" file="scripts/manager_action_ability.lua" />
<script name="ActionAttack" file="scripts/manager_action_attack.lua" />
<script name="ActionDamage" file="scripts/manager_action_damage.lua" />
<script name="ActionEffect" file="scripts/manager_action_effect.lua" />
<script name="ActionHeal" file="scripts/manager_action_heal.lua" />
<script name="ActionInit" file="scripts/manager_action_init.lua" />
<script name="ActionSkill" file="scripts/manager_action_skill.lua" />
<script name="ActionSpell" file="scripts/manager_action_spell.lua" />
</root>