2020-04-14 16:57:34 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8" ?>
|
|
|
|
<class name="ESSResourceDB" inherits="Resource" version="3.2">
|
|
|
|
<brief_description>
|
|
|
|
</brief_description>
|
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
<tutorials>
|
|
|
|
</tutorials>
|
|
|
|
<methods>
|
|
|
|
<method name="add_aura">
|
|
|
|
<return type="void">
|
|
|
|
</return>
|
|
|
|
<argument index="0" name="spell" type="Aura">
|
|
|
|
</argument>
|
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
|
|
|
<method name="add_craft_recipe">
|
|
|
|
<return type="void">
|
|
|
|
</return>
|
|
|
|
<argument index="0" name="craft_recipe" type="CraftRecipe">
|
|
|
|
</argument>
|
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
|
|
|
<method name="add_entity_data">
|
|
|
|
<return type="void">
|
|
|
|
</return>
|
|
|
|
<argument index="0" name="cls" type="EntityData">
|
|
|
|
</argument>
|
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
|
|
|
<method name="add_entity_resource">
|
|
|
|
<return type="void">
|
|
|
|
</return>
|
|
|
|
<argument index="0" name="cls" type="EntityResourceData">
|
|
|
|
</argument>
|
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
|
|
|
<method name="add_entity_skill">
|
|
|
|
<return type="void">
|
|
|
|
</return>
|
|
|
|
<argument index="0" name="cls" type="EntitySkillData">
|
|
|
|
</argument>
|
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
|
|
|
<method name="add_entity_species_data">
|
|
|
|
<return type="void">
|
|
|
|
</return>
|
|
|
|
<argument index="0" name="pcd" type="EntitySpeciesData">
|
|
|
|
</argument>
|
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
|
|
|
<method name="add_item_template">
|
|
|
|
<return type="void">
|
|
|
|
</return>
|
|
|
|
<argument index="0" name="item_template" type="ItemTemplate">
|
|
|
|
</argument>
|
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
|
|
|
<method name="add_spell">
|
|
|
|
<return type="void">
|
|
|
|
</return>
|
|
|
|
<argument index="0" name="spell" type="Spell">
|
|
|
|
</argument>
|
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
|
|
|
<method name="get_aura">
|
|
|
|
<return type="Aura">
|
|
|
|
</return>
|
|
|
|
<argument index="0" name="id" type="int">
|
|
|
|
</argument>
|
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
|
|
|
<method name="get_aura_count">
|
|
|
|
<return type="int">
|
|
|
|
</return>
|
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
|
|
|
<method name="get_aura_index">
|
|
|
|
<return type="Aura">
|
|
|
|
</return>
|
|
|
|
<argument index="0" name="index" type="int">
|
|
|
|
</argument>
|
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
2020-04-18 02:33:42 +02:00
|
|
|
<method name="get_auras" qualifiers="const">
|
|
|
|
<return type="Array">
|
|
|
|
</return>
|
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
2020-04-14 16:57:34 +02:00
|
|
|
<method name="get_craft_recipe">
|
|
|
|
<return type="CraftRecipe">
|
|
|
|
</return>
|
|
|
|
<argument index="0" name="craft_recipe_id" type="int">
|
|
|
|
</argument>
|
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
|
|
|
<method name="get_craft_recipe_count">
|
|
|
|
<return type="int">
|
|
|
|
</return>
|
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
|
|
|
<method name="get_craft_recipe_index">
|
|
|
|
<return type="CraftRecipe">
|
|
|
|
</return>
|
|
|
|
<argument index="0" name="index" type="int">
|
|
|
|
</argument>
|
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
2020-04-18 02:33:42 +02:00
|
|
|
<method name="get_craft_recipes" qualifiers="const">
|
|
|
|
<return type="Array">
|
|
|
|
</return>
|
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
2020-04-14 16:57:34 +02:00
|
|
|
<method name="get_entity_data">
|
|
|
|
<return type="EntityData">
|
|
|
|
</return>
|
|
|
|
<argument index="0" name="class_id" type="int">
|
|
|
|
</argument>
|
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
|
|
|
<method name="get_entity_data_count">
|
|
|
|
<return type="int">
|
|
|
|
</return>
|
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
|
|
|
<method name="get_entity_data_index">
|
|
|
|
<return type="EntityData">
|
|
|
|
</return>
|
|
|
|
<argument index="0" name="index" type="int">
|
|
|
|
</argument>
|
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
2020-04-18 02:33:42 +02:00
|
|
|
<method name="get_entity_datas" qualifiers="const">
|
|
|
|
<return type="Array">
|
|
|
|
</return>
|
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
2020-04-14 16:57:34 +02:00
|
|
|
<method name="get_entity_resource">
|
|
|
|
<return type="EntityResourceData">
|
|
|
|
</return>
|
|
|
|
<argument index="0" name="class_id" type="int">
|
|
|
|
</argument>
|
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
|
|
|
<method name="get_entity_resource_count">
|
|
|
|
<return type="int">
|
|
|
|
</return>
|
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
|
|
|
<method name="get_entity_resource_index">
|
|
|
|
<return type="EntityResourceData">
|
|
|
|
</return>
|
|
|
|
<argument index="0" name="index" type="int">
|
|
|
|
</argument>
|
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
2020-04-18 02:33:42 +02:00
|
|
|
<method name="get_entity_resources" qualifiers="const">
|
|
|
|
<return type="Array">
|
|
|
|
</return>
|
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
2020-04-14 16:57:34 +02:00
|
|
|
<method name="get_entity_skill">
|
|
|
|
<return type="EntitySkillData">
|
|
|
|
</return>
|
|
|
|
<argument index="0" name="class_id" type="int">
|
|
|
|
</argument>
|
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
|
|
|
<method name="get_entity_skill_count">
|
|
|
|
<return type="int">
|
|
|
|
</return>
|
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
|
|
|
<method name="get_entity_skill_index">
|
|
|
|
<return type="EntitySkillData">
|
|
|
|
</return>
|
|
|
|
<argument index="0" name="index" type="int">
|
|
|
|
</argument>
|
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
2020-04-18 02:33:42 +02:00
|
|
|
<method name="get_entity_skills" qualifiers="const">
|
|
|
|
<return type="Array">
|
|
|
|
</return>
|
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
2020-04-14 16:57:34 +02:00
|
|
|
<method name="get_entity_species_data">
|
|
|
|
<return type="EntitySpeciesData">
|
|
|
|
</return>
|
|
|
|
<argument index="0" name="pcd_id" type="int">
|
|
|
|
</argument>
|
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
|
|
|
<method name="get_entity_species_data_count">
|
|
|
|
<return type="int">
|
|
|
|
</return>
|
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
|
|
|
<method name="get_entity_species_data_index">
|
|
|
|
<return type="EntitySpeciesData">
|
|
|
|
</return>
|
|
|
|
<argument index="0" name="index" type="int">
|
|
|
|
</argument>
|
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
2020-04-18 02:33:42 +02:00
|
|
|
<method name="get_entity_species_datas" qualifiers="const">
|
|
|
|
<return type="Array">
|
|
|
|
</return>
|
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
2020-04-14 16:57:34 +02:00
|
|
|
<method name="get_item_template">
|
|
|
|
<return type="ItemTemplate">
|
|
|
|
</return>
|
|
|
|
<argument index="0" name="item_template_id" type="int">
|
|
|
|
</argument>
|
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
|
|
|
<method name="get_item_template_count">
|
|
|
|
<return type="int">
|
|
|
|
</return>
|
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
|
|
|
<method name="get_item_template_index">
|
|
|
|
<return type="ItemTemplate">
|
|
|
|
</return>
|
|
|
|
<argument index="0" name="index" type="int">
|
|
|
|
</argument>
|
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
2020-04-18 02:33:42 +02:00
|
|
|
<method name="get_item_templates" qualifiers="const">
|
|
|
|
<return type="Array">
|
|
|
|
</return>
|
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
2020-04-14 16:57:34 +02:00
|
|
|
<method name="get_skill_for_armor_type">
|
|
|
|
<return type="Aura">
|
|
|
|
</return>
|
|
|
|
<argument index="0" name="index" type="int">
|
|
|
|
</argument>
|
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
|
|
|
<method name="get_spell">
|
|
|
|
<return type="Spell">
|
|
|
|
</return>
|
|
|
|
<argument index="0" name="spell_id" type="int">
|
|
|
|
</argument>
|
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
|
|
|
<method name="get_spell_count">
|
|
|
|
<return type="int">
|
|
|
|
</return>
|
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
|
|
|
<method name="get_spell_index">
|
|
|
|
<return type="Spell">
|
|
|
|
</return>
|
|
|
|
<argument index="0" name="index" type="int">
|
|
|
|
</argument>
|
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
2020-04-18 02:33:42 +02:00
|
|
|
<method name="get_spells" qualifiers="const">
|
|
|
|
<return type="Array">
|
|
|
|
</return>
|
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
|
|
|
<method name="set_auras">
|
|
|
|
<return type="void">
|
2020-04-14 16:57:34 +02:00
|
|
|
</return>
|
2020-04-18 02:33:42 +02:00
|
|
|
<argument index="0" name="recipe" type="Array">
|
|
|
|
</argument>
|
2020-04-14 16:57:34 +02:00
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
2020-04-18 02:33:42 +02:00
|
|
|
<method name="set_craft_recipes">
|
2020-04-14 16:57:34 +02:00
|
|
|
<return type="void">
|
|
|
|
</return>
|
2020-04-18 02:33:42 +02:00
|
|
|
<argument index="0" name="recipe" type="Array">
|
|
|
|
</argument>
|
2020-04-14 16:57:34 +02:00
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
2020-04-18 02:33:42 +02:00
|
|
|
<method name="set_entity_datas">
|
2020-04-14 16:57:34 +02:00
|
|
|
<return type="void">
|
|
|
|
</return>
|
2020-04-18 02:33:42 +02:00
|
|
|
<argument index="0" name="recipe" type="Array">
|
2020-04-14 16:57:34 +02:00
|
|
|
</argument>
|
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
2020-04-18 02:33:42 +02:00
|
|
|
<method name="set_entity_resources">
|
2020-04-14 16:57:34 +02:00
|
|
|
<return type="void">
|
|
|
|
</return>
|
2020-04-18 02:33:42 +02:00
|
|
|
<argument index="0" name="recipe" type="Array">
|
|
|
|
</argument>
|
2020-04-14 16:57:34 +02:00
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
2020-04-18 02:33:42 +02:00
|
|
|
<method name="set_entity_skills">
|
|
|
|
<return type="void">
|
2020-04-14 16:57:34 +02:00
|
|
|
</return>
|
2020-04-18 02:33:42 +02:00
|
|
|
<argument index="0" name="recipe" type="Array">
|
2020-04-14 16:57:34 +02:00
|
|
|
</argument>
|
2020-04-18 02:33:42 +02:00
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
|
|
|
<method name="set_entity_species_datas">
|
|
|
|
<return type="void">
|
|
|
|
</return>
|
|
|
|
<argument index="0" name="recipe" type="Array">
|
2020-04-14 16:57:34 +02:00
|
|
|
</argument>
|
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
2020-04-18 02:33:42 +02:00
|
|
|
<method name="set_item_templates">
|
2020-04-14 16:57:34 +02:00
|
|
|
<return type="void">
|
|
|
|
</return>
|
2020-04-18 02:33:42 +02:00
|
|
|
<argument index="0" name="recipe" type="Array">
|
|
|
|
</argument>
|
2020-04-14 16:57:34 +02:00
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
|
|
|
<method name="set_skill_for_armor_type">
|
|
|
|
<return type="void">
|
|
|
|
</return>
|
|
|
|
<argument index="0" name="index" type="int">
|
|
|
|
</argument>
|
|
|
|
<argument index="1" name="aura" type="Aura">
|
|
|
|
</argument>
|
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
2020-04-18 02:33:42 +02:00
|
|
|
<method name="set_spells">
|
|
|
|
<return type="void">
|
|
|
|
</return>
|
|
|
|
<argument index="0" name="recipe" type="Array">
|
|
|
|
</argument>
|
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
2020-04-14 16:57:34 +02:00
|
|
|
</methods>
|
|
|
|
<members>
|
|
|
|
<member name="skill_for_armor_type_0" type="Aura" setter="set_skill_for_armor_type" getter="get_skill_for_armor_type">
|
|
|
|
</member>
|
|
|
|
<member name="skill_for_armor_type_1" type="Aura" setter="set_skill_for_armor_type" getter="get_skill_for_armor_type">
|
|
|
|
</member>
|
|
|
|
<member name="skill_for_armor_type_2" type="Aura" setter="set_skill_for_armor_type" getter="get_skill_for_armor_type">
|
|
|
|
</member>
|
|
|
|
<member name="skill_for_armor_type_3" type="Aura" setter="set_skill_for_armor_type" getter="get_skill_for_armor_type">
|
|
|
|
</member>
|
|
|
|
<member name="skill_for_armor_type_4" type="Aura" setter="set_skill_for_armor_type" getter="get_skill_for_armor_type">
|
|
|
|
</member>
|
2020-04-18 02:33:42 +02:00
|
|
|
<member name="xp_data" type="XPData" setter="set_xp_data" getter="get_xp_data">
|
2020-04-14 16:57:34 +02:00
|
|
|
</member>
|
|
|
|
</members>
|
|
|
|
<constants>
|
|
|
|
</constants>
|
|
|
|
</class>
|