- 4 Окт 2014
- 473
- 2
Я в .txt все правильно написал,но все равно не работает,иконка не задается,а айтем не собирается,хотя игра его читает,что мне делать?Подскажите пожалуйста)
//=================================================================================================================
"item_recipe_vermillion_robe"
{
// General
//-------------------------------------------------------------------------------------------------------------
"ID" "1115235" // unique ID number for this item. Do not change this once established or it will invalidate collected stats.
// Item Info
//-------------------------------------------------------------------------------------------------------------
"ItemCost" "1300"
"ItemShopTags" ""
// Recipe
//-------------------------------------------------------------------------------------------------------------
"ItemRecipe" "1"
"ItemResult" "item_vermillion_robe"
"ItemRequirements"
{
"01" "item_platemail;item_assault;item_hyperstone"
}
}
//=================================================================================================================
// Assault Cuirass
//=================================================================================================================
"item_vermillion_robe"
{
// General
//-------------------------------------------------------------------------------------------------------------
"ID" "1124234" // unique ID number for this item. Do not change this once established or it will invalidate collected stats.
"AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE"
// Item Info
//-------------------------------------------------------------------------------------------------------------
"ItemCost" "8650"
"ItemShopTags" "attack_speed;armor;hard_to_tag"
"ItemQuality" "epic"
"ItemAliases" "ac;assault cuirass;robe"
"ItemDeclarations" "DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_IN_SPEECH | DECLARE_PURCHASES_TO_SPECTATORS"
"BaseClass" "item_assault"
"AbilityTextureName" "item_vermillion_robe"
// Special
//-------------------------------------------------------------------------------------------------------------
"AbilitySpecial"
{
"05"
{
"var_type" "FIELD_INTEGER"
"bonus_all_stats" "25"
}
"01"
{
"var_type" "FIELD_INTEGER"
"bonus_attack_speed" "35"
}
"02"
{
"var_type" "FIELD_INTEGER"
"bonus_armor" "15"
}
"03"
{
"var_type" "FIELD_INTEGER"
"aura_radius" "900 "
}
"04"
{
"var_type" "FIELD_INTEGER"
"aura_attack_speed" "35"
}
"05"
{
"var_type" "FIELD_INTEGER"
"aura_positive_armor" "10"
}
"06"
{
"var_type" "FIELD_INTEGER"
"aura_negative_armor" "-15"
}
}
}
//=================================================================================================================
"item_recipe_vermillion_robe"
{
// General
//-------------------------------------------------------------------------------------------------------------
"ID" "1115235" // unique ID number for this item. Do not change this once established or it will invalidate collected stats.
// Item Info
//-------------------------------------------------------------------------------------------------------------
"ItemCost" "1300"
"ItemShopTags" ""
// Recipe
//-------------------------------------------------------------------------------------------------------------
"ItemRecipe" "1"
"ItemResult" "item_vermillion_robe"
"ItemRequirements"
{
"01" "item_platemail;item_assault;item_hyperstone"
}
}
//=================================================================================================================
// Assault Cuirass
//=================================================================================================================
"item_vermillion_robe"
{
// General
//-------------------------------------------------------------------------------------------------------------
"ID" "1124234" // unique ID number for this item. Do not change this once established or it will invalidate collected stats.
"AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE"
// Item Info
//-------------------------------------------------------------------------------------------------------------
"ItemCost" "8650"
"ItemShopTags" "attack_speed;armor;hard_to_tag"
"ItemQuality" "epic"
"ItemAliases" "ac;assault cuirass;robe"
"ItemDeclarations" "DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_IN_SPEECH | DECLARE_PURCHASES_TO_SPECTATORS"
"BaseClass" "item_assault"
"AbilityTextureName" "item_vermillion_robe"
// Special
//-------------------------------------------------------------------------------------------------------------
"AbilitySpecial"
{
"05"
{
"var_type" "FIELD_INTEGER"
"bonus_all_stats" "25"
}
"01"
{
"var_type" "FIELD_INTEGER"
"bonus_attack_speed" "35"
}
"02"
{
"var_type" "FIELD_INTEGER"
"bonus_armor" "15"
}
"03"
{
"var_type" "FIELD_INTEGER"
"aura_radius" "900 "
}
"04"
{
"var_type" "FIELD_INTEGER"
"aura_attack_speed" "35"
}
"05"
{
"var_type" "FIELD_INTEGER"
"aura_positive_armor" "10"
}
"06"
{
"var_type" "FIELD_INTEGER"
"aura_negative_armor" "-15"
}
}
}
Последнее редактирование модератором: