Skip to content

Commit

Permalink
[MoM] Itzcuauhtli uniform changes (CleverRaven#70621)
Browse files Browse the repository at this point in the history
* Update professions.json

* Update teleporter_start_items.json

* Add types

* A tilmàtli doesn't have a hood, especially a formal uniform one

* Add str_sp

* Missing "the"
  • Loading branch information
Standing-Storm authored Jan 4, 2024
1 parent 35e320e commit a57c70d
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 6 deletions.
43 changes: 43 additions & 0 deletions data/mods/MindOverMatter/items/teleporter_start_items.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,48 @@
"id": "mom_fusion_ammo",
"name": "Ch47 fusion shot",
"default": "mom_fusion_ammo"
},
{
"id": "itzcuauhtli_cape",
"copy-from": "cloak",
"type": "ARMOR",
"name": { "str_sp": "Itzcuauhtli Corps tilmàtli" },
"description": "A formal dress cape for the Itzcuauhtli Corps in crimson and gold, with the eagle's head over a field of stars insignia on the left shoulder, worn by generations of those who sought out new worlds in service to the Huey Tlatoani and the Excan Tlahtoloyan. You're pretty sure this is the furthest anyone wearing one has ever been from Anáhuac.",
"delete": { "flags": [ "HOOD" ] }
},
{
"id": "itzcuauhtli_hat",
"copy-from": "beret",
"type": "ARMOR",
"name": { "str": "Imperial navy cap" },
"description": "A flat crimson hat worn by members of the Imperial navy at formal events. This one has the black circle of the Yohualli Èhecatl on it."
},
{
"id": "itzcuauhtli_holster",
"copy-from": "holster",
"type": "ARMOR",
"name": { "str": "Ch47 holster" },
"description": "A holster for the Ch47. You could put one of the primitive local ranged weapons in here too, if you had to."
},
{
"id": "itzcuauhtli_tunic",
"copy-from": "dress_shirt",
"type": "ARMOR",
"name": { "str": "Yohualli Èhecatl division tunic" },
"description": "A dress tunic, in gold and crimson, slashed with black bars. This would immediately mark your exact rank and position to anyone else in the Imperial Navy, if you ever see another one again."
},
{
"id": "itzcuauhtli_pants",
"copy-from": "pants",
"type": "ARMOR",
"name": { "str_sp": "Itzcuauhtli Corps pants" },
"description": "A set of gold and crimson uniform pants. The days of wearing only a maxtlatl are gone following the expansion of the empire out from Anáhuac, and considering the local climate, you're grateful for it."
},
{
"id": "itzcuauhtli_boots",
"copy-from": "boots",
"type": "ARMOR",
"name": { "str_sp": "naval boots" },
"description": "Simple black leather boots. It's a good thing you weren't transporting a planetary tlatoani when the accident happened or you might have ended up on this gods-forsaken hellhole barefoot."
}
]
12 changes: 6 additions & 6 deletions data/mods/MindOverMatter/professions.json
Original file line number Diff line number Diff line change
Expand Up @@ -310,13 +310,13 @@
"both": {
"entries": [
{ "item": "wristwatch" },
{ "item": "pants" },
{ "item": "dress_shirt" },
{ "item": "itzcuauhtli_pants" },
{ "item": "itzcuauhtli_tunic" },
{ "item": "socks" },
{ "item": "dress_shoes" },
{ "item": "officer_uniform" },
{ "item": "beret" },
{ "item": "holster" },
{ "item": "itzcuauhtli_boots" },
{ "item": "itzcuauhtli_cape" },
{ "item": "itzcuauhtli_hat" },
{ "item": "itzcuauhtli_holster" },
{
"item": "mom_fusion_pistol",
"ammo-item": "mom_fusion_ammo",
Expand Down

0 comments on commit a57c70d

Please sign in to comment.