fix: spelling & events

This commit is contained in:
pwgen2155 2024-02-29 21:56:49 +11:00
parent f49563217d
commit 190c994dca
2 changed files with 12 additions and 14 deletions

View file

@ -7,7 +7,7 @@ C DIED... and isekai'd
# Godsends - these subtract from a player's time to level
G was sprinkled with fairy dust, or something...
G found am unreleased Anime BD
G found an unreleased Anime BD
G found the glorious wonders of linux
G met a friendly AB user, in the toilet
G rolled an SSS waifu
@ -24,11 +24,7 @@ Q1 decipher the fabled tablet of AnimeFriends
# Quest mode 2 - these are two-stage navigation quests
Q2 464 23 113 187 search for a hostage nymph and heal her broken spring
Q2 321 488 137 56 complete the Pisan pilgrimage from the shine of BakaBT to
AnimeBytes
Q2 304 269 70 417 secretly follow a Heroes part without being invited to join
them saving the world
Q2 447 432 359 318 travel to a tiny country village in Hokaido to start a
rebellion of Anime
Q2 326 31 246 133 must spring trapped girls from the dungeons of Altis and
return them to their rightful homes
Q2 321 488 137 56 complete the Pisan pilgrimage from the shine of BakaBT to AnimeBytes
Q2 304 269 70 417 secretly follow a Heroes part without being invited to join them saving the world
Q2 447 432 359 318 travel to a tiny country village in Hokaido to start a rebellion of Anime
Q2 326 31 246 133 must spring trapped girls from the dungeons of Altis and return them to their rightful homes

View file

@ -2121,7 +2121,7 @@ class DawdleBot(abstract.AbstractBot):
special_items = [SpecialItem(25, 50, 25, 'helm', "Stone Mask from JoJo",
"Your enemies quiver before your sacrificial device."),
SpecialItem(25, 50, 25, 'ring', "Howl's Ring of Love",
"Your lifeforce is are binded to a fair maiden "
"Your lifeforce is bounded to a fair maiden "
"What more could you ask for?"),
SpecialItem(30, 75, 25, 'tunic', "Mahou Shoujo Pantsu",
"Your enemies cower in fear as their attacks have no effect on you "
@ -2138,9 +2138,10 @@ class DawdleBot(abstract.AbstractBot):
SpecialItem(48, 250, 51, 'boots', "The Thigh Highs of Thighness",
"Your enemies are left choking on your dust as you run from them "
"very, very quickly."),
SpecialItem(25, 300, 51, 'weapon', "Jeff's Cluehammer of Doom",
SpecialItem(52, 300, 51, 'weapon', "Jeff's Cluelesshammer of Doom",
"It has bought doom to your enemies, your family, and your "
"possible friends. Gods error, in your favour")]
"possible friends. God mad a mistake, and you paid the price for it"
"In the end, it is just a hammer.")]
for si in special_items:
if player.level >= si.minlvl and rand.randomly('specitem_find', 40):
@ -2156,6 +2157,7 @@ class DawdleBot(abstract.AbstractBot):
self.notice(player.nick,
f"The light of the gods shines down upon you! You have "
f"found the S Tier {C('item')}level {ilvl} {si.name}{C()}! {si.flavor}")
self.chanmsg(f"{C('nick',player.name)} - S Tier Item Acquired"),
player.acquire_item(si.kind, ilvl, si.name)
self._db.write_players([player])
return
@ -2466,7 +2468,7 @@ class DawdleBot(abstract.AbstractBot):
self.chanmsg(f"{C('name', p.name)} encounters {C('name', combatant.name)} and bows humbly, knowing the end is neigh")
if rand.randomly('insult', 0, 2):
self.chanmsg(f"Their heads hit as if a comedy routine is playing out before our eyes"
"Hot and flusted their cheeks turn red from embarressment")
"Hot and flustered their cheeks turn red from embarrassment")
elif rand.randomly('move_player_combat', len(op)):
self.pvp_battle(p, combatant,
"come upon",
@ -2500,7 +2502,7 @@ class DawdleBot(abstract.AbstractBot):
f"been chosen by the gods to {new_quest.text}. Quest to end in "
f"{duration(quest_time)}.")
if rand.randomly('insult', 0, 2):
self.chanmsg(f"or, like, whenever... what's even the point? They only walk from here to there, anyone could do that"
self.chanmsg(f"or, like, whenever... what's even the point? They only walk from here to there, anyone could do that "
"I'm not like... going to join them or anything... not even if you asked")
log.info("Starting mode 1 quest with duration %s", duration(quest_time))
elif match[1] == '2':