19 lines
321 B
JSON
19 lines
321 B
JSON
{
|
|
"name": "Craftsmanship",
|
|
"faithCost": 600,
|
|
"followersRequired": 300,
|
|
"productionRequired": 25,
|
|
"unlockedByDefault": false,
|
|
"effects": [
|
|
{
|
|
"type": "ModifyStat",
|
|
"targetStat": "ProductionPerFollower",
|
|
"op": "Add",
|
|
"value": 0.05
|
|
},
|
|
{
|
|
"type": "DestroySelf"
|
|
}
|
|
]
|
|
}
|