Skip to content

Commit

Permalink
PREFIX_XL/XS for Magiclysm
Browse files Browse the repository at this point in the history
  • Loading branch information
Uwuewsky committed Nov 15, 2024
1 parent 226e8cd commit 3e632cd
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 56 deletions.
20 changes: 10 additions & 10 deletions data/mods/Magiclysm/items/armor.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@
{
"id": "xl_armguard_demonchitin",
"type": "ARMOR",
"name": { "str": "pair of XL demon chitin arm guards", "str_pl": "pairs of XL demon chitin arm guards" },
"name": { "str": "pair of demon chitin arm guards", "str_pl": "pairs of demon chitin arm guards" },
"copy-from": "armguard_demonchitin",
"proportional": { "weight": 1.125, "volume": 1.13, "price": 1.25 },
"extend": { "flags": [ "OVERSIZE" ] }
"extend": { "flags": [ "OVERSIZE", "PREFIX_XL" ] }
},
{
"id": "armor_demonchitin",
Expand All @@ -58,10 +58,10 @@
{
"id": "xl_armor_demonchitin",
"type": "ARMOR",
"name": { "str": "XL demon chitin armor" },
"name": { "str": "demon chitin armor" },
"copy-from": "armor_demonchitin",
"proportional": { "weight": 1.125, "volume": 1.13, "price": 1.25 },
"extend": { "flags": [ "OVERSIZE" ] }
"extend": { "flags": [ "OVERSIZE", "PREFIX_XL" ] }
},
{
"id": "helmet_demonchitin",
Expand All @@ -76,10 +76,10 @@
{
"id": "xl_helmet_demonchitin",
"type": "ARMOR",
"name": { "str": "XL demon chitin helmet" },
"name": { "str": "demon chitin helmet" },
"copy-from": "helmet_demonchitin",
"proportional": { "weight": 1.125, "volume": 1.13, "price": 1.25 },
"extend": { "flags": [ "OVERSIZE" ] }
"extend": { "flags": [ "OVERSIZE", "PREFIX_XL" ] }
},
{
"id": "gauntlets_demonchitin",
Expand All @@ -94,10 +94,10 @@
{
"id": "xl_gauntlets_demonchitin",
"type": "ARMOR",
"name": { "str": "pair of XL demon chitin gauntlets", "str_pl": "pairs of XL demon chitin gauntlets" },
"name": { "str": "pair of demon chitin gauntlets", "str_pl": "pairs of demon chitin gauntlets" },
"copy-from": "gauntlets_demonchitin",
"proportional": { "weight": 1.125, "volume": 1.13, "price": 1.25 },
"extend": { "flags": [ "OVERSIZE" ] }
"extend": { "flags": [ "OVERSIZE", "PREFIX_XL" ] }
},
{
"id": "boots_demonchitin",
Expand All @@ -112,10 +112,10 @@
{
"id": "xl_boots_demonchitin",
"type": "ARMOR",
"name": { "str": "pair of XL demon chitin boots", "str_pl": "pairs of XL demon chitin boots" },
"name": { "str": "pair of demon chitin boots", "str_pl": "pairs of demon chitin boots" },
"copy-from": "boots_demonchitin",
"proportional": { "weight": 1.125, "volume": 1.13, "price": 1.25 },
"extend": { "flags": [ "OVERSIZE" ] }
"extend": { "flags": [ "OVERSIZE", "PREFIX_XL" ] }
},
{
"type": "PET_ARMOR",
Expand Down
42 changes: 21 additions & 21 deletions data/mods/Magiclysm/items/black_dragon_items.json
Original file line number Diff line number Diff line change
Expand Up @@ -271,11 +271,11 @@
"id": "boots_xlblack_dragon_scale",
"copy-from": "boots_black_dragon_scale",
"type": "ARMOR",
"name": { "str": "pair of XL black dragonscale boots", "str_pl": "pairs of XL black dragonscale boots" },
"name": { "str": "pair of black dragonscale boots", "str_pl": "pairs of black dragonscale boots" },
"description": "Massive boots made of incredibly durable black dragonscale, modified to fit even the strangest of bodies. Very protective, and surprisingly light.",
"weight": "1545 g",
"volume": "6250 ml",
"extend": { "flags": [ "OVERSIZE" ] },
"extend": { "flags": [ "OVERSIZE", "PREFIX_XL" ] },
"material_thickness": 5,
"environmental_protection": 3,
"armor": [ { "encumbrance": 40, "coverage": 100, "covers": [ "foot_l", "foot_r" ] } ]
Expand All @@ -284,11 +284,11 @@
"id": "boots_xlblack_dragon_hide",
"copy-from": "boots_black_dragon_hide",
"type": "ARMOR",
"name": { "str": "pair of XL black dragonhide boots", "str_pl": "pairs of XL black dragonhide boots" },
"name": { "str": "pair of black dragonhide boots", "str_pl": "pairs of black dragonhide boots" },
"description": "Massive boots made of very durable black dragonhide, modified to fit even the strangest of bodies. Very protective, and surprisingly light.",
"weight": "955 g",
"volume": "6250 ml",
"extend": { "flags": [ "OVERSIZE" ] },
"extend": { "flags": [ "OVERSIZE", "PREFIX_XL" ] },
"material_thickness": 3,
"environmental_protection": 3,
"armor": [ { "encumbrance": 25, "coverage": 100, "covers": [ "foot_l", "foot_r" ] } ]
Expand All @@ -297,11 +297,11 @@
"id": "gauntlets_xlblack_dragon_scale",
"copy-from": "gauntlets_black_dragon_scale",
"type": "ARMOR",
"name": { "str": "pair of XL black dragonscale gauntlets", "str_pl": "pairs of XL black dragonscale gauntlets" },
"name": { "str": "pair of black dragonscale gauntlets", "str_pl": "pairs of black dragonscale gauntlets" },
"description": "A pair of heavy-duty gauntlets made of incredibly durable black dragonscale that covers your hands, or whatever you use as hands.",
"weight": "680 g",
"volume": "2 L",
"extend": { "flags": [ "OVERSIZE" ] },
"extend": { "flags": [ "OVERSIZE", "PREFIX_XL" ] },
"material_thickness": 4,
"environmental_protection": 3,
"armor": [ { "encumbrance": 30, "coverage": 100, "covers": [ "hand_l", "hand_r" ] } ]
Expand All @@ -310,11 +310,11 @@
"id": "gloves_xlblack_dragon_hide",
"copy-from": "gloves_black_dragon_hide",
"type": "ARMOR",
"name": { "str": "pair of XL black dragonhide gloves", "str_pl": "pairs of XL black dragonhide gloves" },
"name": { "str": "pair of black dragonhide gloves", "str_pl": "pairs of black dragonhide gloves" },
"description": "A pair of gloves made of very durable black dragonhide, modified to be easy to wear while providing maximum protection under extreme conditions. Sized to fit even the strangest of anatomy.",
"weight": "430 g",
"volume": "1500 ml",
"extend": { "flags": [ "OVERSIZE" ] },
"extend": { "flags": [ "OVERSIZE", "PREFIX_XL" ] },
"material_thickness": 2,
"environmental_protection": 1,
"armor": [ { "encumbrance": 18, "coverage": 100, "covers": [ "hand_l", "hand_r" ] } ]
Expand All @@ -323,7 +323,7 @@
"id": "helmet_xlblack_dragon_scale",
"copy-from": "helmet_black_dragon_scale",
"type": "ARMOR",
"name": { "str": "XL black dragonscale helmet" },
"name": "black dragonscale helmet",
"description": "A massive helmet made from incredibly durable black dragonscale, held together with black dragonhide. It comes equipped with a full face visor you can raise and is large enough to fit even the strangest of heads.",
"use_action": { "type": "transform", "target": "helmet_xlblack_dragon_scale_raised", "msg": "You raise your visor." },
"weight": "1256 g",
Expand All @@ -334,31 +334,31 @@
{ "covers": [ "head" ], "coverage": 100, "encumbrance": 42 },
{ "covers": [ "eyes", "mouth" ], "coverage": 100, "encumbrance": 20 }
],
"extend": { "flags": [ "OVERSIZE" ] }
"extend": { "flags": [ "OVERSIZE", "PREFIX_XL" ] }
},
{
"id": "helmet_xlblack_dragon_scale_raised",
"copy-from": "helmet_black_dragon_scale_raised",
"type": "ARMOR",
"name": { "str": "XL black dragonscale helmet (raised visor)", "str_pl": "XL black dragonscale helmets (raised visor)" },
"name": { "str": "black dragonscale helmet (raised visor)", "str_pl": "black dragonscale helmets (raised visor)" },
"description": "A massive helmet made from incredibly durable black dragonscale, held together with black dragonhide. It is large enough to fit even the strangest of heads. The visor is raised",
"use_action": { "type": "transform", "target": "helmet_xlblack_dragon_scale", "msg": "You put down your visor." },
"material_thickness": 5,
"environmental_protection": 3,
"armor": [ { "covers": [ "head" ], "coverage": 100, "encumbrance": 42 } ],
"weight": "1256 g",
"volume": "4500 ml",
"extend": { "flags": [ "OVERSIZE" ] }
"extend": { "flags": [ "OVERSIZE", "PREFIX_XL" ] }
},
{
"id": "helmet_xlblack_dragon_hide",
"copy-from": "helmet_black_dragon_hide",
"type": "ARMOR",
"name": { "str": "XL black dragonhide helmet" },
"name": "black dragonhide helmet",
"description": "A massive helmet made from very durable black dragonhide. It protects your head well, and doesn't cover your face, but is large enough to fit even the strangest of heads.",
"weight": "815 g",
"volume": "4500 ml",
"extend": { "flags": [ "OVERSIZE" ] },
"extend": { "flags": [ "OVERSIZE", "PREFIX_XL" ] },
"material_thickness": 3,
"environmental_protection": 1,
"armor": [ { "encumbrance": 26, "coverage": 100, "covers": [ "head" ] } ]
Expand All @@ -367,11 +367,11 @@
"id": "suit_xlblack_dragon_scale",
"copy-from": "suit_black_dragon_scale",
"type": "ARMOR",
"name": { "str": "XL black dragonscale armor" },
"name": "black dragonscale armor",
"description": "A massive full suit of incredibly durable black dragon scale mail. It comes with all the accoutrements that cover your torso, legs, and arms; sized to fit even the strangest of bodies.",
"weight": "6250 g",
"volume": "18 L",
"extend": { "flags": [ "OVERSIZE" ] },
"extend": { "flags": [ "OVERSIZE", "PREFIX_XL" ] },
"material_thickness": 5,
"environmental_protection": 3,
"armor": [ { "encumbrance": 35, "coverage": 100, "covers": [ "leg_l", "leg_r", "torso", "arm_l", "arm_r" ] } ]
Expand All @@ -380,11 +380,11 @@
"id": "suit_xlblack_dragon_hide",
"copy-from": "suit_black_dragon_hide",
"type": "ARMOR",
"name": { "str": "XL black dragonhide armor" },
"name": "black dragonhide armor",
"description": "A massive full suit of very durable black dragonhide armor. It comes with all the accoutrements that cover your torso, legs, and arms; sized to fit even the strangest of bodies.",
"weight": "5500 g",
"volume": "18 L",
"extend": { "flags": [ "OVERSIZE" ] },
"extend": { "flags": [ "OVERSIZE", "PREFIX_XL" ] },
"material_thickness": 3,
"environmental_protection": 2,
"armor": [ { "encumbrance": 26, "coverage": 100, "covers": [ "leg_l", "leg_r", "torso", "arm_l", "arm_r" ] } ]
Expand All @@ -393,7 +393,7 @@
"id": "backpack_black_dragon_hide",
"//": "After adding more dragons, maybe make it more generic",
"type": "ARMOR",
"name": { "str": "dragonhide backpack" },
"name": "dragonhide backpack",
"description": "A custom-built backpack. Made of very durable dragon leather and carefully crafted to hold as much stuff as possible.",
"weight": "900 g",
"volume": "5250 ml",
Expand Down Expand Up @@ -423,7 +423,7 @@
"id": "backpack_xl_black_dragon_hide",
"copy-from": "backpack_black_dragon_hide",
"type": "ARMOR",
"name": { "str": "XL dragonhide backpack" },
"name": "dragonhide backpack",
"weight": "1200 g",
"volume": "6250 ml",
"price": "2 kUSD 800 USD",
Expand All @@ -442,7 +442,7 @@
"warmth": 9,
"material_thickness": 4,
"environmental_protection": 3,
"extend": { "flags": [ "OVERSIZE" ] },
"extend": { "flags": [ "OVERSIZE", "PREFIX_XL" ] },
"armor": [ { "encumbrance": [ 8, 40 ], "coverage": 40, "covers": [ "torso" ] } ]
}
]
50 changes: 25 additions & 25 deletions data/mods/Magiclysm/items/enchanted_clothes.json
Original file line number Diff line number Diff line change
Expand Up @@ -140,19 +140,19 @@
"id": "xl_gambeson_parabolan",
"//": "surface area of XL body assumed to be 50% greater and materials used are also 50% greater.",
"type": "ARMOR",
"name": { "str": "XL parabolan wool gambeson" },
"name": { "str": "parabolan wool gambeson" },
"copy-from": "gambeson_parabolan",
"proportional": { "weight": 1.5, "volume": 1.5, "price": 1.25 },
"extend": { "flags": [ "OVERSIZE" ] }
"extend": { "flags": [ "OVERSIZE", "PREFIX_XL" ] }
},
{
"id": "xs_gambeson_parabolan",
"//": "surface area of XL body assumed to be 75% size and materials used are also 75% as much.",
"//": "surface area of XS body assumed to be 75% size and materials used are also 75% as much.",
"type": "ARMOR",
"name": { "str": "XS parabolan wool gambeson" },
"name": { "str": "parabolan wool gambeson" },
"copy-from": "gambeson_parabolan",
"proportional": { "weight": 0.75, "volume": 0.75, "price": 0.5 },
"extend": { "flags": [ "UNDERSIZE" ] }
"extend": { "flags": [ "UNDERSIZE", "PREFIX_XS" ] }
},
{
"id": "gambeson_parabolan_thinsleeved",
Expand Down Expand Up @@ -207,19 +207,19 @@
"id": "xl_gambeson_parabolan_thinsleeved",
"//": "surface area of XL body assumed to be 50% greater and materials used are also 50% greater.",
"type": "ARMOR",
"name": { "str": "XL thin-sleeved parabolan wool gambeson" },
"name": { "str": "thin-sleeved parabolan wool gambeson" },
"copy-from": "gambeson_parabolan_thinsleeved",
"proportional": { "weight": 1.5, "volume": 1.5, "price": 1.25 },
"extend": { "flags": [ "OVERSIZE" ] }
"extend": { "flags": [ "OVERSIZE", "PREFIX_XL" ] }
},
{
"id": "xs_gambeson_parabolan_thinsleeved",
"//": "surface area of XL body assumed to be 75% size and materials used are also 75% as much.",
"//": "surface area of XS body assumed to be 75% size and materials used are also 75% as much.",
"type": "ARMOR",
"name": { "str": "XS thin-sleeved parabolan wool gambeson" },
"name": { "str": "thin-sleeved parabolan wool gambeson" },
"copy-from": "gambeson_parabolan_thinsleeved",
"proportional": { "weight": 0.75, "volume": 0.75, "price": 0.5 },
"extend": { "flags": [ "UNDERSIZE" ] }
"extend": { "flags": [ "UNDERSIZE", "PREFIX_XS" ] }
},
{
"id": "gambeson_parabolan_vest",
Expand Down Expand Up @@ -263,19 +263,19 @@
"id": "xl_gambeson_parabolan_vest",
"//": "surface area of XL body assumed to be 50% greater and materials used are also 50% greater.",
"type": "ARMOR",
"name": { "str": "XL sleeveless parabolan wool gambeson" },
"name": { "str": "sleeveless parabolan wool gambeson" },
"copy-from": "gambeson_parabolan_vest",
"proportional": { "weight": 1.5, "volume": 1.5, "price": 1.25 },
"extend": { "flags": [ "OVERSIZE" ] }
"extend": { "flags": [ "OVERSIZE", "PREFIX_XL" ] }
},
{
"id": "xs_gambeson_parabolan_vest",
"//": "surface area of XL body assumed to be 75% size and materials used are also 75% as much.",
"//": "surface area of XS body assumed to be 75% size and materials used are also 75% as much.",
"type": "ARMOR",
"name": { "str": "XS sleeveless parabolan wool gambeson" },
"name": { "str": "sleeveless parabolan wool gambeson" },
"copy-from": "gambeson_parabolan_vest",
"proportional": { "weight": 0.75, "volume": 0.75, "price": 0.5 },
"extend": { "flags": [ "UNDERSIZE" ] }
"extend": { "flags": [ "UNDERSIZE", "PREFIX_XS" ] }
},
{
"id": "gambeson_pants_parabolan",
Expand Down Expand Up @@ -310,19 +310,19 @@
"id": "xl_gambeson_pants_parabolan",
"//": "surface area of XL body assumed to be 50% greater and materials used are also 50% greater.",
"type": "ARMOR",
"name": { "str": "XL parabolan wool heavy arming pants", "str_pl": "pairs of XL parabolan wool heavy arming pants" },
"name": { "str": "parabolan wool heavy arming pants", "str_pl": "pairs of parabolan wool heavy arming pants" },
"copy-from": "gambeson_pants_parabolan",
"proportional": { "weight": 1.5, "volume": 1.5, "price": 1.25 },
"extend": { "flags": [ "OVERSIZE" ] }
"extend": { "flags": [ "OVERSIZE", "PREFIX_XL" ] }
},
{
"id": "xs_gambeson_pants_parabolan",
"//": "surface area of XL body assumed to be 75% size and materials used are also 75% as much.",
"//": "surface area of XS body assumed to be 75% size and materials used are also 75% as much.",
"type": "ARMOR",
"name": { "str": "XS parabolan wool heavy arming pants", "str_pl": "pairs of XS parabolan wool heavy arming pants" },
"name": { "str": "parabolan wool heavy arming pants", "str_pl": "pairs of parabolan wool heavy arming pants" },
"copy-from": "gambeson_pants_parabolan",
"proportional": { "weight": 0.75, "volume": 0.75, "price": 0.5 },
"extend": { "flags": [ "UNDERSIZE" ] }
"extend": { "flags": [ "UNDERSIZE", "PREFIX_XS" ] }
},
{
"id": "gambeson_gloves_parabolan",
Expand Down Expand Up @@ -374,19 +374,19 @@
"id": "xl_gambeson_gloves_parabolan",
"//": "surface area of XL body assumed to be 50% greater and materials used are also 50% greater.",
"type": "ARMOR",
"name": { "str": "XL parabolan wool arming mittens", "str_pl": "pairs of XL parabolan wool arming mittens" },
"name": { "str": "parabolan wool arming mittens", "str_pl": "pairs of parabolan wool arming mittens" },
"copy-from": "gambeson_gloves_parabolan",
"proportional": { "weight": 1.5, "volume": 1.5, "price": 1.25 },
"extend": { "flags": [ "OVERSIZE" ] }
"extend": { "flags": [ "OVERSIZE", "PREFIX_XL" ] }
},
{
"id": "xs_gambeson_gloves_parabolan",
"//": "surface area of XL body assumed to be 75% size and materials used are also 75% as much.",
"//": "surface area of XS body assumed to be 75% size and materials used are also 75% as much.",
"type": "ARMOR",
"name": { "str": "XS parabolan wool arming mittens", "str_pl": "pairs of XS parabolan wool arming mittens" },
"name": { "str": "parabolan wool arming mittens", "str_pl": "pairs of parabolan wool arming mittens" },
"copy-from": "gambeson_gloves_parabolan",
"proportional": { "weight": 0.75, "volume": 0.75, "price": 0.5 },
"extend": { "flags": [ "UNDERSIZE" ] }
"extend": { "flags": [ "UNDERSIZE", "PREFIX_XS" ] }
},
{
"id": "coat_lab_plus_one",
Expand Down

0 comments on commit 3e632cd

Please sign in to comment.