Skip to content

Commit

Permalink
Couple more fixes
Browse files Browse the repository at this point in the history
* Removed uncraft of resin pods, as turns out Aftershock adds an uncraft for something important to it, plus it's not really a magic item or alien magitech.
* Belatedly updated weight of meteoric verge after having reduced weight of symbol of judgment.
  • Loading branch information
chaosvolt committed Sep 30, 2021
1 parent 009b5bf commit f298ff0
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 23 deletions.
2 changes: 1 addition & 1 deletion Arcana/items/tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -1711,7 +1711,7 @@
"category": "weapons",
"name": { "str": "meteoric verge" },
"description": "A short wooden staff, entirely covered in decorative motifs worked from a symbol of judgment. The symbol's otherworldly presence is still evident in the twisted, flame-like prongs now entwined around a charm of dark, iridescent metal. Using it will allow you to smite enemies with lightning, protecting you from electrical harm briefly as well. It can also be used to place a rune that will blast an area with lightning if something steps on it.",
"weight": "3935 g",
"weight": "1585 g",
"to_hit": 1,
"volume": "2500 ml",
"longest_side": "60 cm",
Expand Down
2 changes: 1 addition & 1 deletion Arcana/modinfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"name": "Arcana and Magic Items",
"authors": [ "Chaosvolt" ],
"description": "Adds a new skill for creating and using magical items, and alters many anomalous monsters.",
"version": "DDA version, update 9/29/2021",
"version": "DDA version, update 9/30/2021",
"category": "content",
"dependencies": [ "dda" ]
}
Expand Down
10 changes: 0 additions & 10 deletions Arcana/recipes/recipe_deconstruction.json
Original file line number Diff line number Diff line change
Expand Up @@ -283,16 +283,6 @@
"tools": [ [ [ "hexenhammer", -1 ] ] ],
"components": [ [ [ "silver_small", 6 ] ], [ [ "essence_dull", 150 ] ] ]
},
{
"result": "alien_pod_resin",
"type": "uncraft",
"skill_used": "magic",
"difficulty": 4,
"time": "40 m",
"activity_level": "LIGHT_EXERCISE",
"tools": [ [ [ "hexenhammer", -1 ] ] ],
"components": [ [ [ "resin_chunk", 80 ] ], [ [ "essence_dull", 30 ] ] ]
},
{
"result": "cyborg_matrix",
"type": "uncraft",
Expand Down
2 changes: 1 addition & 1 deletion Arcana_BN/items/tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -1698,7 +1698,7 @@
"category": "weapons",
"name": { "str": "meteoric verge" },
"description": "A short wooden staff, entirely covered in decorative motifs worked from a symbol of judgment. The symbol's otherworldly presence is still evident in the twisted, flame-like prongs now entwined around a charm of dark, iridescent metal. Using it will allow you to smite enemies with lightning, protecting you from electrical harm briefly as well. It can also be used to place a rune that will blast an area with lightning if something steps on it.",
"weight": "3935 g",
"weight": "1585 g",
"to_hit": 1,
"volume": "2500 ml",
"//": "Meteoric verge and moonstone scourge require items that did not exist pre-cataclysm.",
Expand Down
2 changes: 1 addition & 1 deletion Arcana_BN/modinfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"name": "Arcana and Magic Items",
"authors": [ "Chaosvolt" ],
"description": "Adds a new skill for creating and using magical items, and alters many anomalous monsters.",
"version": "BN version, update 9/29/2021",
"version": "BN version, update 9/30/2021",
"category": "content",
"dependencies": [ "dda" ]
}
Expand Down
9 changes: 0 additions & 9 deletions Arcana_BN/recipes/recipe_deconstruction.json
Original file line number Diff line number Diff line change
Expand Up @@ -256,15 +256,6 @@
"tools": [ [ [ "hexenhammer", -1 ] ] ],
"components": [ [ [ "silver_small", 6 ] ], [ [ "essence_dull", 150 ] ] ]
},
{
"result": "alien_pod_resin",
"type": "uncraft",
"skill_used": "magic",
"difficulty": 4,
"time": "40 m",
"tools": [ [ [ "hexenhammer", -1 ] ] ],
"components": [ [ [ "resin_chunk", 80 ] ], [ [ "essence_dull", 30 ] ] ]
},
{
"result": "flame_talisman",
"type": "uncraft",
Expand Down

0 comments on commit f298ff0

Please sign in to comment.