forums | blogs | polls | tutorials | downloads | rules | help

Add new comment

I have discovered a problem with Base_Axe_CM_template.
it displays as a black and yellow box when on the ground or when equipped.
the inventory icon is pink
there is no screen_name
I can not find any of the images noted in the template such as active icon within adepts, I will look in the ds2 resources and the map pack as well. The template itself has not changed it is exactly the same as is found in beta 1a so it appears that some image was deleted or is being overridden by the by the last build of the adepts resources file.
//////////////////////////////////////////////////////////////////////////////
// TEMPLATE: base_axe_template
//
// ITEM: Base Axe Template
//////////////////////////////////////////////////////////////////////////////
[t:template,n:base_axe_cm_template]
{
category_name = "DS2_Weapon_Melee_Axe";
doc = "Axe";
specializes = weapon_melee;
[aspect]
{
material = mediummetaledge;
[voice]
{
[attack]
{
priority = high;
* = s_ma_swing_sm_wpn;
}
[put_down]
{
* = s_ui_inv_place_axe_1h;
}
}
}
[attack]
{
attack_class = ac_axe;
damage_min = 0.85 * (3.4 + 0.74 * #item_level);
damage_max = 1.35 * (3.4 + 0.74 * #item_level);
is_melee = true;
reload_delay = 0.67;
skill_class = melee;
}
[gui]
{
active_icon = b_gui_ig_i_ic_w_axe-1h-01;
equip_slot = es_weapon_hand;
inventory_height = 3;
inventory_width = 1;
use_class = IST_FIGHTER;
}
}