Skip to content

Commit

Permalink
docs: Add API reference for dota2 bot script developers
Browse files Browse the repository at this point in the history
Signed-off-by: AdamQQQ <[email protected]>
  • Loading branch information
adamqqqplay committed Jan 21, 2023
1 parent 4a140c2 commit f919749
Show file tree
Hide file tree
Showing 10 changed files with 237,104 additions and 0 deletions.
9,306 changes: 9,306 additions & 0 deletions docs/api/npc/items.json

Large diffs are not rendered by default.

17,798 changes: 17,798 additions & 0 deletions docs/api/npc/items.txt

Large diffs are not rendered by default.

179 changes: 179 additions & 0 deletions docs/api/npc/neutral_items.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,179 @@
"neutral_items"
{
"1"
{
"drop_rates"
{
"7:00"
{
"0" "14"
"1" "14"
"2" "14"
"3" "14"
"4" "14"
}
}

"items"
{
//"item_keen_optic" "1"
"item_trusty_shovel" "1"
"item_arcane_ring" "1"
"item_possessed_mask" "1"
"item_mysterious_hat" "1"
"item_unstable_wand" "1"
"item_pogo_stick" "1"
"item_seeds_of_serenity" "1"
"item_lance_of_pursuit" "1"
"item_occult_bracelet" "1"

//"item_ocean_heart" "1"
"item_broom_handle" "1"
//"item_chipped_vest" "1"

//"item_royal_jelly" "1"
//"item_faded_broach" "1"
//"item_ironwood_tree" "1"
}
}
"2"
{
"drop_rates"
{
"17:00"
{
"0" "10"
"1" "10"
"2" "10"
"3" "10"
"4" "10"
}
}

"items"
{
"item_ring_of_aquila" "1"
//"item_imp_claw" "1"
"item_nether_shawl" "1"
"item_dragon_scale" "1"
"item_pupils_gift" "1"
"item_vambrace" "1"
"item_misericorde" "1"
"item_grove_bow" "1"
"item_philosophers_stone" "1"
//"item_essence_ring" "1"
//"item_paintball" "1"
"item_bullwhip" "1"
//"item_quicksilver_amulet" "1"
"item_dagger_of_ristul" "1"
"item_specialists_array" "1"
"item_eye_of_the_vizier" "1"

}
}
"3"
{
"drop_rates"
{
"27:00"
{
"0" "10"
"1" "10"
"2" "10"
"3" "10"
"4" "10"
}
}

"items"
{
"item_quickening_charm" "1"
"item_black_powder_bag" "1"
//"item_spider_legs" "1"
//"item_icarus_wings" "1"
"item_paladin_sword" "1"
//"item_orb_of_destruction" "1"
"item_titan_sliver" "1"
"item_mind_breaker" "1"
"item_enchanted_quiver" "1"
"item_elven_tunic" "1"
"item_cloak_of_flames" "1"
"item_ceremonial_robe" "1"
"item_psychic_headband" "1"
//"item_slime_vial" "1"
"item_ogre_seal_totem" "1"
}
}
"4"
{
"drop_rates"
{
"37:00"
{
"0" "10"
"1" "10"
"2" "10"
"3" "10"
"4" "10"
}
}

"items"
{
"item_timeless_relic" "1"
"item_spell_prism" "1"
"item_ascetic_cap" "1"
"item_heavy_blade" "1"
"item_flicker" "1"
"item_ninja_gear" "1"
//"item_illusionsts_cape" "1"
//"item_fortitude_ring" "1"
//"item_the_leveller" "1"
//"item_minotaur_horn" "1"
"item_spy_gadget" "1"
"item_trickster_cloak" "1"
"item_stormcrafter" "1"
"item_penta_edged_sword" "1"
"item_havoc_hammer" "1"
//"item_harpoon" "1"
//"item_barricade" "1"
//"item_guardian_shell" "1"
}
}
"5"
{
"drop_rates"
{
"60:00"
{
"0" "10"
"1" "10"
"2" "10"
"3" "10"
"4" "10"
}
}

"items"
{
"item_force_boots" "1"
"item_desolator_2" "1"
"item_seer_stone" "1"
"item_mirror_shield" "1"
"item_apex" "1"
//"item_ballista" "1"
"item_demonicon" "1"
"item_fallen_sky" "1"
"item_force_field" "1"
"item_pirate_hat" "1"
"item_ex_machina" "1"
"item_giants_ring" "1"
//"item_vengeances_shadow" "1"
"item_book_of_shadows" "1"
//"item_manacles_of_power" "1"
//"item_bottomless_chalice" "1"
//"item_wand_of_sanctitude" "1"

}
}
}
Loading

0 comments on commit f919749

Please sign in to comment.