Advertisement
Guest User

def_items_weapons_relic.xml

a guest
Mar 3rd, 2017
403
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 7.15 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-16"?>
  2. <redxml>
  3.     <definitions>
  4.  
  5.         <!-- ######################## ABILITY DEFINITIONS #######zbeub########################## -->
  6.         <abilities>
  7.        
  8.         <!-- SILVER -->
  9.             <ability name="Aerondight_EP2_Stats">
  10.                 <weight                         type="base" min="5.7"               />
  11.                 <quality                        type="add"  min="4"                 />
  12.                 <SlashingDamage                 type="base" min="1"                 />
  13.                 <item_level_min                 type="add"  min="17"                />
  14.                 <item_level_max                 type="add"  min="100"               />
  15.                                 <FrostDamage                    type="add"  min="1"     max="100"   />
  16.                                 <SlowdownFrostEffect            is_ability="true"                   />
  17.                                 <desc_freezingchance_mult       type="add"  min="0.10"              />
  18.             </ability>
  19.  
  20.         <!-- Steel Swords -->
  21.             <ability name="Durandil_Stats">
  22.                 <weight                         type="base" min="5.7"               />
  23.                 <quality                        type="add"  min="4"                 />
  24.                 <SlashingDamage                 type="base" min="1"                 />
  25.                 <item_level_min                 type="add"  min="17"                />
  26.                 <item_level_max                 type="add"  min="100"               />
  27.                                 <FireDamage                     type="add"  min="1"     max="100"   />
  28.                                 <BurningEffect                  is_ability="true"                   />
  29.                                 <desc_burningchance_mult        type="add"  min="0.10"              />
  30.             </ability>
  31.  
  32.         </abilities>
  33.  
  34.         <!-- ######################## ITEMS DEFINITIONS ######################## -->
  35.         <items>
  36.  
  37.         <!-- SILVER -->
  38.            
  39.             <!-- Legendary -->
  40.             <item
  41.                 name                            ="Aerondight EP2"
  42.                 category                        ="silversword"
  43.                 price                           ="700"
  44.                 initial_durability              ="100"
  45.                 max_durability                  ="100"
  46.                 enhancement_slots               ="3"
  47.                 stackable                       ="1"
  48.                 grid_size                       ="2"
  49.                 equip_template                  ="mq7006_aerondight"
  50.                 equip_slot                      ="silver_sword_back_slot"  
  51.                 hold_slot                       ="r_weapon"
  52.                 weapon                          ="true"
  53.                 lethal                          ="true"
  54.                 ability_mode                    ="OnHold"
  55.                 hand                            ="right"
  56.                 sound_identification            ="long steel"
  57.                 draw_event                      ="DrawWeapon"
  58.                 draw_act                        ="draw_steel_sword_back_act"
  59.                 draw_deact                      ="draw_steel_sword_back_deact"
  60.                 holster_event                   ="HolsterWeapon"
  61.                 holster_act                     ="holster_steel_sword_back_act"
  62.                 holster_deact                   ="holster_steel_sword_back_deact"
  63.                 localisation_key_name           ="item_name_aerondight_ep2"
  64.                 localisation_key_description    ="item_desc_silver_sword"
  65.                 icon_path                       ="icons\inventory\quests\Aerondight EP2.png"
  66.             >
  67.                 <tags>                          Autogen, AutogenUseLevelRange, AutogenForceLevel, PlayerSilverWeapon, Weapon, sword1h, 1handedWeapon, mod_weapon, mod_legendary, EP1, EP2, Aerondight
  68.                 </tags>
  69.                 <base_abilities>                <a>Default weapon _Stats</a>
  70.                                                 <a>Aerondight_EP2_Stats</a>
  71.                 </base_abilities>
  72.                 <recycling_parts>               <parts count="2">Hardened leather</parts>
  73.                                                 <parts count="3">Chitin scale</parts>
  74.                                                 <parts count="4">Green gold ore</parts>
  75.                 </recycling_parts>
  76.                 <anim_actions>
  77.                                                 <action
  78.                                                     name="draw"
  79.                                                     event="DrawWeapon"
  80.                                                     act="draw_steel_sword_back_act"
  81.                                                     deact="draw_steel_sword_back_deact">
  82.                                                 </action>
  83.                                                 <action
  84.                                                     name="holster" 
  85.                                                     event="HolsterWeapon"  
  86.                                                     act="holster_steel_sword_back_act" 
  87.                                                     deact="holster_steel_sword_back_deact">
  88.                                                 </action>
  89.                                                 <action
  90.                                                     name="attack"  
  91.                                                     event="attack_steel_sword_back"
  92.                                                     act="attack_steel_sword_back_act"  
  93.                                                     deact="attack_steel_sword_back_deact">
  94.                                                 </action>
  95.                 </anim_actions>
  96.                 <anim_switches>
  97.                                                 <anim_switch
  98.                                                     category="steelsword"  
  99.                                                     equip_slot="silver_sword_back_slot"
  100.                                                     event="silver_to_steel"
  101.                                                     switch_act="silver_to_steel_act"
  102.                                                     switch_deact="silver_to_steel_deact">
  103.                                                 </anim_switch>
  104.                                                 <anim_switch
  105.                                                     category="steelsword"
  106.                                                     equip_slot="steel_sword_back_slot"
  107.                                                     event="steel_to_silver"
  108.                                                     switch_act="steel_to_silver_act"
  109.                                                     switch_deact="steel_to_silver_deact">
  110.                                                 </anim_switch>
  111.                 </anim_switches>
  112.                 <player_override><bound_items>                  <item>scabbard_silver_1_05</item>
  113.                 </bound_items></player_override>
  114.             </item>
  115.  
  116.  
  117.  
  118.         <!-- STEEL --> 
  119.            
  120.             <!-- Legendary -->
  121.             <item
  122.                 name                            ="Durandil"
  123.                 category                        ="steelsword"
  124.                 price                           ="700"
  125.                 initial_durability              ="100"
  126.                 max_durability                  ="100"
  127.                 enhancement_slots               ="3"
  128.                 stackable                       ="1"
  129.                 grid_size                       ="2"
  130.                 equip_template                  ="mq7006_aerondight"
  131.                 equip_slot                      ="steel_sword_back_slot"
  132.                 hold_slot                       ="r_weapon"
  133.                 weapon                          ="true"
  134.                 lethal                          ="true"
  135.                 ability_mode                    ="OnHold"
  136.                 hand                            ="right"
  137.                 sound_identification            ="long steel"
  138.                 draw_event                      ="DrawWeapon"
  139.                 draw_act                        ="draw_steel_sword_back_act"
  140.                 draw_deact                      ="draw_steel_sword_back_deact"
  141.                 holster_event                   ="HolsterWeapon"
  142.                 holster_act                     ="holster_steel_sword_back_act"
  143.                 holster_deact                   ="holster_steel_sword_back_deact"
  144.                 localisation_key_name           ="Durandil"
  145.                 localisation_key_description    ="item_desc_steel_sword"
  146.                 icon_path                       ="icons\inventory\quests\Aerondight EP2.png"
  147.            >
  148.                 <tags>                          Autogen, AutogenUseLevelRange, AutogenForceLevel, PlayerSteelWeapon, Weapon, sword1h, 1handedWeapon, mod_weapon, mod_legendary, EP1, EP2, Aerondight
  149.                 </tags>
  150.                 <base_abilities>                <a>Default weapon _Stats</a>
  151.                                                 <a>Durandil_Stats</a>
  152.                 </base_abilities>
  153.                 <recycling_parts>               <parts count="2">Hardened leather</parts>
  154.                                                 <parts count="3">Chitin scale</parts>
  155.                                                 <parts count="4">Green gold ore</parts>
  156.                 </recycling_parts>
  157.                 <anim_actions>
  158.                                                 <action
  159.                                                     name="draw"
  160.                                                     event="DrawWeapon"
  161.                                                     act="draw_steel_sword_back_act"
  162.                                                     deact="draw_steel_sword_back_deact">
  163.                                                 </action>
  164.                                                 <action
  165.                                                     name="holster" 
  166.                                                     event="HolsterWeapon"  
  167.                                                     act="holster_steel_sword_back_act" 
  168.                                                     deact="holster_steel_sword_back_deact">
  169.                                                 </action>
  170.                                                 <action
  171.                                                     name="attack"  
  172.                                                     event="attack_steel_sword_back"
  173.                                                     act="attack_steel_sword_back_act"  
  174.                                                     deact="attack_steel_sword_back_deact">
  175.                                                 </action>
  176.                 </anim_actions>
  177.                 <anim_switches>
  178.                                                 <anim_switch
  179.                                                     category="silversword"
  180.                                                     equip_slot="silver_sword_back_slot"
  181.                                                     event="silver_to_steel"
  182.                                                     switch_act="silver_to_steel_act"
  183.                                                     switch_deact="silver_to_steel_deact">
  184.                                                 </anim_switch>
  185.                                                 <anim_switch
  186.                                                     category="silversword"
  187.                                                     equip_slot="silver_sword_back_slot"
  188.                                                     event="silver_to_steel"
  189.                                                     switch_act="silver_to_steel_act"
  190.                                                     switch_deact="silver_to_steel_deact">
  191.                                                 </anim_switch>
  192.                 </anim_switches>
  193.                 <player_override><bound_items>                  <item>scabbard_steel_1_04</item>
  194.                 </bound_items></player_override>   
  195.                
  196.             </item>
  197.            
  198.             </items>
  199.  
  200.     </definitions>
  201.  
  202. </redxml>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement