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

Alpha Social #74304

Merged
merged 13 commits into from
Aug 20, 2024
66 changes: 66 additions & 0 deletions data/json/mutations/mutations.json
Original file line number Diff line number Diff line change
Expand Up @@ -10115,6 +10115,72 @@
"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" ] },
Maleclypse marked this conversation as resolved.
Show resolved Hide resolved
]
},
"msg_on": { "text": "You give in to your worst instincts.", "rating": "mixed" }
}
],
[
{
"condition": {
"or": [
{ "math": [ "u_val('stim')", "<", "-50" ] },
{ "math": [ "u_val('stim')", "<", "50" ] },
Maleclypse marked this conversation as resolved.
Show resolved Hide resolved
]
},
"msg_on": { "text": "You give in to your worst instincts.", "rating": "mixed" }
}
]
],
"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" },
"points": 1,
Maleclypse marked this conversation as resolved.
Show resolved Hide resolved
"vitamin_cost": 160,
Maleclypse marked this conversation as resolved.
Show resolved Hide resolved
"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,
Maleclypse marked this conversation as resolved.
Show resolved Hide resolved
"flags": [ "ASOCIAL2" ],
"category": [ "ALPHA" ],
"triggers": [
[
{
"condition": { "math": [ "time_since(u_transform_time)", ">", "time('36 h')" ] }
},
"msg_on": { "text": "As the well deserved shame of your behaviour finally sets in.", "rating": "good" }
Maleclypse marked this conversation as resolved.
Show resolved Hide resolved
}
]
],
"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
Loading