Module:Skill/data

From Ant Colony Wiki
Jump to navigation Jump to search

Documentation for this module may be created at Module:Skill/data/doc

local skill_data = {
    ["Foraging"] = "Searches for food and enemies",
    ["Evasion"] = "Runs from enemies",
    ["Combat"] = "Fights with enemies",
    ["Scouting"] = "Loads the fog of war",
    ["Short Patrol"] = "Patrols in small radius",
    ["Heavy Lifting"] = "Can carry many resources at once",
    ["Long Patrol"] = "Patrols in large radius",
    ["Encumbered"] = "Slows down by half when carrying a resource",
    ["Barracks Dweller"] = "Lives in barracks in the anthill",
    ["Raiding"] = "Takes part in raids on enemy bases",
    ["Path Patrol"] = "Patrols ants' paths on the surface",
    ["Queen Feeder"] = "Feeds the ant queen",
    ["Upgrading"] = "Upgrades ants",
    ["Construction"] = "Digs, builds, breaks, buries",
    ["Reproduction"] = "Creates ants",
    ["Resource Gathering"] = "Searches for resources",
    ["Theft Prevention"] = "Stops thieves",
}

return skill_data