Skip to content

Commit

Permalink
[MoM] Onyx Lightning, Now in Uniform (#77054)
Browse files Browse the repository at this point in the history
* Create coats.json

* Do the thing

* Update data/mods/MindOverMatter/items/armor/coats.json

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* Bullshit. It looks to me like the best part of you ran down the crack of your mama’s ass and ended up as a brown stain on the mattress.

* Hip-Hip Hooray for the Army!

* comma comma comma chamaeleon

* its Onyx lighting

* Update professions.json

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
DukePaulAtreid3s and github-actions[bot] authored Oct 15, 2024
1 parent 61076ba commit e3ddac1
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 5 deletions.
9 changes: 9 additions & 0 deletions data/mods/MindOverMatter/items/armor/coats.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"id": "jacket_army_phavian",
"type": "ARMOR",
"name": {
"str": "ONYX LIGHTNING combat blouse"
},
"description": "A sleek blouse in a camouflage pattern with angled breast pockets and lots of loop velcro for affixing patches. You might call it a jacket but it's really a blouse. It bears an onyx patch reading \"ONYX LIGHTNING\".",
"copy-from": "jacket_army_modern"
}
31 changes: 26 additions & 5 deletions data/mods/MindOverMatter/professions.json
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,14 @@
"skills": [
{ "level": 5, "name": "gun" },
{ "level": 4, "name": "pistol" },
{ "level": 2, "name": "dodge" },
{ "level": 4, "name": "rifle" },
{ "level": 3, "name": "dodge" },
{ "level": 3, "name": "stabbing" },
{ "level": 3, "name": "melee" },
{ "level": 3, "name": "firstaid" },
{ "level": 3, "name": "throw" },
{ "level": 2, "name": "survival" },
{ "level": 2, "name": "swimming" },
{ "level": 3, "name": "driving" },
{ "level": 2, "name": "metaphysics" }
],
Expand All @@ -265,22 +272,36 @@
"practice_telekinetic_momentum",
"practice_telekinetic_slowfall"
],
"proficiencies": [ "prof_concentration_basic" ],
"proficiencies": [
"prof_concentration_basic",
"prof_gunsmithing_basic",
"prof_spotting",
"prof_gun_cleaning",
"prof_knives_familiar",
"prof_auto_rifles_familiar",
"prof_auto_pistols_familiar"
],
"items": {
"both": {
"entries": [
{ "item": "pants_army" },
{ "item": "gloves_tactical" },
{ "item": "tank_top", "variant": "tank_top_camo" },
{ "item": "boots_combat" },
{ "item": "jacket_army_phavian" },
{ "item": "socks" },
{ "item": "hat_field" },
{ "group": "charged_two_way_radio" },
{ "group": "loaded_webbing_belt" },
{ "group": "army_mags_m17" },
{ "item": "wristwatch" },
{ "item": "m17", "ammo-item": "9mm", "container-item": "nylon_holster", "charges": 17 },
{ "item": "water_clean", "container-item": "canteen" },
{ "item": "knife_combat", "container-item": "sheath" },
{ "item": "knife_combat_army", "container-item": "sheath" },
{ "item": "matrix_crystal_drained" }
]
},
"male": { "entries": [ { "item": "boxer_briefs" } ] },
"female": { "entries": [ { "item": "bra" }, { "item": "panties" } ] }
"female": { "entries": [ { "item": "sports_bra" }, { "item": "boy_shorts" } ] }
}
},
{
Expand Down

0 comments on commit e3ddac1

Please sign in to comment.