Skip to content

Commit

Permalink
fix: Erased the npc Alonso from history (the game) (#3582)
Browse files Browse the repository at this point in the history
* Rewrite the records, alonso never existed

* Obsolete npc dialogue

* style(autofix.ci): automated formatting

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
  • Loading branch information
AniDemi and autofix-ci[bot] committed Nov 7, 2023
1 parent 56b8820 commit d0bdffe
Show file tree
Hide file tree
Showing 7 changed files with 61 additions and 64 deletions.
1 change: 0 additions & 1 deletion data/json/mapgen/refugee_center/refugee_center.json
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@
{ "class": "refugee_AleeshaSeward", "x": 35, "y": 7 },
{ "class": "refugee_PabloNunez", "x": 35, "y": 12 },
{ "class": "refugee_DanaNunez", "x": 35, "y": 13 },
{ "class": "refugee_AlonsoLautrec", "x": 40, "y": 23 },
{ "class": "refugee_MangalpreetSingh", "x": 40, "y": 5 },
{ "class": "refugee_MandeepSingh", "x": 41, "y": 5 },
{ "class": "refugee_GuneetSingh", "x": 43, "y": 4 },
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -324,8 +324,8 @@
"id": "TALK_REFUGEE_JENNY_Refugees2_Others",
"dynamic_line": {
"days_since_cataclysm": 80,
"yes": "Vanessa… I'm doing my best, I really am, but we just do not get along. One of these days one of us is probably going to brain the other with a tire iron, and I'm just grateful I spend more time around the tire irons. Uyen and Rhyzaea are both excellent people, and I genuinely like them, but I can't stand this ongoing political bullshit they've got going on. Alonso is just a… he's… there's no polite word for what he is. A lot of the others are fine with it, and okay, sure, I guess. John is a walking stereotype, but he's a great poker buddy. I admit I kinda like him.",
"no": "Vanessa… well, she's nice, I guess. I gotta say, she kinda drives me nuts, but we're in this together so I try not to be too harsh. Uyen and Rhyzaea both seem to want to run the show here, but I try to stay out of those politics and just focus on building stuff. I don't see much good coming of it. Alonso is fine, he's clearly interested in me, and also in every other single person here. Not my thing, in a group this small. John is a walking stereotype, I imagine there must be more depth to him, but I haven't seen it yet."
"yes": "Vanessa… I'm doing my best, I really am, but we just do not get along. One of these days one of us is probably going to brain the other with a tire iron, and I'm just grateful I spend more time around the tire irons. Uyen and Rhyzaea are both excellent people, and I genuinely like them, but I can't stand this ongoing political bullshit they've got going on. John is a walking stereotype, but he's a great poker buddy. I admit I kinda like him.",
"no": "Vanessa… well, she's nice, I guess. I gotta say, she kinda drives me nuts, but we're in this together so I try not to be too harsh. Uyen and Rhyzaea both seem to want to run the show here, but I try to stay out of those politics and just focus on building stuff. I don't see much good coming of it. John is a walking stereotype, I imagine there must be more depth to him, but I haven't seen it yet."
},
"responses": [
{ "text": "What was it you said earlier?", "topic": "TALK_NONE" },
Expand Down
58 changes: 58 additions & 0 deletions data/json/obsoletion/npc.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,5 +78,63 @@
{ "item": "5x50_100_mag", "count": 2, "charges": 100, "ammo-item": "5x50heavy" },
{ "item": "5x50heavy", "count": 8 }
]
},
{
"type": "npc",
"id": "refugee_AlonsoLautrec",
"name_unique": "Alonso Lautrec",
"gender": "male",
"name_suffix": "refugee",
"class": "NC_REFUGEE_Alonso",
"attitude": 0,
"mission": 7,
"chat": "TALK_DONE",
"faction": "free_merchants"
},
{
"type": "npc_class",
"id": "NC_REFUGEE_Alonso",
"name": { "str": "Refugee" },
"job_description": "I'm just trying to survive.",
"common": false,
"//": "Alonso wants to be the town bicycle, but isn't getting as much interest as he'd hoped. He'll trade a morale bonus for condoms.",
"bonus_str": { "rng": [ -2, 1 ] },
"bonus_dex": { "rng": [ -2, 4 ] },
"bonus_int": { "rng": [ -2, 2 ] },
"bonus_per": { "rng": [ -2, 2 ] },
"worn_override": "REFUGEE_Alonso_worn",
"carry_override": "REFUGEE_Alonso_carried",
"weapon_override": "REFUGEE_Alonso_wield",
"traits": [ { "trait": "PRETTY" }, { "group": "Appearance_demographics" } ],
"skills": [
{ "skill": "ALL", "level": { "mul": [ { "one_in": 3 }, { "sum": [ { "dice": [ 2, 2 ] }, { "rng": [ 0, -5 ] } ] } ] } },
{ "skill": "barter", "bonus": { "rng": [ 0, 1 ] } }
]
},
{
"type": "item_group",
"id": "REFUGEE_Alonso_worn",
"subtype": "collection",
"entries": [
{ "item": "boxer_briefs" },
{ "item": "socks" },
{ "item": "tshirt" },
{ "item": "pants_leather" },
{ "item": "jacket_leather" },
{ "item": "fancy_sunglasses" },
{ "item": "dress_shoes" }
]
},
{
"type": "item_group",
"id": "REFUGEE_Alonso_carried",
"subtype": "collection",
"entries": [ { "item": "mag_porn" }, { "item": "vibrator" }, { "item": "condom" } ]
},
{
"type": "item_group",
"id": "REFUGEE_Alonso_wield",
"subtype": "collection",
"entries": [ { "item": "cudgel" } ]
}
]
Original file line number Diff line number Diff line change
@@ -1,62 +1,4 @@
[
{
"type": "npc",
"id": "refugee_AlonsoLautrec",
"name_unique": "Alonso Lautrec",
"gender": "male",
"name_suffix": "refugee",
"class": "NC_REFUGEE_Alonso",
"attitude": 0,
"mission": 7,
"chat": "TALK_REFUGEE_Alonso_1",
"faction": "free_merchants"
},
{
"type": "npc_class",
"id": "NC_REFUGEE_Alonso",
"name": { "str": "Refugee" },
"job_description": "I'm just trying to survive.",
"common": false,
"//": "Alonso wants to be the town bicycle, but isn't getting as much interest as he'd hoped. He'll trade a morale bonus for condoms.",
"bonus_str": { "rng": [ -2, 1 ] },
"bonus_dex": { "rng": [ -2, 4 ] },
"bonus_int": { "rng": [ -2, 2 ] },
"bonus_per": { "rng": [ -2, 2 ] },
"worn_override": "REFUGEE_Alonso_worn",
"carry_override": "REFUGEE_Alonso_carried",
"weapon_override": "REFUGEE_Alonso_wield",
"traits": [ { "trait": "PRETTY" }, { "group": "Appearance_demographics" } ],
"skills": [
{ "skill": "ALL", "level": { "mul": [ { "one_in": 3 }, { "sum": [ { "dice": [ 2, 2 ] }, { "rng": [ 0, -5 ] } ] } ] } },
{ "skill": "barter", "bonus": { "rng": [ 0, 1 ] } }
]
},
{
"type": "item_group",
"id": "REFUGEE_Alonso_worn",
"subtype": "collection",
"entries": [
{ "item": "boxer_briefs" },
{ "item": "socks" },
{ "item": "tshirt" },
{ "item": "pants_leather" },
{ "item": "jacket_leather" },
{ "item": "fancy_sunglasses" },
{ "item": "dress_shoes" }
]
},
{
"type": "item_group",
"id": "REFUGEE_Alonso_carried",
"subtype": "collection",
"entries": [ { "item": "mag_porn" }, { "item": "vibrator" }, { "item": "condom" } ]
},
{
"type": "item_group",
"id": "REFUGEE_Alonso_wield",
"subtype": "collection",
"entries": [ { "item": "cudgel" } ]
},
{
"type": "talk_topic",
"//": "common talk responses",
Expand Down
3 changes: 1 addition & 2 deletions data/mods/DinoMod/snippets/grave_labels.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@
"Life did not find a way.",
"The greatest dinosaur expert of our times. Crushed to death by an apatosaurus.",
"Fool hid in a cardboard box from a deinonychus, shouting Dino Dave! Didn't work.",
"Here lies a dinosaur, don't know what kind. Hated shovels.",
"Alonso did not know her, but she was beautiful and majestic and she deserved the proper burial. Alonso will remember this dinosaur for some of the time."
"Here lies a dinosaur, don't know what kind. Hated shovels."
]
}
]
1 change: 0 additions & 1 deletion data/mods/No_Hope/Mapgen/refugee_center.json
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@
{ "class": "refugee_AleeshaSeward", "x": 35, "y": 7 },
{ "class": "refugee_PabloNunez", "x": 35, "y": 12 },
{ "class": "refugee_DanaNunez", "x": 35, "y": 13 },
{ "class": "refugee_AlonsoLautrec", "x": 40, "y": 23 },
{ "class": "refugee_MangalpreetSingh", "x": 40, "y": 5 },
{ "class": "refugee_MandeepSingh", "x": 41, "y": 5 },
{ "class": "refugee_GuneetSingh", "x": 43, "y": 4 },
Expand Down

0 comments on commit d0bdffe

Please sign in to comment.