Skip to content

Commit

Permalink
[Magiclysm] Add Hy-Brasilean ambassadorial honor guard profession (#7…
Browse files Browse the repository at this point in the history
…4767)

* initial commit

* adjectivize name
  • Loading branch information
Standing-Storm authored Jun 25, 2024
1 parent f0d983a commit 1d2c114
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 1 deletion.
58 changes: 58 additions & 0 deletions data/mods/Magiclysm/professions.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@
"id": "quiver_mooserider",
"entries": [ { "item": "arrow_heavy_fire_hardened_fletched", "charges": 20 } ]
},
{
"type": "item_group",
"subtype": "collection",
"id": "quiver_elven_ceremonial_guard",
"entries": [ { "item": "arrow_cf", "count": 40 } ]
},
{
"type": "profession",
"id": "wizard_novice",
Expand Down Expand Up @@ -1256,5 +1262,57 @@
"male": { "entries": [ { "item": "under_armor_shorts" } ] },
"female": { "entries": [ { "item": "sports_bra" }, { "item": "panties" } ] }
}
},
{
"type": "profession",
"id": "elven_ceremonial_guard",
"name": "Hy-Brasilean ambassadorial honor guard",
"description": "You were a ceremonial guard for the Hy-Brasilean ambassador to the United States, equipped to bring to mind the elven forest warriors of old. You were trained in archery, since you had to use your bow to impress foreign dignitaries, but you never expected you'd actually have to take it into a real battle. Then the Cataclysm hit. The ambassador and most of your fellow guards are dead, and you'll probably never see home again, but hopefully your skills will keep you alive.",
"points": 12,
"skills": [
{ "level": 8, "name": "gun" },
{ "level": 7, "name": "archery" },
{ "level": 4, "name": "rifle" },
{ "level": 2, "name": "pistol" },
{ "level": 6, "name": "survival" },
{ "level": 5, "name": "speech" }
],
"proficiencies": [ "prof_bow_basic", "prof_bow_expert", "prof_spotting" ],
"traits": [
"THRESH_SPECIES_ELF",
"ANIMALEMPATH2",
"ELVEN_BUILD",
"ELFA_NV",
"ELVEN_BEAUTY",
"ELVEN_SLEEP",
"ELFA_EARS",
"ELVEN_HEARING",
"LIGHTSTEP",
"WILDWALKER",
"ANTIJUNK",
"WEAKSTOMACH",
"DISIMMUNE",
"PICKYEATER"
],
"items": {
"both": {
"entries": [
{ "item": "officer_uniform" },
{ "item": "gloves_black" },
{ "item": "socks" },
{ "item": "wristwatch" },
{ "item": "cloak_of_elvenkind" },
{ "item": "boots_of_elvenkind" },
{ "item": "tank_top", "variant": "tank_top_camo" },
{ "item": "bow_sling", "contents-item": [ "bow_of_elvenkind" ] },
{ "item": "quiver_of_holding_plus_one", "contents-group": [ "quiver_elven_ceremonial_guard" ] },
{ "item": "m18", "ammo-item": "9mmfmj", "charges": 10, "container-item": "holster" },
{ "item": "sheath", "contents-item": [ "knife_hunting_plus_one" ] },
{ "item": "water_clean", "charges": 6, "container-item": "canteen" }
]
},
"male": { "entries": [ { "item": "boxer_shorts" } ] },
"female": { "entries": [ { "item": "sports_bra" }, { "item": "boxer_shorts" } ] }
}
}
]
2 changes: 1 addition & 1 deletion data/mods/Magiclysm/scenarios.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
{
"copy-from": "heli_crash",
"type": "scenario",
"extend": { "professions": [ "whitedeath_expy" ] },
"extend": { "professions": [ "whitedeath_expy", "elven_ceremonial_guard" ] },
"id": "heli_crash"
},
{
Expand Down

0 comments on commit 1d2c114

Please sign in to comment.