19 lines
319 B
JSON
19 lines
319 B
JSON
{
|
|
"name": "Divine Mandate",
|
|
"faithCost": 300,
|
|
"followersRequired": 350,
|
|
"productionRequired": 100,
|
|
"unlockedByDefault": false,
|
|
"effects": [
|
|
{
|
|
"type": "ModifyStat",
|
|
"targetStat": "FollowersPerSecond",
|
|
"op": "Add",
|
|
"value": 0.1
|
|
},
|
|
{
|
|
"type": "DestroySelf"
|
|
}
|
|
]
|
|
}
|