Skip to content

Commit

Permalink
Alpha Social (CleverRaven#74304)
Browse files Browse the repository at this point in the history
* Alpha Social

* Update data/json/mutations/mutations.json

* Update data/json/mutations/mutations.json

* Update data/json/mutations/mutations.json

* Update data/json/mutations/mutations.json

* Apply suggestions from code review

* Update data/json/mutations/mutations.json

* Update data/json/mutations/mutations.json

* Update data/json/mutations/mutations.json

* Update data/json/mutations/mutations.json

* Update data/json/mutations/mutations.json

* Update data/json/mutations/mutations.json

* Apply suggestions from code review

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
Maleclypse and github-actions[bot] authored Aug 20, 2024
1 parent de745ea commit 5441d21
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions data/json/mutations/mutations.json
Original file line number Diff line number Diff line change
Expand Up @@ -10294,6 +10294,49 @@
"flags": [ "SOCIAL2" ],
"category": [ "CATTLE", "LUPINE", "MOUSE", "RAT", "CHIROPTERAN", "ELFA" ]
},
{
"type": "mutation",
"id": "AMOG",
"name": { "str": "Alpha Member of the Group" },
"points": 1,
"vitamin_cost": 160,
"types": [ "SOCIAL" ],
"cancels": [ "ASOCIAL1", "ASOCIAL2", "SOCIAL1", "SOCIAL2" ],
"description": "You are the natural leader of any group. It's just part of who you are, groups naturally form around you and you need these groups to energize you. Sometimes however, you give in to your worst impulses and this trait will flip.",
"starting_trait": true,
"mixed_effect": true,
"purifiable": false,
"flags": [ "SOCIAL2" ],
"category": [ "ALPHA" ],
"social_modifiers": { "intimidate": 5, "persuade": 15, "lie": 10 },
"triggers": [
[
{
"condition": { "or": [ { "math": [ "u_val('morale')", "<", "-75" ] }, { "math": [ "u_val('morale')", "<", "75" ] } ] }
}
],
[
{ "condition": { "or": [ { "math": [ "u_val('stim')", "<", "-50" ] }, { "math": [ "u_val('stim')", "<", "50" ] } ] } }
]
],
"transform": { "target": "DARK_TRIAD", "msg_transform": "You give in to your worst instincts.", "active": false, "moves": 10 }
},
{
"type": "mutation",
"id": "DARK_TRIAD",
"name": { "str": "Dark Triad" },
"types": [ "SOCIAL" ],
"cancels": [ "ASOCIAL1", "ASOCIAL2", "SOCIAL1", "SOCIAL2" ],
"description": "You are a god among mortals and they are all so very dissapointing. Why should you even bother to hide your dissapointment in their failures?",
"valid": false,
"mixed_effect": true,
"points": -1,
"flags": [ "ASOCIAL2" ],
"category": [ "ALPHA" ],
"triggers": [ [ { "condition": { "math": [ "time_since(u_transform_time)", ">", "time('36 h')" ] } } ] ],
"transform": { "target": "AMOG", "msg_transform": "Maybe you can make better decisions this time.", "active": false, "moves": 10 },
"social_modifiers": { "intimidate": -10, "persuade": -25, "lie": -15 }
},
{
"type": "mutation",
"id": "ASOCIAL1",
Expand Down

0 comments on commit 5441d21

Please sign in to comment.