Add Craftsmanship miracle; update production calculations and unlock logic
This commit is contained in:
18
Mods/Miracles/craftmenship.json
Normal file
18
Mods/Miracles/craftmenship.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"name": "Craftsmanship",
|
||||
"faithCost": 600,
|
||||
"followersRequired": 300,
|
||||
"productionRequired": 25,
|
||||
"unlockedByDefault": false,
|
||||
"effects": [
|
||||
{
|
||||
"type": "ModifyStat",
|
||||
"targetStat": "ProductionPerFollower",
|
||||
"op": "Add",
|
||||
"value": 0.05
|
||||
},
|
||||
{
|
||||
"type": "DestroySelf"
|
||||
}
|
||||
]
|
||||
}
|
@@ -6,7 +6,7 @@
|
||||
"effects": [
|
||||
{
|
||||
"type": "UnlockMiracle",
|
||||
"miraclesToUnlock": [ "orbital_calculations", "construct_vessel_frame", "launch_ark" ]
|
||||
"miraclesToUnlock": ["orbital_calculations", "construct_vessel_frame"]
|
||||
},
|
||||
{ "type": "DestroySelf" }
|
||||
]
|
||||
|
@@ -14,6 +14,7 @@
|
||||
"gods_endurance",
|
||||
"geological_survey",
|
||||
"divine_mandate",
|
||||
"craftsmanship",
|
||||
"unlock_age_of_industry"
|
||||
]
|
||||
},
|
||||
|
Reference in New Issue
Block a user