Skip to content

Commit

Permalink
Merge gun cleaning fault_fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
irwiss committed May 9, 2023
1 parent 592bbde commit 0ad1fed
Showing 1 changed file with 6 additions and 29 deletions.
35 changes: 6 additions & 29 deletions data/json/faults/fixes_gun.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
[
{
"type": "fault_fix",
"id": "mend_fault_gun_blackpowder_clean",
"name": "Clean blackpowder fouling",
"id": "mend_gun_fouling_clean",
"name": "Clean fouling",
"success_msg": "You clean your %s.",
"time": "50 m",
"faults_removed": [ "fault_gun_blackpowder" ],
"faults_removed": [ "fault_gun_dirt", "fault_gun_blackpowder" ],
"faults_added": [ "fault_gun_unlubricated" ],
"skills": { "mechanics": 1 },
"set_variables": { "dirt": "0" },
"requirements": [ [ "gun_cleaning", 1 ] ]
},
{
"type": "fault_fix",
"id": "mend_fault_gun_blackpowder_clean_and_lube",
"name": "Clean blackpowder fouling and lubricate",
"id": "mend_gun_fouling_clean_and_lube",
"name": "Clean fouling and lubricate",
"success_msg": "You clean and lubricate your %s.",
"time": "55 m",
"faults_removed": [ "fault_gun_blackpowder", "fault_gun_unlubricated" ],
"faults_removed": [ "fault_gun_dirt", "fault_gun_blackpowder", "fault_gun_unlubricated" ],
"skills": { "mechanics": 1 },
"set_variables": { "dirt": "0" },
"requirements": [ [ "gun_cleaning", 1 ], [ "gun_lubrication", 1 ] ]
Expand All @@ -39,28 +39,5 @@
"skills": { "mechanics": 1 },
"success_msg": "You lubricate the %s.",
"requirements": [ [ "gun_lubrication", 1 ] ]
},
{
"type": "fault_fix",
"id": "mend_fault_gun_dirt_clean",
"name": "Clean gun",
"success_msg": "You clean your %s.",
"time": "50 m",
"skills": { "mechanics": 1 },
"faults_removed": [ "fault_gun_dirt" ],
"faults_added": [ "fault_gun_unlubricated" ],
"set_variables": { "dirt": "0" },
"requirements": [ [ "gun_cleaning", 1 ] ]
},
{
"type": "fault_fix",
"id": "mend_fault_gun_dirt_clean_and_lube",
"name": "Clean gun and lubricate",
"success_msg": "You clean and lubricate your %s.",
"time": "55 m",
"faults_removed": [ "fault_gun_dirt", "fault_gun_unlubricated" ],
"skills": { "mechanics": 1 },
"set_variables": { "dirt": "0" },
"requirements": [ [ "gun_cleaning", 1 ], [ "gun_lubrication", 1 ] ]
}
]

0 comments on commit 0ad1fed

Please sign in to comment.