Skip to content

Commit

Permalink
Copper Circlet w/ Power Armor, Enchanted Rings Not Conflict, Finger F…
Browse files Browse the repository at this point in the history
…irelighter Dimming (#2)

* Copper circlet can now be worn under power armor

* Update enchanted_rings.json

Enchanted rings no longer conflict

* Finger Firelighter Dimming
  • Loading branch information
yay855 authored and RobbieNeko committed Jan 8, 2025
1 parent e08a4b2 commit 960ec76
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Magical Nights/items/alchemy_items.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"encumbrance": 1,
"warmth": 0,
"material_thickness": 1,
"flags": [ "SKINTIGHT", "ONLY_ONE", "COMPACT" ],
"flags": [ "SKINTIGHT", "ONLY_ONE", "COMPACT", "POWERARMOR_COMPATIBLE" ],
"qualities": [ [ "MANA_FOCUS", 1 ] ]
},
{
Expand Down
8 changes: 4 additions & 4 deletions Magical Nights/items/enchanted_rings.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"covers": [ "hand_either" ],
"coverage": 0,
"warmth": 0,
"flags": [ "WATER_FRIENDLY", "ALLOWS_NATURAL_ATTACKS", "FANCY", "ONLY_ONE", "SKINTIGHT", "POWERARMOR_COMPATIBLE" ]
"flags": [ "WATER_FRIENDLY", "ALLOWS_NATURAL_ATTACKS", "FANCY", "ONLY_ONE", "SKINTIGHT", "POWERARMOR_COMPATIBLE", "COMPACT" ]
},
{
"abstract": "mring_silver",
Expand All @@ -29,7 +29,7 @@
"covers": [ "hand_either" ],
"coverage": 0,
"warmth": 0,
"flags": [ "WATER_FRIENDLY", "ALLOWS_NATURAL_ATTACKS", "FANCY", "ONLY_ONE", "SKINTIGHT", "POWERARMOR_COMPATIBLE" ]
"flags": [ "WATER_FRIENDLY", "ALLOWS_NATURAL_ATTACKS", "FANCY", "ONLY_ONE", "SKINTIGHT", "POWERARMOR_COMPATIBLE", "COMPACT" ]
},
{
"abstract": "mring_gold",
Expand All @@ -45,7 +45,7 @@
"covers": [ "hand_either" ],
"coverage": 0,
"warmth": 0,
"flags": [ "WATER_FRIENDLY", "ALLOWS_NATURAL_ATTACKS", "FANCY", "ONLY_ONE", "SKINTIGHT", "POWERARMOR_COMPATIBLE" ]
"flags": [ "WATER_FRIENDLY", "ALLOWS_NATURAL_ATTACKS", "FANCY", "ONLY_ONE", "SKINTIGHT", "POWERARMOR_COMPATIBLE", "COMPACT" ]
},
{
"abstract": "mring_platinum",
Expand All @@ -61,7 +61,7 @@
"covers": [ "hand_either" ],
"coverage": 0,
"warmth": 0,
"flags": [ "WATER_FRIENDLY", "ALLOWS_NATURAL_ATTACKS", "FANCY", "ONLY_ONE", "SKINTIGHT", "POWERARMOR_COMPATIBLE" ]
"flags": [ "WATER_FRIENDLY", "ALLOWS_NATURAL_ATTACKS", "FANCY", "ONLY_ONE", "SKINTIGHT", "POWERARMOR_COMPATIBLE", "COMPACT" ]
},
{
"copy-from": "mring_silver",
Expand Down
31 changes: 29 additions & 2 deletions Magical Nights/items/ethereal_items.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,36 @@
"price": 0,
"symbol": ",",
"color": "yellow",
"use_action": [ { "type": "firestarter", "moves": 20 } ],
"use_action": [
{
"type": "firestarter", "moves": 20
},
{
"type": "transform",
"msg": "You dim the flame.",
"target": "finger_firelighter_off"
}
],
"flags": [ "TRADER_AVOID", "FIRESTARTER", "LIGHT_8", "FLAMING", "WATER_EXTINGUISH" ]
},
{
"id": "finger_firelighter_off",
"copy-from": "finger_firelighter",
"type": "TOOL",
"name": "finger firelighter (dimmed)",
"description": "This is a small flame you can hold in your hand. With a thought, you can cause it to light something on fire, though it is currently dimmed.",
"use_action": [
{
"type": "firestarter", "moves": 20
},
{
"type": "transform",
"msg": "You brighten the flame.",
"target": "finger_firelighter"
}
],
"flags": [ "TRADER_AVOID", "FIRESTARTER", "FLAMING", "WATER_EXTINGUISH" ]
},
{
"id": "magic_lamp",
"type": "ARMOR",
Expand All @@ -51,7 +78,7 @@
"id": "magic_lamp_off",
"type": "ARMOR",
"category": "tools",
"name": "magic lamp",
"name": "magic lamp (dimmed)",
"description": "a magical aura that you know can be brightened into a powerful light.",
"weight": "1 g",
"volume": "250 ml",
Expand Down

0 comments on commit 960ec76

Please sign in to comment.