ABCDEFGHIJKLMNOPQRSTUVWXYZ
1
Units we need
2
Use Dota 2 Units File as resource:
https://raw.githubusercontent.com/SteamDatabase/GameTracking-Dota2/master/game/dota/scripts/npc/npc_units.txt
3
Match New units with Ability stats:
https://github.com/AngelArenaAllstars/oaa/tree/master/game/scripts/npc/abilities
4
UnitSummoning HeroPastebinAuthorNotes
5
DOESN'T REQUIRE LUA (KV can handle this immediately)
6
Golem 4Warlockhttp://pastebin.com/ayP8vvBwHonethMagic/Armor for scepter version = estimate might need balancing
7
Golem 5Warlockhttp://pastebin.com/iiUW2maCHonethMagic/Armor for scepter version = estimate might need balancing
8
Spirit Bear 5Lone Druidhttp://pastebin.com/VWgFxfUJHonethmovement speed | Dmg scaled like vanilla
9
Spirit Bear 6Lone Druidhttp://pastebin.com/fmqUBgyaHonethmovement speed | Dmg scaled like vanilla
10
Boar 5Beastmasterhttp://pastebin.com/TUB7D4TUHonethhave to check if the poison scales according to tooltip no value's in the unit for it
11
Boar 6Beastmasterhttp://pastebin.com/er2FnnvRHonethhave to check if the poison scales according to tooltip no value's in the unit for it
12
Hawk 5Beastmasterhttp://pastebin.com/3Sdn4yLtHonethinvisibility of the hawk should work unless the time should be shorter check this ingame
13
Hawk 6Beastmasterhttp://pastebin.com/hj8YqzamHonethinvisibility of the hawk should work unless the time should be shorter check this ingame
14
Wolf 5Lycanhttp://pastebin.com/BVw6UqqVHoneththere were no value's for armor (took vanilla dota scaling for attack rate and movement speed)
15
Wolf 6Lycanhttp://pastebin.com/zAXcNszCHoneththere were no value's for armor (took vanilla dota scaling for attack rate and movement speed)
16
Tombstone5Undyinghttp://pastebin.com/fPsFpTLGHonethzombie values aren't in the tombstone hope they work from reading ability files
17
Tombstone6Undyinghttp://pastebin.com/X7hvp3zUHonethzombie values aren't in the tombstone hope they work from reading ability files
18
Earth 4Brewmasterhttp://pastebin.com/mjgPKV84Honethdiscord chat value's have been used
19
Earth 5Brewmasterhttp://pastebin.com/b7N5ByM5Honethdiscord chat value's have been used (pasted by Chronophylos i had reached my pastebin limit for a day)
20
Storm 4Brewmasterhttp://pastebin.com/xd4MZbBLHonethdiscord chat value's have been used
21
Storm 5Brewmasterhttp://pastebin.com/MgTKbijfHonethdiscord chat value's have been used
22
Fire 4Brewmasterhttp://pastebin.com/ctRswjumHonethdiscord chat value's have been used
23
Fire 5Brewmasterhttp://pastebin.com/ZY9QCXFqHonethdiscord chat value's have been used
24
Plague Ward 5Venomancerhttp://pastebin.com/nPWu1FynHonethtalent lvl 25 value's aren't in the unit file
25
Plague Ward 6Venomancerhttp://pastebin.com/8Pu21TDUHonethtalent lvl 25 value's aren't in the unit file
26
Familiar4Visagehttp://pastebin.com/AkMRdr26Honethdmg value is part of a buff which isn't in the unit file
27
Familiar5Visagehttp://pastebin.com/S6iqKbf6Honethdmg value is part of a buff which isn't in the unit file (hp is 2x that of lvl 4 the ability tooltip didn't have lvl 5 value)
28
Netherward 5Pugnahttp://pastebin.com/hPRtsaX7HonethOnly changed gold value
29
Netherward 6Pugnahttp://pastebin.com/kjyfwcxNHonethOnly changed gold value
30
Necro archer 456Necro itemDoneWarpdragon
31
Necro warrior 456Necro itemDoneWarpdragon
32
REQUIRES LUA (KV will work with Coding team on these)
33
giant_spiderlingBroodmotherhttp://pastebin.com/LUXvk0eBHonethmade these files so they existed these will certainly need changes.
34
giant_spideriteBroodmotherhttp://pastebin.com/0t60QVzcHonethmade these files so they existed these will certainly need changes.
35
giant_treantNature's Prophethttp://pastebin.com/YRBTrmJSHonethmade these files so they existed these will certainly need changes.
36
giant_eidolonEnigmahttp://pastebin.com/pNE9tbA9Honethmade these files so they existed these will certainly need changes.
37
colossal_eidolonEnigmahttp://pastebin.com/zVd5gTrzHonethmade these files so they existed these will certainly need changes.
38
turretitemhttp://pastebin.com/ZvkGZgg9Honethmade these files so they existed these will certainly need changes.
39
spell_totemitemhttp://pastebin.com/RM57zKxmHonethmade these files so they existed these will certainly need changes.
40
healing_mineitemhttp://pastebin.com/Vvx12XdxHonethmade these files so they existed these will certainly need changes.
41
throw_daggeritemhttp://pastebin.com/NWqAnbf1Honethmade these files so they existed these will certainly need changes.
42
decoy_courieritemhttp://pastebin.com/39YQ3wGYHonethmade these files so they existed these will certainly need changes.
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100