All public logs
Combined display of all available logs of Deadlock Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 11:13, 1 October 2024 Saag talk contribs moved page Module:AbilityData/utils to Module:Abilities/utils
- 11:12, 1 October 2024 Saag talk contribs created page Module:AbilityData/utils (Created page with "-- returns the table of a specific item function get_ability(hero_name, ability_num) local hero_key = get_hero_key(hero_name) if(hero_key == nil) then return "Hero Not Found" end return data[hero_key][tonumber(ability_num)] end function get_hero_key(hero_name) for i, hero in pairs(data) do if hero["Name"] == hero_name then return i end end return nil end")