mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-16 05:13:58 -07:00
8 lines
632 B
JSON
8 lines
632 B
JSON
{
|
||
"name": "Petra Bot",
|
||
"description": "Petra is the default 0 A.D. AI bot. Please report issues to Wildfire Games.\n\nThe AI has six levels of difficulty: Sandbox, Very Easy, Easy, Medium, Hard, and Very Hard. Besides adjusting its strategy depending on the level, the AI also receives advantages or handycaps for certain rates, such as trade gain and efficiency of resource gathering. The AI can be quite challenging for beginners, so it is recommended to start with Very Easy or Easy until until you feel confident.",
|
||
"moduleName" : "PETRA",
|
||
"constructor": "PetraBot",
|
||
"filename": "_petrabot.js",
|
||
"useShared": true
|
||
}
|