Info about all combat areas are stored here to be used by Module:Areas or Module:Lua (use this one) in their pages.
Format: {Name, Energy, Fight Points}
return { -- Format: {Name, Energy, Fight Points} {'Fields',50,300}, {'Forest',200,600}, {'Caves',500,900}, {'Volcano',1000,1500}, {'Northern Fields',3000,2000}, {'Haunted Mansion',5000,3500}, {'Beach',10000,5000}, {'Blood Fields',2000,1000}, {'Blood Forest',4000,2000}, {'Blood Caves',6000,3500}, {'Blood Volcano',10000,5000}, {'Faradox Castle',0,0}, {'Faradox Guardian',0,0}, {'Special',0,0}, {'Mimics',0,0}, {'Quest',0,0}, {'Event',0,0}, }