Skip to content

Commit

Permalink
Allow magic rings to resize
Browse files Browse the repository at this point in the history
This commit allows magic rings to resize themselves to fit any sort of anatomy.
  • Loading branch information
Psithief authored Sep 16, 2024
1 parent e186f1b commit bcae47d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions data/mods/Magiclysm/items/enchanted_rings.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"looks_like": "copper_ring",
"sided": true,
"warmth": 0,
"flags": [ "WATER_FRIENDLY", "ALLOWS_NATURAL_ATTACKS", "FANCY", "ONE_PER_LAYER", "SKINTIGHT", "ALLOWS_TALONS" ],
"flags": [ "WATER_FRIENDLY", "ALLOWS_NATURAL_ATTACKS", "FANCY", "ONE_PER_LAYER", "SKINTIGHT", "UNRESTRICTED" ],
"armor": [
{
"encumbrance": 0,
Expand All @@ -40,7 +40,7 @@
"looks_like": "silver_ring",
"sided": true,
"warmth": 0,
"flags": [ "WATER_FRIENDLY", "ALLOWS_NATURAL_ATTACKS", "FANCY", "ONE_PER_LAYER", "SKINTIGHT", "ALLOWS_TALONS" ],
"flags": [ "WATER_FRIENDLY", "ALLOWS_NATURAL_ATTACKS", "FANCY", "ONE_PER_LAYER", "SKINTIGHT", "UNRESTRICTED" ],
"armor": [
{
"encumbrance": 0,
Expand All @@ -66,7 +66,7 @@
"looks_like": "gold_ring",
"sided": true,
"warmth": 0,
"flags": [ "WATER_FRIENDLY", "ALLOWS_NATURAL_ATTACKS", "FANCY", "ONE_PER_LAYER", "SKINTIGHT", "ALLOWS_TALONS" ],
"flags": [ "WATER_FRIENDLY", "ALLOWS_NATURAL_ATTACKS", "FANCY", "ONE_PER_LAYER", "SKINTIGHT", "UNRESTRICTED" ],
"armor": [
{
"encumbrance": 0,
Expand All @@ -92,7 +92,7 @@
"looks_like": "platinum_ring",
"sided": true,
"warmth": 0,
"flags": [ "WATER_FRIENDLY", "ALLOWS_NATURAL_ATTACKS", "FANCY", "ONE_PER_LAYER", "SKINTIGHT", "ALLOWS_TALONS" ],
"flags": [ "WATER_FRIENDLY", "ALLOWS_NATURAL_ATTACKS", "FANCY", "ONE_PER_LAYER", "SKINTIGHT", "UNRESTRICTED" ],
"armor": [
{
"encumbrance": 0,
Expand Down

0 comments on commit bcae47d

Please sign in to comment.