Skip to content

Commit

Permalink
Merge pull request #48250 from casswedson/pricier-tools
Browse files Browse the repository at this point in the history
[Magiclysm] make magical tools more expensive
  • Loading branch information
Rivet-the-Zombie authored Apr 8, 2021
2 parents 89a9480 + 2844761 commit fa0b7d6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions data/mods/Magiclysm/items/enchanted_melee.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,15 +68,15 @@
"id": "sledge_plus_one",
"copy-from": "hammer_sledge",
"name": "sledge hammer +1",
"proportional": { "price": 3.0, "price_postapoc": 3.0, "bashing": 1.1, "cutting": 1.1, "weight": 0.9 },
"proportional": { "price": 9.0, "price_postapoc": 9.0, "bashing": 1.1, "cutting": 1.1, "weight": 0.9 },
"relative": { "to_hit": 1 }
},
{
"type": "GENERIC",
"id": "sledge_plus_two",
"copy-from": "hammer_sledge",
"name": "sledge hammer +2",
"proportional": { "price": 6.0, "price_postapoc": 6.0, "bashing": 1.2, "cutting": 1.2, "weight": 0.8 },
"proportional": { "price": 12.0, "price_postapoc": 12.0, "bashing": 1.2, "cutting": 1.2, "weight": 0.8 },
"relative": { "to_hit": 2 }
},
{
Expand Down Expand Up @@ -356,15 +356,15 @@
"id": "crowbar_plus_one",
"copy-from": "crowbar",
"name": "crowbar +1",
"proportional": { "price": 3.0, "price_postapoc": 3.0, "bashing": 1.1, "cutting": 1.1, "weight": 0.9 },
"proportional": { "price": 6.0, "price_postapoc": 6.0, "bashing": 1.1, "cutting": 1.1, "weight": 0.9 },
"relative": { "to_hit": 1 }
},
{
"type": "GENERIC",
"id": "crowbar_plus_two",
"copy-from": "crowbar",
"name": "crowbar +2",
"proportional": { "price": 6.0, "price_postapoc": 6.0, "bashing": 1.2, "cutting": 1.2, "weight": 0.8 },
"proportional": { "price": 9.0, "price_postapoc": 9.0, "bashing": 1.2, "cutting": 1.2, "weight": 0.8 },
"relative": { "to_hit": 2 }
},
{
Expand Down

0 comments on commit fa0b7d6

Please sign in to comment.