Skip to content

Instantly share code, notes, and snippets.

@jephir
Last active August 29, 2015 14:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jephir/bdbeaa2d67aba8963b16 to your computer and use it in GitHub Desktop.
Save jephir/bdbeaa2d67aba8963b16 to your computer and use it in GitHub Desktop.
Ability to create building (Dota 2 Workshop Tools)
"colonist_build_base"
{
"BaseClass" "ability_datadriven"
"AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_POINT | DOTA_ABILITY_BEHAVIOR_CHANNELLED"
"AbilityCastRange" "350"
"AbilityManaCost" "0"
"AbilityChannelTime" "1"
"OnChannelSucceeded"
{
"SpawnUnit"
{
"UnitName" "npc_dota_building_homebase"
"UnitCount" "1"
"SpawnRadius" "1"
"Target" "POINT"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment