Skip to content

Commit

Permalink
Merge pull request #73953 from Uwuewsky/sized-fix
Browse files Browse the repository at this point in the history
Add size prefixes to some items
  • Loading branch information
Maleclypse authored May 21, 2024
2 parents 1321414 + 13e819c commit 5dff6d0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions data/json/items/armor/hats.json
Original file line number Diff line number Diff line change
Expand Up @@ -1229,16 +1229,16 @@
"id": "maid_hat_xl",
"copy-from": "maid_hat",
"type": "ARMOR",
"name": { "str": "XL French maid hat" },
"extend": { "flags": [ "OVERSIZE" ] },
"name": { "str": "French maid hat" },
"extend": { "flags": [ "OVERSIZE", "PREFIX_XL" ] },
"proportional": { "weight": 1.5, "volume": 1.5 }
},
{
"id": "maid_hat_xs",
"copy-from": "maid_hat",
"type": "ARMOR",
"name": { "str": "XS French maid hat" },
"extend": { "flags": [ "UNDERSIZE" ] },
"name": { "str": "French maid hat" },
"extend": { "flags": [ "UNDERSIZE", "PREFIX_XS" ] },
"proportional": { "weight": 0.5, "volume": 0.5 }
},
{
Expand Down
8 changes: 4 additions & 4 deletions data/json/items/armor/holster.json
Original file line number Diff line number Diff line change
Expand Up @@ -764,16 +764,16 @@
"id": "XS_holster",
"type": "ARMOR",
"copy-from": "holster",
"name": { "str": "XS holster" },
"name": { "str": "holster" },
"proportional": { "weight": 0.75, "volume": 0.75, "price": 0.5 },
"flags": [ "BELTED", "BELT_CLIP", "UNDERSIZE", "PALS_MEDIUM" ]
"flags": [ "BELTED", "BELT_CLIP", "UNDERSIZE", "PREFIX_XS", "PALS_MEDIUM" ]
},
{
"id": "XS_nylon_holster",
"type": "ARMOR",
"copy-from": "nylon_holster",
"name": { "str": "XS nylon holster" },
"name": { "str": "nylon holster" },
"proportional": { "weight": 0.75, "volume": 0.75, "price": 0.5 },
"flags": [ "BELTED", "BELT_CLIP", "UNDERSIZE", "PALS_MEDIUM" ]
"flags": [ "BELTED", "BELT_CLIP", "UNDERSIZE", "PREFIX_XS", "PALS_MEDIUM" ]
}
]

0 comments on commit 5dff6d0

Please sign in to comment.