Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Magiclysm] Add Hy-Brasilean ambassadorial honor guard profession #74767

Merged
merged 2 commits into from
Jun 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading