Skip to content

Commit

Permalink
[Magiclysm] Magic items have flags like vanilla counterparts do (Clev…
Browse files Browse the repository at this point in the history
…erRaven#76077)

* ALLOWS_TALONS

* Belt are OVERSIZE

* Let the autocheck run again
  • Loading branch information
Naadn authored Sep 2, 2024
1 parent 9d8c9c6 commit c17fa69
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion data/mods/Magiclysm/items/enchanted_belts.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
}
],
"use_action": { "type": "holster", "holster_prompt": "Stick what into your belt", "holster_msg": "You tuck your %s into your %s" },
"flags": [ "BELTED", "WATER_FRIENDLY", "STURDY" ],
"flags": [ "BELTED", "WATER_FRIENDLY", "STURDY", "OVERSIZE" ],
"armor": [ { "coverage": 50, "covers": [ "torso" ], "specifically_covers": [ "torso_waist" ] } ],
"melee_damage": { "bash": 5 }
},
Expand Down
10 changes: 5 additions & 5 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" ],
"flags": [ "WATER_FRIENDLY", "ALLOWS_NATURAL_ATTACKS", "FANCY", "ONE_PER_LAYER", "SKINTIGHT", "ALLOWS_TALONS" ],
"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" ],
"flags": [ "WATER_FRIENDLY", "ALLOWS_NATURAL_ATTACKS", "FANCY", "ONE_PER_LAYER", "SKINTIGHT", "ALLOWS_TALONS" ],
"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" ],
"flags": [ "WATER_FRIENDLY", "ALLOWS_NATURAL_ATTACKS", "FANCY", "ONE_PER_LAYER", "SKINTIGHT", "ALLOWS_TALONS" ],
"armor": [
{
"encumbrance": 0,
Expand All @@ -81,7 +81,7 @@
"abstract": "mring_platinum",
"type": "TOOL_ARMOR",
"name": "magic ring",
"description": "A generic platinum magic ring.",
"description": "A generic platinum magic ring",
"weight": "11 g",
"volume": "1 ml",
"price": "50 USD",
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" ],
"flags": [ "WATER_FRIENDLY", "ALLOWS_NATURAL_ATTACKS", "FANCY", "ONE_PER_LAYER", "SKINTIGHT", "ALLOWS_TALONS" ],
"armor": [
{
"encumbrance": 0,
Expand Down

0 comments on commit c17fa69

Please sign in to comment.