Skip to content

Commit

Permalink
whoever obsoleted this traits did it bad
Browse files Browse the repository at this point in the history
  • Loading branch information
GuardianDll authored Mar 29, 2024
1 parent 8d0368e commit e4b9eca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 32 deletions.
33 changes: 2 additions & 31 deletions data/mods/Aftershock/npcs/mutant_npcs/trait_groups.json
Original file line number Diff line number Diff line change
Expand Up @@ -1071,14 +1071,8 @@
"subtype": "collection",
"traits": [
{ "trait": "PATCHFUR", "prob": 50 },
{ "trait": "LEATHER_FEET", "prob": 50 },
{ "trait": "SKINFOLDS", "prob": 50 },
{ "trait": "HAULER", "prob": 50 },
{ "trait": "WEAKJOINTS", "prob": 50 },
{ "trait": "UPLIFTED" },
{ "trait": "ELEPHANTINE_SMELL", "prob": 50 },
{ "trait": "SPECAILIZED_DIET", "prob": 50 },
{ "trait": "ELEPHANTINE_SMELL", "prob": 50 },
{ "trait": "CRUSHINGFEET", "prob": 50 },
{ "trait": "HERBIVORE", "prob": 50 },
{ "trait": "FACEBUMPS", "prob": 50 }
Expand All @@ -1088,45 +1082,22 @@
"type": "trait_group",
"id": "trait_group_mastodon_nonthres",
"subtype": "collection",
"traits": [
{ "trait": "MUT_TANK", "prob": 50 },
{ "trait": "TUSKS", "prob": 50 },
{ "distribution": [ { "trait": "SHORTFUR" }, { "trait": "MEDIUMFUR" } ] }
]
"traits": [ { "trait": "TUSKS", "prob": 50 } ]
},
{
"type": "trait_group",
"id": "trait_group_mastodon_postthres",
"subtype": "collection",
"traits": [
{ "trait": "THRESH_MASTODON" },
{ "distribution": [ { "trait": "ELEPHANTINE" }, { "trait": "ELEPHANTINE_OK" } ] },
{ "trait": "MUT_TANK2", "prob": 50 },
{ "trait": "GIGANTIC", "prob": 20 },
{ "trait": "GIGANTIC_OK", "prob": 20 },
{ "trait": "TUSKS_POINTED", "prob": 50 },
{
"distribution": [
{ "trait": "TRUMPET" },
{ "collection": [ { "trait": "BIG_FOOD" }, { "trait": "LARGE_DIET" }, { "trait": "FLUSH" } ] }
]
}
]
"traits": [ { "trait": "THRESH_MASTODON" }, { "trait": "TUSKS_POINTED", "prob": 50 }, { "trait": "TRUMPET" } ]
},
{
"type": "trait_group",
"id": "trait_group_migo",
"subtype": "collection",
"traits": [
{ "trait": "PATCHFUR", "prob": 50 },
{ "trait": "LEATHER_FEET", "prob": 50 },
{ "trait": "SKINFOLDS", "prob": 50 },
{ "trait": "HAULER", "prob": 50 },
{ "trait": "WEAKJOINTS", "prob": 50 },
{ "trait": "UPLIFTED" },
{ "trait": "ELEPHANTINE_SMELL", "prob": 50 },
{ "trait": "SPECAILIZED_DIET", "prob": 50 },
{ "trait": "ELEPHANTINE_SMELL", "prob": 50 },
{ "trait": "CRUSHINGFEET", "prob": 50 },
{ "trait": "HERBIVORE", "prob": 50 },
{ "trait": "FACEBUMPS", "prob": 50 }
Expand Down
2 changes: 1 addition & 1 deletion data/mods/Aftershock/player/professions.json
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@
{ "level": 3, "name": "bashing" }
],
"proficiencies": [ "prof_batons_familiar", "prof_auto_pistols_familiar" ],
"traits": [ "PROF_SWAT", "UPLIFTED", "THRESH_MASTODON", "MUT_TANK", "TUSKS", "HUGE_OK" ],
"traits": [ "PROF_SWAT", "UPLIFTED", "THRESH_MASTODON", "TUSKS", "HUGE_OK" ],
"//": "Need to add XL gear for MASTODON's in more items.",
"items": {
"both": {
Expand Down

0 comments on commit e4b9eca

Please sign in to comment.