18 lines
322 B
JSON
18 lines
322 B
JSON
{
|
|
"name": "Tame the Atom",
|
|
"faithCost": 8000,
|
|
"followersRequired": 3000,
|
|
"productionRequired": 4000,
|
|
"unlockedByDefault": false,
|
|
"effects": [
|
|
{
|
|
"type": "ModifyStat",
|
|
"targetStat": "CorruptionPerSecond",
|
|
"op": "Add",
|
|
"value": -0.5
|
|
},
|
|
{
|
|
"type": "DestroySelf"
|
|
}
|
|
]
|
|
} |