Skip to content

Commit

Permalink
Item Icons (#390)
Browse files Browse the repository at this point in the history
* Improved bots: They know when they are in duels

* bots will now upgrade abilities to max levels if they have spare points

* no message

* radiance

* not sure what happened here

* trying to fix

* trying to fix white space

* more attempts

* added dirty text files

* icons for pre-emptive

* badmerge

* badmerge

* badmerge

* no message
  • Loading branch information
darklordabc authored and chrisinajar committed Apr 5, 2017
1 parent 2128efb commit b372251
Show file tree
Hide file tree
Showing 22 changed files with 480 additions and 392 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
160 changes: 80 additions & 80 deletions game/scripts/npc/items/item_radiance_2.txt
Original file line number Diff line number Diff line change
@@ -1,84 +1,84 @@
"DOTAItems"
{
//=================================================================================================================
// Recipe: Radiance 2
//=================================================================================================================
"item_recipe_radiance_2"
{
// General
//-------------------------------------------------------------------------------------------------------------
"ID" "4000"
"BaseClass" "item_datadriven"
"Model" "models/props_gameplay/recipe.mdl"
"AbilityTextureName" "item_recipe"
// Item Info
//-------------------------------------------------------------------------------------------------------------
"ItemCost" "1500"
"ItemShopTags" ""
// Recipe
//-------------------------------------------------------------------------------------------------------------
"ItemRecipe" "1"
"ItemResult" "item_radiance_2"
"ItemRequirements"
{
"01" "item_radiance;item_upgrade_core"
"02" "item_radiance;item_upgrade_core_2"
"03" "item_radiance;item_upgrade_core_3"
"04" "item_radiance;item_upgrade_core_4"
}
}
//=================================================================================================================
// Radiance 2
//=================================================================================================================
"item_radiance_2"
{
// General
//-------------------------------------------------------------------------------------------------------------
"ID" "4004"
"BaseClass" "item_radiance"
"AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_NO_TARGET | DOTA_ABILITY_BEHAVIOR_TOGGLE"
"AbilityTextureName" "item_radiance"
// Stats
//-------------------------------------------------------------------------------------------------------------
"MaxUpgradeLevel" "5"
"ItemBaseLevel" "2"
// Item Info
//-------------------------------------------------------------------------------------------------------------
"ItemCost" "8150"
"ItemShopTags" "damage"
"ItemQuality" "epic"
"ItemAliases" "radiance"
"ItemDeclarations" "DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_IN_SPEECH | DECLARE_PURCHASES_TO_SPECTATORS"
"UpgradesItems" "item_radiance_2;item_radiance_3;item_radiance_4"
"UpgradeRecipe" "item_recipe_radiance"
// Special
//-------------------------------------------------------------------------------------------------------------
"AbilitySpecial"
{
"01"
{
"var_type" "FIELD_INTEGER"
"bonus_damage" "65 100 150 220 300"
}
"02"
{
"var_type" "FIELD_INTEGER"
"aura_damage" "50 100 200 350 550"
}
"03"
{
"var_type" "FIELD_INTEGER"
"blind_pct" "17"
}
"04"
{
"var_type" "FIELD_INTEGER"
"aura_radius" "700"
}
}
//=================================================================================================================
// Recipe: Radiance 2
//=================================================================================================================
"item_recipe_radiance_2"
{
// General
//-------------------------------------------------------------------------------------------------------------
"ID" "4000"
"BaseClass" "item_datadriven"
"Model" "models/props_gameplay/recipe.mdl"
"AbilityTextureName" "item_recipe"

// Item Info
//-------------------------------------------------------------------------------------------------------------
"ItemCost" "1500"
"ItemShopTags" ""

// Recipe
//-------------------------------------------------------------------------------------------------------------
"ItemRecipe" "1"
"ItemResult" "item_radiance_2"
"ItemRequirements"
{
"01" "item_radiance;item_upgrade_core"
"02" "item_radiance;item_upgrade_core_2"
"03" "item_radiance;item_upgrade_core_3"
"04" "item_radiance;item_upgrade_core_4"
}
}

//=================================================================================================================
// Radiance 2
//=================================================================================================================
"item_radiance_2"
{
// General
//-------------------------------------------------------------------------------------------------------------
"ID" "4004"
"BaseClass" "item_radiance"
"AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_NO_TARGET | DOTA_ABILITY_BEHAVIOR_TOGGLE"
"AbilityTextureName" "custom/item_radiance2"
// Stats
//-------------------------------------------------------------------------------------------------------------
"MaxUpgradeLevel" "5"
"ItemBaseLevel" "2"
// Item Info
//-------------------------------------------------------------------------------------------------------------
"ItemCost" "8150"
"ItemShopTags" "damage"
"ItemQuality" "epic"
"ItemAliases" "radiance"
"ItemDeclarations" "DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_IN_SPEECH | DECLARE_PURCHASES_TO_SPECTATORS"
"UpgradesItems" "item_radiance_2;item_radiance_3;item_radiance_4"
"UpgradeRecipe" "item_recipe_radiance"

// Special
//-------------------------------------------------------------------------------------------------------------
"AbilitySpecial"
{
"01"
{
"var_type" "FIELD_INTEGER"
"bonus_damage" "65 100 150 220 300"
}
"02"
{
"var_type" "FIELD_INTEGER"
"aura_damage" "50 100 200 350 550"
}
"03"
{
"var_type" "FIELD_INTEGER"
"blind_pct" "17"
}
"04"
{
"var_type" "FIELD_INTEGER"
"aura_radius" "700"
}
}
}
}
158 changes: 79 additions & 79 deletions game/scripts/npc/items/item_radiance_3.txt
Original file line number Diff line number Diff line change
@@ -1,83 +1,83 @@
"DOTAItems"
{
//=================================================================================================================
// Recipe: Radiance 3
//=================================================================================================================
"item_recipe_radiance_3"
{
// General
//-------------------------------------------------------------------------------------------------------------
"ID" "4001"
"BaseClass" "item_datadriven"
"Model" "models/props_gameplay/recipe.mdl"
"AbilityTextureName" "item_recipe"
// Item Info
//-------------------------------------------------------------------------------------------------------------
"ItemCost" "2500"
"ItemShopTags" ""
// Recipe
//-------------------------------------------------------------------------------------------------------------
"ItemRecipe" "1"
"ItemResult" "item_radiance_3"
"ItemRequirements"
{
"01" "item_radiance_2;item_upgrade_core_2"
"02" "item_radiance_2;item_upgrade_core_3"
"03" "item_radiance_2;item_upgrade_core_4"
}
}
//=================================================================================================================
// Radiance 3
//=================================================================================================================
"item_radiance_3"
{
// General
//-------------------------------------------------------------------------------------------------------------
"ID" "4005"
"BaseClass" "item_radiance"
"AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_NO_TARGET | DOTA_ABILITY_BEHAVIOR_TOGGLE"
"AbilityTextureName" "item_radiance"
// Stats
//-------------------------------------------------------------------------------------------------------------
"MaxUpgradeLevel" "5"
"ItemBaseLevel" "3"
// Item Info
//-------------------------------------------------------------------------------------------------------------
"ItemCost" "12075"
"ItemShopTags" "damage"
"ItemQuality" "epic"
"ItemAliases" "radiance"
"ItemDeclarations" "DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_IN_SPEECH | DECLARE_PURCHASES_TO_SPECTATORS"
"UpgradesItems" "item_radiance_3;item_radiance_4"
"UpgradeRecipe" "item_recipe_radiance"
// Special
//-------------------------------------------------------------------------------------------------------------
"AbilitySpecial"
{
"01"
{
"var_type" "FIELD_INTEGER"
"bonus_damage" "65 100 150 220 300"
}
"02"
{
"var_type" "FIELD_INTEGER"
"aura_damage" "50 100 200 350 550"
}
"03"
{
"var_type" "FIELD_INTEGER"
"blind_pct" "17"
}
"04"
{
"var_type" "FIELD_INTEGER"
"aura_radius" "700"
}
}
//=================================================================================================================
// Recipe: Radiance 3
//=================================================================================================================
"item_recipe_radiance_3"
{
// General
//-------------------------------------------------------------------------------------------------------------
"ID" "4001"
"BaseClass" "item_datadriven"
"Model" "models/props_gameplay/recipe.mdl"
"AbilityTextureName" "item_recipe"

// Item Info
//-------------------------------------------------------------------------------------------------------------
"ItemCost" "2500"
"ItemShopTags" ""

// Recipe
//-------------------------------------------------------------------------------------------------------------
"ItemRecipe" "1"
"ItemResult" "item_radiance_3"
"ItemRequirements"
{
"01" "item_radiance_2;item_upgrade_core_2"
"02" "item_radiance_2;item_upgrade_core_3"
"03" "item_radiance_2;item_upgrade_core_4"
}
}

//=================================================================================================================
// Radiance 3
//=================================================================================================================
"item_radiance_3"
{
// General
//-------------------------------------------------------------------------------------------------------------
"ID" "4005"
"BaseClass" "item_radiance"
"AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_NO_TARGET | DOTA_ABILITY_BEHAVIOR_TOGGLE"
"AbilityTextureName" "custom/item_radiance3"
// Stats
//-------------------------------------------------------------------------------------------------------------
"MaxUpgradeLevel" "5"
"ItemBaseLevel" "3"
// Item Info
//-------------------------------------------------------------------------------------------------------------
"ItemCost" "12075"
"ItemShopTags" "damage"
"ItemQuality" "epic"
"ItemAliases" "radiance"
"ItemDeclarations" "DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_IN_SPEECH | DECLARE_PURCHASES_TO_SPECTATORS"
"UpgradesItems" "item_radiance_3;item_radiance_4"
"UpgradeRecipe" "item_recipe_radiance"

// Special
//-------------------------------------------------------------------------------------------------------------
"AbilitySpecial"
{
"01"
{
"var_type" "FIELD_INTEGER"
"bonus_damage" "65 100 150 220 300"
}
"02"
{
"var_type" "FIELD_INTEGER"
"aura_damage" "50 100 200 350 550"
}
"03"
{
"var_type" "FIELD_INTEGER"
"blind_pct" "17"
}
"04"
{
"var_type" "FIELD_INTEGER"
"aura_radius" "700"
}
}
}
}
Loading

0 comments on commit b372251

Please sign in to comment.