-
Notifications
You must be signed in to change notification settings - Fork 227
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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
1 parent
2128efb
commit b372251
Showing
22 changed files
with
480 additions
and
392 deletions.
There are no files selected for viewing
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} | ||
} | ||
} |
Oops, something went wrong.