diff --git a/vocab.txt b/vocab.txt index 866031c..272ee4b 100644 --- a/vocab.txt +++ b/vocab.txt @@ -1,6 +1,6 @@ # Game Characters オリヴィア (Olivia) - Female; protagonist knight (Actors.json ID 1); resolute and commanding; often reflects internally on situations; takes charge in crisis -ジェド (Jed) - Male; thief companion (Actors.json ID 10); class-based identity; level 40 +ジェド (Jed) - Male; bandit companion (Actors.json ID 10); class-based identity; level 40 ノルン (Norn) - Female; adventurer ally (Actors.json ID 11-13); experienced warrior; frequently referenced as reliable and capable; level 30 聖職者 (Cleric) - Generic clerical character (Actors.json ID 12); provides spiritual support; female presentation イリア (Ilia) - Female; knight class warrior (Actors.json ID 24); referenced in dialogue by other characters @@ -28,13 +28,13 @@ ヘンゲル (Hengel) 住人 (Resident) フェラ怪人 (Blowjob Monster) -盗賊 (Thief) +盗賊 (Bandit) ジェド (Jed) アディ (Addy) -盗賊A (Thief A) -盗賊B (Thief B) -盗賊C (Thief C) -盗賊D (Thief D) +盗賊A (Bandit A) +盗賊B (Bandit B) +盗賊C (Bandit C) +盗賊D (Bandit D) 少年 (Boy) 住民 (Villager) エーベスト (Ebest) @@ -49,7 +49,7 @@ 昔なじみの住人 (Old Acquaintance Resident) ドニー (Donnie) ノルン (Norn) -盗賊2 (Thief 2) +盗賊2 (Bandit 2) 横柄な男 (Arrogant Man) 取り巻き男1 (Follower Man 1) 取り巻き2 (Follower Man 2) @@ -67,8 +67,8 @@ 娘 (Daughter) 兵士 (Soldier) 住人の息子 (Resident's Son) -盗賊1 (Thief 1) -盗賊3 (Thief 3) +盗賊1 (Bandit 1) +盗賊3 (Bandit 3) ドクン (Dokun) クルス (Krus) 少女 (Girl) @@ -100,7 +100,7 @@ 客 (Customer) 売られた娘 (Sold Daughter) 店員 (Clerk) -盗賊達 (Thieves) +盗賊達 (Bandits) 酔っ払い (Drunkard) おじいさん (Old Man) 男1 (Man 1) @@ -304,7 +304,7 @@ ME 音量 (ME Volume) 剣士  (Swordsman) 魔術師 (Mage) 僧侶 (Priest) -盗賊 (Thief) +盗賊 (Bandit) ザコ (Weakling) 住人 (Resident) 槍術士 (Lancer) @@ -317,7 +317,7 @@ ME 音量 (ME Volume) こうもり (Bat) スライム (Slime) フェラ怪人 (Blowjob Monster) -盗賊 (Thief) +盗賊 (Bandit) ワーム (Worm) ワーム2 (Worm 2) ゴースト (Ghost) @@ -397,7 +397,7 @@ ME 音量 (ME Volume) 列男家 (Retsuo's House) 民家 犬 (House Dog) 休憩場所 (Rest Area) -盗賊の拠点 (Thieves' Hideout) +盗賊の拠点 (Bandits' Hideout) 虫の巣窟1.2 (Worm Nest 1.2) 虫の巣窟7 (Insect Nest 7) ピッグマンの住処 (Pigman's Lair) @@ -419,7 +419,7 @@ ME 音量 (ME Volume) 中間拠点の狭間 (Between Mid-Base Points) 中間地点ピッグマン (Midpoint Pigman) テント内+ジェド (Inside Tent + Jed) -盗賊のアジト (Thief's Hideout) +盗賊のアジト (Bandits' Hideout) 廃墟の民家 (Ruined House) 夢の中 (Inside a Dream) 夢の下 (Below the Dream) @@ -445,12 +445,12 @@ ME 音量 (ME Volume) 岩の洞窟 (Rock Cave) 蟲の地下 (Worms' Underground) ダンジョンコア (Dungeon Core) -虫の巣窟1.2 盗賊 (Worm Nest 1.2 Thief) -虫の巣窟1右 盗賊 (Worm Nest 1 Right Thief) -虫の巣窟1.6 盗賊 (Worm Nest 1.6 Thief) +虫の巣窟1.2 盗賊 (Worm Nest 1.2 Bandit) +虫の巣窟1右 盗賊 (Worm Nest 1 Right Bandit) +虫の巣窟1.6 盗賊 (Worm Nest 1.6 Bandit) エーベストの都市 (Ebest's City) 過去イベント (Past Event) -展望台(盗賊) (Observation Deck (Thief)) +展望台(盗賊) (Observation Deck (Bandit)) カジノ (Casino) 鉱山 (Mine) 民家集合 (Residential Area) @@ -480,7 +480,7 @@ ME 音量 (ME Volume) イリアの家 (Ilia's House) イリアが居る森 (Forest Where Ilia Is) 廃墟 (Ruins) -酒場「盗賊イベ」 (Tavern "Thief Event") +酒場「盗賊イベ」 (Tavern "Bandit Event") 避難地「住人懐柔」 (Refuge "Pacifying Residents") テント (Tent) 列男家 並ぶイベ 最初 (Retsuo House - Queue Event - Start) diff --git a/www/data/Actors.json b/www/data/Actors.json index cada36a..c860d0c 100644 --- a/www/data/Actors.json +++ b/www/data/Actors.json @@ -524,7 +524,7 @@ "traits": [], "initialLevel": 20, "maxLevel": 99, - "name": "Thief", + "name": "Bandit", "nickname": "", "note": "", "profile": "" diff --git a/www/data/Classes.json b/www/data/Classes.json index aa3d611..2815287 100644 --- a/www/data/Classes.json +++ b/www/data/Classes.json @@ -3664,7 +3664,7 @@ "skillId": 49 } ], - "name": "Thief", + "name": "Bandit", "note": "", "params": [ [ @@ -11591,7 +11591,7 @@ "skillId": 8 } ], - "name": "Thief", + "name": "Bandit", "note": "", "params": [ [ diff --git a/www/data/CommonEvents.json b/www/data/CommonEvents.json index 25953eb..32e931e 100644 --- a/www/data/CommonEvents.json +++ b/www/data/CommonEvents.json @@ -70129,7 +70129,7 @@ "code": 401, "indent": 0, "parameters": [ - "Despite wearing fine clothes, the incongruity of\ncalmly wearing garments that hadn't been washed\nfor days made it clear at a glance that she was a\nthief." + "Despite wearing fine clothes, the incongruity of\ncalmly wearing garments that hadn't been washed\nfor days made it clear at a glance that he was a\nbandit." ] }, { @@ -70565,7 +70565,7 @@ "code": 401, "indent": 0, "parameters": [ - "No matter how many thieves surrounded her, if she\nhad been able to use her true strength, the\ndifference would have been obvious." + "No matter how many bandits surrounded her, if she\nhad been able to use her true strength, the\ndifference would have been obvious." ] }, { @@ -70630,7 +70630,7 @@ "code": 401, "indent": 0, "parameters": [ - "However, with her consciousness stolen by the\nthieves, Olivia couldn't resist at all and had all\nher clothes stripped away." + "However, with her consciousness stolen by the\nbandits, Olivia couldn't resist at all and had all\nher clothes stripped away." ] }, { @@ -70702,7 +70702,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -70798,7 +70798,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -71040,7 +71040,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -71112,14 +71112,14 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { "code": 401, "indent": 0, "parameters": [ - "\"Either way, this is prime goods even we thieves\ncan't even lick.\"" + "\"Either way, this is prime goods even we bandits\ncan't even lick.\"" ] }, { @@ -71855,7 +71855,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -72129,7 +72129,7 @@ "code": 401, "indent": 0, "parameters": [ - "The thieves held the power of life and death over\nOlivia, their spoils of war." + "The bandits held the power of life and death over\nOlivia, their spoils of war." ] }, { @@ -73216,7 +73216,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -74452,7 +74452,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -74565,7 +74565,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -81591,7 +81591,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -81622,7 +81622,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -81755,7 +81755,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -82346,7 +82346,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -82490,7 +82490,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -83262,7 +83262,7 @@ "code": 401, "indent": 0, "parameters": [ - "The moment the thief exposed his lower body,\nOlivia collapsed to her knees." + "The moment the bandit exposed his lower body,\nOlivia collapsed to her knees." ] }, { @@ -83368,7 +83368,7 @@ "code": 401, "indent": 0, "parameters": [ - "As if drawn in, she leaned against the thief, who\nlooked down at her with a smirk." + "As if drawn in, she leaned against the bandit, who\nlooked down at her with a smirk." ] }, { @@ -83474,7 +83474,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -84373,7 +84373,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -87035,7 +87035,7 @@ "code": 401, "indent": 0, "parameters": [ - "(It's the enemy, not the penis! And he's a thief!)" + "(It's the enemy, not the penis! And he's a bandit!)" ] }, { @@ -87503,7 +87503,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -88142,7 +88142,7 @@ "code": 401, "indent": 0, "parameters": [ - "The thief muttered under his breath, but Olivia\ndidn't catch it." + "The bandit muttered under his breath, but Olivia\ndidn't catch it." ] }, { @@ -88248,7 +88248,7 @@ "code": 401, "indent": 0, "parameters": [ - "Though she rejected the threat, she still couldn't\nlook away from the exposed cock, and as long as\nthe thief kept it out, Olivia couldn't move." + "Though she rejected the threat, she still couldn't\nlook away from the exposed cock, and as long as\nthe bandit kept it out, Olivia couldn't move." ] }, { @@ -88354,7 +88354,7 @@ "code": 401, "indent": 0, "parameters": [ - "Sensing this, the thief smirked defiantly." + "Sensing this, the bandit smirked defiantly." ] }, { @@ -88460,7 +88460,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -88596,7 +88596,7 @@ "code": 401, "indent": 0, "parameters": [ - "The thief grabbed his cock and began stroking it." + "The bandit grabbed his cock and began stroking it." ] }, { @@ -88838,7 +88838,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -89064,7 +89064,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -89313,7 +89313,7 @@ "code": 401, "indent": 0, "parameters": [ - "The thief was right; all she had to do was step\naside. It wasn't difficult." + "The bandit was right; all she had to do was step\naside. It wasn't difficult." ] }, { @@ -90191,7 +90191,7 @@ "code": 401, "indent": 0, "parameters": [ - "Having broken free from the temptation of fellatio\nand gained some composure, she gave in a little to\nher lust and momentarily forgot to run away from\nthe thief." + "Having broken free from the temptation of fellatio\nand gained some composure, she gave in a little to\nher lust and momentarily forgot to run away from\nthe bandit." ] }, { @@ -90433,7 +90433,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -90682,7 +90682,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -90924,7 +90924,7 @@ "code": 401, "indent": 0, "parameters": [ - "A thief invading the village, and a knight who was\nsupposed to defeat him." + "A bandit invading the village, and a knight who was\nsupposed to defeat him." ] }, { @@ -91030,7 +91030,7 @@ "code": 401, "indent": 0, "parameters": [ - "Forgetting her own position, Olivia found herself\nstaring intently at the thief's masturbation." + "Forgetting her own position, Olivia found herself\nstaring intently at the bandit's masturbation." ] }, { @@ -91249,7 +91249,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -91498,7 +91498,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -92549,7 +92549,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -92775,7 +92775,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -93024,7 +93024,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -93409,7 +93409,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -93847,7 +93847,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -94096,7 +94096,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -95649,7 +95649,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -97000,7 +97000,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -97167,7 +97167,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -97239,7 +97239,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -98041,7 +98041,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -98585,7 +98585,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -98804,7 +98804,7 @@ "code": 401, "indent": 0, "parameters": [ - "For the thief, who was just recklessly thrusting\nand opening his mouth slackly to release his lust,\nthis was surely the taste of victory's sweet wine." + "For the bandit, who was just recklessly thrusting\nand opening his mouth slackly to release his lust,\nthis was surely the taste of victory's sweet wine." ] }, { @@ -99489,7 +99489,7 @@ "code": 401, "indent": 0, "parameters": [ - "And above all, the worst part was that she had\nbeen responding to that thief's brutal violation\nwith sweet moans." + "And above all, the worst part was that she had\nbeen responding to that bandit's brutal violation\nwith sweet moans." ] }, { @@ -100652,7 +100652,7 @@ "code": 401, "indent": 0, "parameters": [ - "She was confident that if she could just act on\nany of them, she could easily neutralize the\nthief." + "She was confident that if she could just act on\nany of them, she could easily neutralize the\nbandit." ] }, { @@ -100864,7 +100864,7 @@ "code": 401, "indent": 0, "parameters": [ - "That \"fear\" from before had carved a deep trauma\ninto Olivia, making her lose to the thief now." + "That \"fear\" from before had carved a deep trauma\ninto Olivia, making her lose to the bandit now." ] }, { @@ -101328,7 +101328,7 @@ "code": 401, "indent": 0, "parameters": [ - "More than anything, the fact that she was still\npretending to be unconscious and accepting the\nthief's cock told the whole story." + "More than anything, the fact that she was still\npretending to be unconscious and accepting the\nbandit's cock told the whole story." ] }, { @@ -102220,7 +102220,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -102356,7 +102356,7 @@ "code": 401, "indent": 0, "parameters": [ - "The thief muttered to himself. He probably became\nsuspicious because she regained consciousness and\nstopped the moans she had been unconsciously\nletting out." + "The bandit muttered to himself. He probably became\nsuspicious because she regained consciousness and\nstopped the moans she had been unconsciously\nletting out." ] }, { @@ -102462,7 +102462,7 @@ "code": 401, "indent": 0, "parameters": [ - "But Olivia felt a terror grip her heart as if it\nwere being grabbed tightly by the thief's hand at\nsuch a trivial doubt." + "But Olivia felt a terror grip her heart as if it\nwere being grabbed tightly by the bandit's hand at\nsuch a trivial doubt." ] }, { @@ -102810,7 +102810,7 @@ "code": 401, "indent": 0, "parameters": [ - "Even a small inconsistency would easily expose\nOlivia's not-so-perfect act, even to someone other\nthan the thief." + "Even a small inconsistency would easily expose\nOlivia's not-so-perfect act, even to someone other\nthan the bandit." ] }, { @@ -104013,7 +104013,7 @@ "code": 401, "indent": 0, "parameters": [ - "To make it sound natural, she convinced herself\nthat the stimulation of her womb bouncing was\npleasure and accepted the thief's cock." + "To make it sound natural, she convinced herself\nthat the stimulation of her womb bouncing was\npleasure and accepted the bandit's cock." ] }, { @@ -105190,7 +105190,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -105416,7 +105416,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -106202,7 +106202,7 @@ "code": 401, "indent": 0, "parameters": [ - "As a maiden, she averted her eyes from the\nshameful feelings of enjoying the thief's\nviolation, wanting to deny it even if only in\nappearance." + "As a maiden, she averted her eyes from the\nshameful feelings of enjoying the bandit's\nviolation, wanting to deny it even if only in\nappearance." ] }, { @@ -107216,7 +107216,7 @@ "code": 401, "indent": 0, "parameters": [ - "The thief's cock and overflowing juices mixed,\nechoing obscene sounds." + "The bandit's cock and overflowing juices mixed,\nechoing obscene sounds." ] }, { @@ -107862,7 +107862,7 @@ "code": 401, "indent": 0, "parameters": [ - "Each time the thief pushed, his back scraped\nroughly against the ground, leaving scratches, but\nit was no longer something to worry about." + "Each time the bandit pushed, his back scraped\nroughly against the ground, leaving scratches, but\nit was no longer something to worry about." ] }, { @@ -107968,7 +107968,7 @@ "code": 401, "indent": 0, "parameters": [ - "She squinted at the thief's face looming over her\nand writhed her hips." + "She squinted at the bandit's face looming over her\nand writhed her hips." ] }, { @@ -108180,7 +108180,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -108406,7 +108406,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -108519,7 +108519,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -108768,7 +108768,7 @@ "code": 401, "indent": 0, "parameters": [ - "Overwhelmed by the overwhelming pleasure, Olivia\nresponded with gasps to the thief's filthy\nproposal." + "Overwhelmed by the overwhelming pleasure, Olivia\nresponded with gasps to the bandit's filthy\nproposal." ] }, { @@ -108874,7 +108874,7 @@ "code": 401, "indent": 0, "parameters": [ - "Olivia was so thoroughly undone that she could no\nlonger deny how she was perceived, her body\nreacting to the thief's words like a prostitute's." + "Olivia was so thoroughly undone that she could no\nlonger deny how she was perceived, her body\nreacting to the bandit's words like a prostitute's." ] }, { @@ -109192,7 +109192,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -109441,7 +109441,7 @@ "code": 401, "indent": 0, "parameters": [ - "At the thief's words, Olivia reached the peak of\npleasure." + "At the bandit's words, Olivia reached the peak of\npleasure." ] }, { @@ -110847,7 +110847,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -110960,7 +110960,7 @@ "code": 401, "indent": 0, "parameters": [ - "The thief looked at the semen dripping thickly\nfrom his cock and smiled with satisfaction." + "The bandit looked at the semen dripping thickly\nfrom his cock and smiled with satisfaction." ] }, { @@ -111066,7 +111066,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -111451,7 +111451,7 @@ "code": 401, "indent": 0, "parameters": [ - "Olivia said nothing to the thief who looked down\non her mockingly. She couldn't answer." + "Olivia said nothing to the bandit who looked down\non her mockingly. She couldn't answer." ] }, { @@ -111557,7 +111557,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -111670,7 +111670,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -111783,7 +111783,7 @@ "code": 401, "indent": 0, "parameters": [ - "The thief muttered that like a soliloquy and left\nOlivia lying there." + "The bandit muttered that like a soliloquy and left\nOlivia lying there." ] }, { @@ -113271,14 +113271,14 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { "code": 401, "indent": 0, "parameters": [ - "\"Hey, hey, pathetic. That's not something a\nknight-sama should be saying to a thief.\"" + "\"Hey, hey, pathetic. That's not something a\nknight-sama should be saying to a bandit.\"" ] }, { @@ -113343,7 +113343,7 @@ "code": 401, "indent": 0, "parameters": [ - "The thief looked down at Olivia and scolded her." + "The bandit looked down at Olivia and scolded her." ] }, { @@ -113656,7 +113656,7 @@ "code": 401, "indent": 0, "parameters": [ - "From the bottom of her heart, without any\ncalculation, Olivia kept flattering the strong\nthief to win his favor." + "From the bottom of her heart, without any\ncalculation, Olivia kept flattering the strong\nbandit to win his favor." ] }, { @@ -113800,7 +113800,7 @@ "code": 401, "indent": 0, "parameters": [ - "\"A warrior who can't even scratch a thief isn't\neven a knight.\"" + "\"A warrior who can't even scratch a bandit isn't\neven a knight.\"" ] }, { @@ -113872,7 +113872,7 @@ "code": 401, "indent": 0, "parameters": [ - "\"That's why I'm offering my free pussy to the\nthief-sama to be forgiven...\"" + "\"That's why I'm offering my free pussy to the\nbandit-sama to be forgiven...\"" ] }, { @@ -114510,7 +114510,7 @@ "code": 401, "indent": 0, "parameters": [ - "Even though she could have avoided the thief and\nmoved without being found, she didn't want to face\nthe fear of being caught and blamed." + "Even though she could have avoided the bandit and\nmoved without being found, she didn't want to face\nthe fear of being caught and blamed." ] }, { @@ -114728,7 +114728,7 @@ "code": 401, "indent": 0, "parameters": [ - "I could never admit, even if my mouth were torn\napart, that using my body and simply keeping the\nthief in a good mood was overwhelmingly easier and\nsimpler for Olivia." + "I could never admit, even if my mouth were torn\napart, that using my body and simply keeping the\nbandit in a good mood was overwhelmingly easier and\nsimpler for Olivia." ] }, { @@ -114874,7 +114874,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -115169,7 +115169,7 @@ "code": 401, "indent": 0, "parameters": [ - "The thief spread Olivia's legs and without\nhesitation thrust his filthy, fully erect cock\ninside her." + "The bandit spread Olivia's legs and without\nhesitation thrust his filthy, fully erect cock\ninside her." ] }, { @@ -115624,7 +115624,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -115850,7 +115850,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -116099,7 +116099,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -116348,7 +116348,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -116885,7 +116885,7 @@ "code": 401, "indent": 0, "parameters": [ - "She couldn't pretend or put up a front; it would\nturn into the \"mutual enjoyment\" the thief spoke\nof." + "She couldn't pretend or put up a front; it would\nturn into the \"mutual enjoyment\" the bandit spoke\nof." ] }, { @@ -116991,7 +116991,7 @@ "code": 401, "indent": 0, "parameters": [ - "Still, to satisfy the thief. If the \"stronger one\"\nbefore her desired it..." + "Still, to satisfy the bandit. If the \"stronger one\"\nbefore her desired it..." ] }, { @@ -117445,7 +117445,7 @@ "code": 401, "indent": 0, "parameters": [ - "Perhaps pleased by this, the thief quickened his\nthrusts and attacked Olivia even harder." + "Perhaps pleased by this, the bandit quickened his\nthrusts and attacked Olivia even harder." ] }, { @@ -117551,7 +117551,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -117777,7 +117777,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -118321,7 +118321,7 @@ "code": 401, "indent": 0, "parameters": [ - "Still, the reason she kept uttering lewd words\nwas, in a way, a \"loyalty\" to make the thief enjoy\nhimself even more deeply." + "Still, the reason she kept uttering lewd words\nwas, in a way, a \"loyalty\" to make the bandit enjoy\nhimself even more deeply." ] }, { @@ -118427,7 +118427,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -118676,7 +118676,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -119015,7 +119015,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -119264,7 +119264,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -119490,7 +119490,7 @@ "code": 401, "indent": 0, "parameters": [ - "Echoing the thief's words, she uttered vulgar\nlanguage unbefitting a noble." + "Echoing the bandit's words, she uttered vulgar\nlanguage unbefitting a noble." ] }, { @@ -120020,7 +120020,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -120269,7 +120269,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -120707,7 +120707,7 @@ "code": 401, "indent": 0, "parameters": [ - "If that \"strong one,\" the thief, was pleased, she\nwould expose any shame." + "If that \"strong one,\" the bandit, was pleased, she\nwould expose any shame." ] }, { @@ -121025,7 +121025,7 @@ "code": 401, "indent": 0, "parameters": [ - "In the moment of sharing pleasure and fun with the\nthief, the exhilaration of belonging to that inner\ncircle of the \"strong one\" was the only pleasure\nshe gained by forsaking her pride as a knight." + "In the moment of sharing pleasure and fun with the\nbandit, the exhilaration of belonging to that inner\ncircle of the \"strong one\" was the only pleasure\nshe gained by forsaking her pride as a knight." ] }, { @@ -121267,7 +121267,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -121380,7 +121380,7 @@ "code": 401, "indent": 0, "parameters": [ - "Olivia's body, craving the excellent \"strong one\"\nthe thief spoke of, writhed as her vaginal walls\nsought to accept fresh, superior sperm, twisting\nwildly around his shaft deep inside her." + "Olivia's body, craving the excellent \"strong one\"\nthe bandit spoke of, writhed as her vaginal walls\nsought to accept fresh, superior sperm, twisting\nwildly around his shaft deep inside her." ] }, { @@ -122125,7 +122125,7 @@ "code": 401, "indent": 0, "parameters": [ - "\"Please cum inside me♡♡ With that hard, powerful\ncock of yours, thief-sama, destroy this pathetic\nweakling female knight's perverted pussy who can\nonly offer her body♡♡♡\"" + "\"Please cum inside me♡♡ With that hard, powerful\ncock of yours, bandit-sama, destroy this pathetic\nweakling female knight's perverted pussy who can\nonly offer her body♡♡♡\"" ] }, { @@ -122443,7 +122443,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -122763,7 +122763,7 @@ "code": 401, "indent": 0, "parameters": [ - "Feeling the thief's hand gently stroking her head\nas if praising the utterly exhausted Olivia, she\ncontinued cleaning up." + "Feeling the bandit's hand gently stroking her head\nas if praising the utterly exhausted Olivia, she\ncontinued cleaning up." ] }, { @@ -122869,7 +122869,7 @@ "code": 401, "indent": 0, "parameters": [ - "To be used comfortably again, to bring him\npleasure, she cheerfully welcomed the thief with\nall her charm." + "To be used comfortably again, to bring him\npleasure, she cheerfully welcomed the bandit with\nall her charm." ] }, { @@ -123275,7 +123275,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -123524,7 +123524,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -124121,7 +124121,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -124370,7 +124370,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -125571,7 +125571,7 @@ "code": 401, "indent": 0, "parameters": [ - "(Serving the enemy thief... it's all because of\nthe parasites♡♡)" + "(Serving the enemy bandit... it's all because of\nthe parasites♡♡)" ] }, { @@ -126172,7 +126172,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -128418,7 +128418,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -129050,7 +129050,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -129624,7 +129624,7 @@ "code": 401, "indent": 0, "parameters": [ - "She could feel from the cock how much pleasure\neach thief was getting." + "She could feel from the cock how much pleasure\neach bandit was getting." ] }, { @@ -130076,7 +130076,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -130316,7 +130316,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -130678,7 +130678,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -130927,7 +130927,7 @@ "code": 401, "indent": 0, "parameters": [ - "Olivia rapidly improved, listening to the thief's\nadvice." + "Olivia rapidly improved, listening to the bandit's\nadvice." ] }, { @@ -131755,7 +131755,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -132009,7 +132009,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -132136,7 +132136,7 @@ "code": 401, "indent": 0, "parameters": [ - "The thief grimaced as if shouting." + "The bandit grimaced as if shouting." ] }, { @@ -133896,7 +133896,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -134609,7 +134609,7 @@ "code": 401, "indent": 0, "parameters": [ - "The thief groaned but ejaculated deep into\nOlivia's mouth as if being drained." + "The bandit groaned but ejaculated deep into\nOlivia's mouth as if being drained." ] }, { @@ -137120,7 +137120,7 @@ "code": 401, "indent": 0, "parameters": [ - "The thief muttered in disbelief as he watched\nOlivia's shameful orgasmic face, still holding his\ncock in her mouth." + "The bandit muttered in disbelief as he watched\nOlivia's shameful orgasmic face, still holding his\ncock in her mouth." ] }, { @@ -137267,7 +137267,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -137688,7 +137688,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -138175,7 +138175,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -146045,7 +146045,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief A" + "Bandit A" ] }, { @@ -146112,7 +146112,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief A" + "Bandit A" ] }, { @@ -146143,7 +146143,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief B" + "Bandit B" ] }, { @@ -146174,7 +146174,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief C" + "Bandit C" ] }, { @@ -146205,7 +146205,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief A" + "Bandit A" ] }, { @@ -146236,7 +146236,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief B" + "Bandit B" ] }, { @@ -146267,7 +146267,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief D" + "Bandit D" ] }, { @@ -146881,7 +146881,7 @@ "code": 401, "indent": 0, "parameters": [ - "Even as the thief spat on her crushed head, Olivia\ncouldn't grasp the reality of the situation." + "Even as the bandit spat on her crushed head, Olivia\ncouldn't grasp the reality of the situation." ] }, { @@ -147206,7 +147206,7 @@ "code": 401, "indent": 0, "parameters": [ - "The overwhelming gap in power between a mere thief\nand Olivia was something that shouldn't shrink, no\nmatter how complacent she got or how worn down\nfrom continuous battles she was." + "The overwhelming gap in power between a mere bandit\nand Olivia was something that shouldn't shrink, no\nmatter how complacent she got or how worn down\nfrom continuous battles she was." ] }, { @@ -147872,7 +147872,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief A" + "Bandit A" ] }, { @@ -148303,7 +148303,7 @@ "code": 401, "indent": 0, "parameters": [ - "An act that no one had ever touched before,\nsomething only a special person in this world\nshould have been able to enjoy― the thief trampled\nit mercilessly with dirty boots." + "An act that no one had ever touched before,\nsomething only a special person in this world\nshould have been able to enjoy― the bandit trampled\nit mercilessly with dirty boots." ] }, { @@ -148545,7 +148545,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief B" + "Bandit B" ] }, { @@ -149331,7 +149331,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief C" + "Bandit C" ] }, { @@ -149686,7 +149686,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief D" + "Bandit D" ] }, { @@ -149799,7 +149799,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief A" + "Bandit A" ] }, { @@ -149912,7 +149912,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief C" + "Bandit C" ] }, { @@ -150025,7 +150025,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief A" + "Bandit A" ] }, { @@ -150138,7 +150138,7 @@ "code": 401, "indent": 0, "parameters": [ - "Just as a thief tried to climb on top of Olivia,\nanother thief stopped him." + "Just as a bandit tried to climb on top of Olivia,\nanother bandit stopped him." ] }, { @@ -150456,7 +150456,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief A" + "Bandit A" ] }, { @@ -150569,7 +150569,7 @@ "code": 401, "indent": 0, "parameters": [ - "Looking up at the thief grinning with yellowed\nteeth, Olivia clenched her teeth and tasted the\nfear of the cruel act about to be done." + "Looking up at the bandit grinning with yellowed\nteeth, Olivia clenched her teeth and tasted the\nfear of the cruel act about to be done." ] }, { @@ -150931,7 +150931,7 @@ "code": 401, "indent": 0, "parameters": [ - "(And this is the result? To be taken by such\nlow-level thieves... I... I...)" + "(And this is the result? To be taken by such\nlow-level bandits... I... I...)" ] }, { @@ -151945,7 +151945,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief A" + "Bandit A" ] }, { @@ -152302,7 +152302,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief A" + "Bandit A" ] }, { @@ -152462,7 +152462,7 @@ "code": 401, "indent": 0, "parameters": [ - "Olivia's accumulated pride is offered as fuel for\nthe pleasure of ignorant thieves." + "Olivia's accumulated pride is offered as fuel for\nthe pleasure of ignorant bandits." ] }, { @@ -152657,7 +152657,7 @@ "code": 401, "indent": 0, "parameters": [ - "As if hammered that she is the weak one, the\nthieves' unrestrained thrusting begins." + "As if hammered that she is the weak one, the\nbandits' unrestrained thrusting begins." ] }, { @@ -152734,7 +152734,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief A" + "Bandit A" ] }, { @@ -152901,7 +152901,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief A" + "Bandit A" ] }, { @@ -152973,7 +152973,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief B" + "Bandit B" ] }, { @@ -153045,7 +153045,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief A" + "Bandit A" ] }, { @@ -153117,7 +153117,7 @@ "code": 401, "indent": 0, "parameters": [ - "As if Olivia's voice didn't reach them, the\nthieves continued thrusting and started chatting\nwith the others about how the hole felt." + "As if Olivia's voice didn't reach them, the\nbandits continued thrusting and started chatting\nwith the others about how the hole felt." ] }, { @@ -153646,7 +153646,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief A" + "Bandit A" ] }, { @@ -153790,7 +153790,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief C" + "Bandit C" ] }, { @@ -153862,7 +153862,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -154377,7 +154377,7 @@ "code": 401, "indent": 0, "parameters": [ - "With despair, the laughing faces of the thieves\nturn into terror." + "With despair, the laughing faces of the bandits\nturn into terror." ] }, { @@ -155015,7 +155015,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief A" + "Bandit A" ] }, { @@ -155087,7 +155087,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief B" + "Bandit B" ] }, { @@ -155454,7 +155454,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief A" + "Bandit A" ] }, { @@ -155565,7 +155565,7 @@ "code": 401, "indent": 0, "parameters": [ - "The thief groaned as he pulled his cock out of the\nnow well-used hole." + "The bandit groaned as he pulled his cock out of the\nnow well-used hole." ] }, { @@ -156063,7 +156063,7 @@ "code": 401, "indent": 0, "parameters": [ - "As the thief outside her consciousness stepped\nback, another climbed on top of Olivia." + "As the bandit outside her consciousness stepped\nback, another climbed on top of Olivia." ] }, { @@ -157024,7 +157024,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief D" + "Bandit D" ] }, { @@ -157681,7 +157681,7 @@ "code": 401, "indent": 0, "parameters": [ - "The thieves looked down at her thoroughly dirtied\nbody and wiped their sweat." + "The bandits looked down at her thoroughly dirtied\nbody and wiped their sweat." ] }, { @@ -157787,7 +157787,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief C" + "Bandit C" ] }, { @@ -157900,7 +157900,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -158013,7 +158013,7 @@ "code": 401, "indent": 0, "parameters": [ - "The thieves, no longer seeing any noble uniqueness\nin Olivia's trembling, convulsing body, joked that\nno one would use her again." + "The bandits, no longer seeing any noble uniqueness\nin Olivia's trembling, convulsing body, joked that\nno one would use her again." ] }, { @@ -158119,7 +158119,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -158232,7 +158232,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief C" + "Bandit C" ] }, { @@ -158361,7 +158361,7 @@ "code": 401, "indent": 0, "parameters": [ - "One thief, his cock now soft, sneered down at\nOlivia and pissed on her." + "One bandit, his cock now soft, sneered down at\nOlivia and pissed on her." ] }, { @@ -158520,7 +158520,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief B" + "Bandit B" ] }, { @@ -158674,7 +158674,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief A" + "Bandit A" ] }, { @@ -158828,7 +158828,7 @@ "code": 401, "indent": 0, "parameters": [ - "With those words, the other thieves joined in,\ntrampling Olivia's body one last time." + "With those words, the other bandits joined in,\ntrampling Olivia's body one last time." ] }, { @@ -159600,7 +159600,7 @@ "code": 401, "indent": 0, "parameters": [ - "She just got drunk on the sudden warmth enveloping\nher body, waiting silently for the thieves' voices\nto fade away." + "She just got drunk on the sudden warmth enveloping\nher body, waiting silently for the bandits' voices\nto fade away." ] }, { @@ -170669,7 +170669,7 @@ "code": 401, "indent": 1, "parameters": [ - "\"If I'm going to drain, I'll leave using the skill\nto the thieves alone...\"" + "\"If I'm going to drain, I'll leave using the skill\nto the bandits alone...\"" ] }, { @@ -173511,7 +173511,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -174122,7 +174122,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -174371,7 +174371,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -175125,7 +175125,7 @@ "code": 401, "indent": 0, "parameters": [ - "(I have to flatter the thief more to get him to\nlet me go happily♡ I have to become a dumb little\nbitch♡)" + "(I have to flatter the bandit more to get him to\nlet me go happily♡ I have to become a dumb little\nbitch♡)" ] }, { @@ -175367,7 +175367,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -175729,7 +175729,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -175872,7 +175872,7 @@ "code": 401, "indent": 0, "parameters": [ - "\"That's right, boy♡ Don't ask this worthless\nweakling knight to beat the thief who can one-shot\nKO her♡♡\"" + "\"That's right, boy♡ Don't ask this worthless\nweakling knight to beat the bandit who can one-shot\nKO her♡♡\"" ] }, { @@ -176216,7 +176216,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -176465,7 +176465,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -177151,7 +177151,7 @@ "code": 401, "indent": 0, "parameters": [ - "\"Ahhaaah...♡♡ Thank you so much♡♡ Thank you for\nusing this weak female knight's pussy~~♡♡\nThief-sama~~♡♡\"" + "\"Ahhaaah...♡♡ Thank you so much♡♡ Thank you for\nusing this weak female knight's pussy~~♡♡\nBandit-sama~~♡♡\"" ] }, { @@ -178801,7 +178801,7 @@ "code": 401, "indent": 0, "parameters": [ - "\"The existence of the true strong one, Jed-sama♡\nI'm sorry for acting high and mighty and thinking\nthieves were just worthless trash~...\"" + "\"The existence of the true strong one, Jed-sama♡\nI'm sorry for acting high and mighty and thinking\nbandits were just worthless trash~...\"" ] }, { @@ -178873,7 +178873,7 @@ "code": 401, "indent": 0, "parameters": [ - "\"I was the fool♡ Waving around my status as a\nknight and interfering with the thief's work,\nplease let me atone with my body...♡\"" + "\"I was the fool♡ Waving around my status as a\nknight and interfering with the bandit's work,\nplease let me atone with my body...♡\"" ] }, { @@ -223725,7 +223725,7 @@ "code": 401, "indent": 0, "parameters": [ - "(Those bastards... they're not from the village.\nThieves?)" + "(Those bastards... they're not from the village.\nBandits?)" ] }, { @@ -223797,7 +223797,7 @@ "code": 401, "indent": 0, "parameters": [ - "(If we lose here, \\c[18]the thieves will flood into the\nvillage\\c[0].)" + "(If we lose here, \\c[18]the bandits will flood into the\nvillage\\c[0].)" ] }, { @@ -224256,7 +224256,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -224342,7 +224342,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -224414,7 +224414,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -224486,7 +224486,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -224558,7 +224558,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -224630,7 +224630,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -224732,7 +224732,7 @@ "code": 401, "indent": 0, "parameters": [ - "\"Disgusting... You're probably just some\nopportunistic thieves, but you've got some bad\nluck.\"" + "\"Disgusting... You're probably just some\nopportunistic bandits, but you've got some bad\nluck.\"" ] }, { @@ -224892,7 +224892,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -225036,7 +225036,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -225108,7 +225108,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -225309,7 +225309,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -225443,7 +225443,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -225748,7 +225748,7 @@ "code": 401, "indent": 2, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -225820,7 +225820,7 @@ "code": 401, "indent": 2, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -226807,7 +226807,7 @@ "code": 401, "indent": 2, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -226847,7 +226847,7 @@ "code": 401, "indent": 3, "parameters": [ - "Do you want to abbreviate 'Thieves' Hideout'?" + "Do you want to abbreviate 'Bandits' Hideout'?" ] }, { @@ -226959,7 +226959,7 @@ "code": 401, "indent": 3, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -226990,7 +226990,7 @@ "code": 401, "indent": 3, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -228238,7 +228238,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -228269,7 +228269,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -228300,7 +228300,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -228333,7 +228333,7 @@ "code": 401, "indent": 2, "parameters": [ - "Abbreviate 'Thieves' Hideout'?" + "Abbreviate 'Bandits' Hideout'?" ] }, { @@ -229473,7 +229473,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thieves and..." + "Bandits and..." ] }, { @@ -229582,7 +229582,7 @@ "code": 401, "indent": 2, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -229627,7 +229627,7 @@ "code": 401, "indent": 2, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -229672,7 +229672,7 @@ "code": 401, "indent": 2, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -230413,7 +230413,7 @@ "code": 401, "indent": 0, "parameters": [ - "\"I said I don't have time! Who the hell listens to\na thief's nonsense!\"" + "\"I said I don't have time! Who the hell listens to\na bandit's nonsense!\"" ] }, { @@ -246334,7 +246334,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -246365,7 +246365,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -246396,7 +246396,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -249842,7 +249842,7 @@ "code": 401, "indent": 1, "parameters": [ - "\"Who do you think has a more fulfilled life? Me or\nyou? Knight or thief... huh?\"" + "\"Who do you think has a more fulfilled life? Me or\nyou? Knight or bandit... huh?\"" ] }, { @@ -250093,7 +250093,7 @@ "code": 401, "indent": 1, "parameters": [ - "\"Got it! It's the thief...♡ The thief's side...\nSo... haaah...♡♡\"" + "\"Got it! It's the bandit...♡ The bandit's side...\nSo... haaah...♡♡\"" ] }, { @@ -260823,7 +260823,7 @@ "code": 401, "indent": 4, "parameters": [ - "\"Well, this time we really went through a lot.\nBeing the leader of a thief gang is surprisingly\ntough.\"" + "\"Well, this time we really went through a lot.\nBeing the leader of a bandit gang is surprisingly\ntough.\"" ] }, { @@ -261445,7 +261445,7 @@ "code": 401, "indent": 4, "parameters": [ - "\"And this time, we totally crossed the line. We\nwent wild enough to flip a whole village upside\ndown, but when it was over, it just looked like\nthe thieves had stormed in.\"" + "\"And this time, we totally crossed the line. We\nwent wild enough to flip a whole village upside\ndown, but when it was over, it just looked like\nthe bandits had stormed in.\"" ] }, { @@ -262211,7 +262211,7 @@ "code": 401, "indent": 4, "parameters": [ - "\"I never thought I'd hear the usual tavern gripes\ncoming from a thief's mouth.\"" + "\"I never thought I'd hear the usual tavern gripes\ncoming from a bandit's mouth.\"" ] }, { @@ -262701,7 +262701,7 @@ "code": 401, "indent": 4, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -262943,7 +262943,7 @@ "code": 401, "indent": 4, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -262967,7 +262967,7 @@ "code": 401, "indent": 4, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -268655,7 +268655,7 @@ "code": 401, "indent": 0, "parameters": [ - "Friendship with the thief has increased." + "Friendship with the bandits has increased." ] }, { @@ -273813,7 +273813,7 @@ "code": 401, "indent": 3, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -274055,7 +274055,7 @@ "code": 401, "indent": 3, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -274079,7 +274079,7 @@ "code": 401, "indent": 3, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -278615,7 +278615,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -278871,7 +278871,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -278895,7 +278895,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -284850,7 +284850,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -285017,7 +285017,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -285462,7 +285462,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -285660,7 +285660,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -285930,7 +285930,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -286105,7 +286105,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -286295,7 +286295,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -286439,7 +286439,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -286583,7 +286583,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -286757,7 +286757,7 @@ "code": 401, "indent": 0, "parameters": [ - "\"We should be stronger than some thief like you!\nLike last time... Help us!\"" + "\"We should be stronger than some bandit like you!\nLike last time... Help us!\"" ] }, { @@ -286917,7 +286917,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -287061,7 +287061,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -287133,7 +287133,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -287466,7 +287466,7 @@ "code": 401, "indent": 0, "parameters": [ - "\"Right now, the thief seems like he's about to\nforgive me! Don't interfere, just watch.\"" + "\"Right now, the bandit seems like he's about to\nforgive me! Don't interfere, just watch.\"" ] }, { @@ -287490,7 +287490,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -287552,7 +287552,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -287614,7 +287614,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -288547,7 +288547,7 @@ "code": 401, "indent": 0, "parameters": [ - "\"Look closely at me... I'm almost naked, right?\nThat's because I lost to the thieves and was\nforced into this lewd outfit.\"" + "\"Look closely at me... I'm almost naked, right?\nThat's because I lost to the bandits and was\nforced into this lewd outfit.\"" ] }, { @@ -288691,7 +288691,7 @@ "code": 401, "indent": 0, "parameters": [ - "\"Give me a break... I no longer have the strength\nto defeat the thieves.\"" + "\"Give me a break... I no longer have the strength\nto defeat the bandits.\"" ] }, { @@ -288786,7 +288786,7 @@ "code": 401, "indent": 0, "parameters": [ - "\"I... I am just a female who's been raped by the\nthieves and is feeling good from their cocks♡\"" + "\"I... I am just a female who's been raped by the\nbandits and is feeling good from their cocks♡\"" ] }, { @@ -288858,7 +288858,7 @@ "code": 401, "indent": 0, "parameters": [ - "\"Of course, from now on I'll be violated by the\nthieves. My pussy will be stuffed with their cocks\nand I'll moan in such a sexy voice♡♡\"" + "\"Of course, from now on I'll be violated by the\nbandits. My pussy will be stuffed with their cocks\nand I'll moan in such a sexy voice♡♡\"" ] }, { @@ -288930,7 +288930,7 @@ "code": 401, "indent": 0, "parameters": [ - "\"Ahh♡♡ Thief cock, I seriously can't wait♡♡ So,\nyou just stay there quietly and watch♡♡\"" + "\"Ahh♡♡ Bandit cock, I seriously can't wait♡♡\nSo, you just stay there quietly and watch♡♡\"" ] }, { @@ -289336,7 +289336,7 @@ "code": 401, "indent": 0, "parameters": [ - "\"But don't get in the way♡ If you do, I'll hand\nyou over to the thieves~♡♡\"" + "\"But don't get in the way♡ If you do, I'll hand\nyou over to the bandits~♡♡\"" ] }, { @@ -289503,7 +289503,7 @@ "code": 401, "indent": 0, "parameters": [ - "\"So don't do anything unnecessary anymore♡ You're\njust in the way♡ It'd be a problem if the thieves\nstopped doing naughty things to me♡ Please...♡♡\"" + "\"So don't do anything unnecessary anymore♡ You're\njust in the way♡ It'd be a problem if the bandits\nstopped doing naughty things to me♡ Please...♡♡\"" ] }, { @@ -289606,7 +289606,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -289668,7 +289668,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -289881,7 +289881,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -290025,7 +290025,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -290230,7 +290230,7 @@ "code": 401, "indent": 0, "parameters": [ - "\"Thank you so much♡♡ ...See, boy? The thieves have\nforgiven you. You should be grateful too.\"" + "\"Thank you so much♡♡ ...See, boy? The bandits have\nforgiven you. You should be grateful too.\"" ] }, { @@ -290456,7 +290456,7 @@ "code": 401, "indent": 0, "parameters": [ - "\"What's with that face? I'm telling you to thank\nthe thieves. Do you really want to be sold off,\nkid?\"" + "\"What's with that face? I'm telling you to thank\nthe bandits. Do you really want to be sold off,\nkid?\"" ] }, { @@ -290551,7 +290551,7 @@ "code": 401, "indent": 0, "parameters": [ - "\"What should we do~, Master Thief♡ Can I beat this\nbrat up once?\"" + "\"What should we do~, Master Bandit♡ Can I beat this\nbrat up once?\"" ] }, { @@ -290659,7 +290659,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -290731,7 +290731,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -291224,7 +291224,7 @@ "code": 401, "indent": 0, "parameters": [ - "(I guess I'm getting cocky under that strong\nthief's influence...)" + "(I guess I'm getting cocky under that strong\nbandit's influence...)" ] }, { @@ -291361,7 +291361,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -291594,7 +291594,7 @@ "code": 401, "indent": 0, "parameters": [ - "(But I feel relieved♡ I'm comforted by the fact\nthat strong thieves like me.)" + "(But I feel relieved♡ I'm comforted by the fact\nthat strong bandits like me.)" ] }, { @@ -298036,7 +298036,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -298067,7 +298067,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -298667,7 +298667,7 @@ "code": 401, "indent": 0, "parameters": [ - "(Instead of driving them off, I got threatened and\nended up in this humiliating state. On top of\nthat, they only returned my weapon out of pity,\nand I can't even properly deal with these rampant\nthieves... I couldn't say that even if my mouth\nwere torn open.)" + "(Instead of driving them off, I got threatened and\nended up in this humiliating state. On top of\nthat, they only returned my weapon out of pity,\nand I can't even properly deal with these rampant\nbandits... I couldn't say that even if my mouth\nwere torn open.)" ] }, { @@ -299272,7 +299272,7 @@ "code": 401, "indent": 0, "parameters": [ - "\"This? I got completely outplayed by thieves and\nlost all my gear.\"" + "\"This? I got completely outplayed by bandits and\nlost all my gear.\"" ] }, { @@ -299557,7 +299557,7 @@ "code": 401, "indent": 0, "parameters": [ - "\"Anyway, solving the village's problems is the\npriority, so I'm letting it slide for now. But\nI'll make sure to pay those thieves back evenly!\"" + "\"Anyway, solving the village's problems is the\npriority, so I'm letting it slide for now. But\nI'll make sure to pay those bandits back evenly!\"" ] }, { @@ -376082,7 +376082,7 @@ "code": 401, "indent": 0, "parameters": [ - "Though she insisted she hadn't fallen to the thief\nas a knight, choosing to be honest was a corrupt\ndecision that let her indulge in even greater\npleasure." + "Though she insisted she hadn't fallen to the bandit\nas a knight, choosing to be honest was a corrupt\ndecision that let her indulge in even greater\npleasure." ] }, { @@ -376525,7 +376525,7 @@ "code": 401, "indent": 0, "parameters": [ - "Olivia accepted receiving pleasure, but she had no\nreason to serve that villainous thief." + "Olivia accepted receiving pleasure, but she had no\nreason to serve that villainous bandit." ] }, { @@ -379202,7 +379202,7 @@ "code": 401, "indent": 0, "parameters": [ - "\"That's not it!! The other thieves just do\nwhatever they want, but I thought it was strange\nthat Jed is the only one whose cock I've never\neven touched!\"" + "\"That's not it!! The other bandits just do\nwhatever they want, but I thought it was strange\nthat Jed is the only one whose cock I've never\neven touched!\"" ] }, { @@ -383200,7 +383200,7 @@ "code": 401, "indent": 0, "parameters": [ - "Having accepted being a shared fuckbuddy with the\nthieves, she took the initiative to fully embrace\nher role." + "Having accepted being a shared fuckbuddy with the\nbandits, she took the initiative to fully embrace\nher role." ] }, { @@ -383353,7 +383353,7 @@ "code": 401, "indent": 0, "parameters": [ - "At least as long as she remained in this village,\nOlivia would continue this give-and-take\nrelationship as a fuckbuddy with the enemy\nthieves." + "At least as long as she remained in this village,\nOlivia would continue this give-and-take\nrelationship as a fuckbuddy with the enemy\nbandits." ] }, { @@ -384355,7 +384355,7 @@ "code": 401, "indent": 0, "parameters": [ - "After losing to the thieves and falling\nunconscious, Olivia's body remembered the\nhumiliation etched deep into every corner of her\nbeing from that one experience where everything\nwas taken from her." + "After losing to the bandits and falling\nunconscious, Olivia's body remembered the\nhumiliation etched deep into every corner of her\nbeing from that one experience where everything\nwas taken from her." ] }, { @@ -385439,7 +385439,7 @@ "code": 401, "indent": 0, "parameters": [ - "\"I lost for the first time……♡♡ And to just some\ncommon thief……♡♡\"" + "\"I lost for the first time……♡♡ And to just some\ncommon bandit……♡♡\"" ] }, { @@ -385989,7 +385989,7 @@ "code": 401, "indent": 0, "parameters": [ - "\"Ahaha♡♡ That's right♡ Since then, I've become the\nthieves' shared fuckbuddy♡♡\"" + "\"Ahaha♡♡ That's right♡ Since then, I've become the\nbandits' shared fuckbuddy♡♡\"" ] }, { @@ -386952,7 +386952,7 @@ "code": 401, "indent": 0, "parameters": [ - "When exactly did that humiliation turn into\npleasure? When did she stop seeing the thieves as\nenemies?" + "When exactly did that humiliation turn into\npleasure? When did she stop seeing the bandits as\nenemies?" ] }, { @@ -387850,7 +387850,7 @@ "code": 401, "indent": 0, "parameters": [ - "It was deep in the village that Hengel was still\nrisking his life to defend, a place the thieves\nhad never set foot in." + "It was deep in the village that Hengel was still\nrisking his life to defend, a place the bandits\nhad never set foot in." ] }, { @@ -390421,7 +390421,7 @@ "code": 401, "indent": 0, "parameters": [ - "By now, Olivia no longer felt any discomfort\nworking alongside a thief." + "By now, Olivia no longer felt any discomfort\nworking alongside a bandit." ] }, { @@ -390486,7 +390486,7 @@ "code": 401, "indent": 0, "parameters": [ - "Gradually, as comrades, they racked their brains\nwith the enemy thief to accomplish their goal." + "Gradually, as comrades, they racked their brains\nwith the enemy bandit to accomplish their goal." ] }, { @@ -392088,7 +392088,7 @@ "code": 401, "indent": 0, "parameters": [ - "They want to send thieves into the one place the\nentire village desperately protected." + "They want to send bandits into the one place the\nentire village desperately protected." ] }, { @@ -396577,7 +396577,7 @@ "code": 401, "indent": 0, "parameters": [ - "A woman who threw words that rubbed our nerves\nraw, who looked down on thieves as if they weren't\neven human, with contempt in her eyes." + "A woman who threw words that rubbed our nerves\nraw, who looked down on bandits as if they weren't\neven human, with contempt in her eyes." ] }, { @@ -400414,7 +400414,7 @@ "code": 401, "indent": 0, "parameters": [ - "(Looking forward to it, Olivia. Welcome to our\nthief gang♪)" + "(Looking forward to it, Olivia. Welcome to our\nbandit gang♪)" ] }, { @@ -413737,7 +413737,7 @@ "code": 401, "indent": 0, "parameters": [ - "\"There was no reason to lose to thieves... or so I\nthought♡\"" + "\"There was no reason to lose to bandits... or so I\nthought♡\"" ] }, { @@ -564021,7 +564021,7 @@ "code": 401, "indent": 0, "parameters": [ - "(Thieves... villains who bring nothing but harm to\ninnocent people...)" + "(Bandits... villains who bring nothing but harm to\ninnocent people...)" ] }, { @@ -565313,7 +565313,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -565539,7 +565539,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -565765,7 +565765,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -566235,7 +566235,7 @@ "code": 401, "indent": 1, "parameters": [ - "Olivia knelt before the thief, who should have\nbeen her enemy, and reached out to the thick,\nthrobbing shaft." + "Olivia knelt before the bandit, who should have\nbeen her enemy, and reached out to the thick,\nthrobbing shaft." ] }, { @@ -566788,7 +566788,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -566901,7 +566901,7 @@ "code": 401, "indent": 1, "parameters": [ - "The thief laughed." + "The bandit laughed." ] }, { @@ -567673,7 +567673,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -568766,7 +568766,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -568902,7 +568902,7 @@ "code": 401, "indent": 1, "parameters": [ - "The thief's lecherous gaze was fixed on her." + "The bandit's lecherous gaze was fixed on her." ] }, { @@ -569459,7 +569459,7 @@ "code": 401, "indent": 2, "parameters": [ - "Olivia did not stop the thief from freely playing\nwith her secret place." + "Olivia did not stop the bandit from freely playing\nwith her secret place." ] }, { @@ -569677,7 +569677,7 @@ "code": 401, "indent": 2, "parameters": [ - "But she never resisted and accepted the pleasure\ngiven by the thief." + "But she never resisted and accepted the pleasure\ngiven by the bandit." ] }, { @@ -569742,7 +569742,7 @@ "code": 401, "indent": 2, "parameters": [ - "That was what the thief's 'being gentle' meant." + "That was what the bandit's 'being gentle' meant." ] }, { @@ -569872,7 +569872,7 @@ "code": 401, "indent": 2, "parameters": [ - "The thief gave pleasure and made her understand." + "The bandit gave pleasure and made her understand." ] }, { @@ -569960,7 +569960,7 @@ "code": 401, "indent": 2, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -570169,7 +570169,7 @@ "code": 401, "indent": 2, "parameters": [ - "Because the thief's attitude clearly softened at\nOlivia's words of resignation." + "Because the bandit's attitude clearly softened at\nOlivia's words of resignation." ] }, { @@ -570524,7 +570524,7 @@ "code": 401, "indent": 2, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -570596,7 +570596,7 @@ "code": 401, "indent": 2, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -570763,7 +570763,7 @@ "code": 401, "indent": 2, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -570930,7 +570930,7 @@ "code": 401, "indent": 2, "parameters": [ - "Though as a thief he could have just violated her,\nhe simply listened to Olivia's requests." + "Though as a bandit he could have just violated her,\nhe simply listened to Olivia's requests." ] }, { @@ -571187,7 +571187,7 @@ "code": 401, "indent": 2, "parameters": [ - "(Ah... it feels so good... the thief's rough\nfingers... pressing just right on my sensitive\nspot♡)" + "(Ah... it feels so good... the bandit's rough\nfingers... pressing just right on my sensitive\nspot♡)" ] }, { @@ -571542,7 +571542,7 @@ "code": 401, "indent": 2, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -571686,7 +571686,7 @@ "code": 401, "indent": 2, "parameters": [ - "With newly learned words and a lustful, lewd\nexpression, Olivia lay down and invited the thief." + "With newly learned words and a lustful, lewd\nexpression, Olivia lay down and invited the bandit." ] }, { @@ -571993,7 +571993,7 @@ "code": 401, "indent": 3, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -573339,7 +573339,7 @@ "code": 401, "indent": 3, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -573452,7 +573452,7 @@ "code": 401, "indent": 3, "parameters": [ - "And toward Olivia, who had become positive about\nsex, the thief was surprisingly gentle." + "And toward Olivia, who had become positive about\nsex, the bandit was surprisingly gentle." ] }, { @@ -574132,7 +574132,7 @@ "code": 401, "indent": 3, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -574381,7 +574381,7 @@ "code": 401, "indent": 3, "parameters": [ - "An honest thought that shouldn't have crossed her\nmind flashed through at the thief's smile." + "An honest thought that shouldn't have crossed her\nmind flashed through at the bandit's smile." ] }, { @@ -574593,7 +574593,7 @@ "code": 401, "indent": 3, "parameters": [ - "Gradually, Olivia's mouth curved into a smile,\ndrawn out by the thief's own grin." + "Gradually, Olivia's mouth curved into a smile,\ndrawn out by the bandit's own grin." ] }, { @@ -574812,7 +574812,7 @@ "code": 401, "indent": 3, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -575038,7 +575038,7 @@ "code": 401, "indent": 3, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -575287,7 +575287,7 @@ "code": 401, "indent": 3, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -575839,7 +575839,7 @@ "code": 401, "indent": 3, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -576194,7 +576194,7 @@ "code": 401, "indent": 3, "parameters": [ - "Her hands naturally lifted teasingly, taunting the\nthief." + "Her hands naturally lifted teasingly, taunting the\nbandit." ] }, { @@ -576300,7 +576300,7 @@ "code": 401, "indent": 3, "parameters": [ - "In response, the thief gradually quickened his\nthrusts." + "In response, the bandit gradually quickened his\nthrusts." ] }, { @@ -576519,7 +576519,7 @@ "code": 401, "indent": 3, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -576632,7 +576632,7 @@ "code": 401, "indent": 3, "parameters": [ - "Her vision flickered and swayed; with the thief's\nwords, they both focused their minds on pleasure." + "Her vision flickered and swayed; with the bandit's\nwords, they both focused their minds on pleasure." ] }, { @@ -576738,7 +576738,7 @@ "code": 401, "indent": 3, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -577504,7 +577504,7 @@ "code": 401, "indent": 3, "parameters": [ - "She cried out with pleasure unbefitting a knight,\nclinging tightly to the thief." + "She cried out with pleasure unbefitting a knight,\nclinging tightly to the bandit." ] }, { @@ -577975,7 +577975,7 @@ "code": 401, "indent": 3, "parameters": [ - "As her heat cooled and clarity returned, the thief\nadjusted his posture and looked down at her." + "As her heat cooled and clarity returned, the bandit\nadjusted his posture and looked down at her." ] }, { @@ -578122,7 +578122,7 @@ "code": 401, "indent": 3, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -578579,7 +578579,7 @@ "code": 401, "indent": 3, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -578610,7 +578610,7 @@ "code": 401, "indent": 3, "parameters": [ - "The thief roughly stroked Olivia's head before\nleaving the place he'd been in." + "The bandit roughly stroked Olivia's head before\nleaving the place he'd been in." ] }, { @@ -590379,7 +590379,7 @@ "code": 401, "indent": 0, "parameters": [ - "The thief's words sink quietly into Olivia's\nheart." + "The bandit's words sink quietly into Olivia's\nheart." ] }, { @@ -593420,7 +593420,7 @@ "code": 401, "indent": 0, "parameters": [ - "Olivia shoots a suspicious glance at the thief,\nbut Jed urges her to answer with a simple \"Just go\non.\"" + "Olivia shoots a suspicious glance at the bandit,\nbut Jed urges her to answer with a simple \"Just go\non.\"" ] }, { @@ -596030,7 +596030,7 @@ "code": 401, "indent": 0, "parameters": [ - "Drawn in by lust and a hazy mind, Olivia easily\nfell for the words of the thief who was no longer\nan 'enemy'." + "Drawn in by lust and a hazy mind, Olivia easily\nfell for the words of the bandit who was no longer\nan 'enemy'." ] }, { @@ -596136,7 +596136,7 @@ "code": 401, "indent": 0, "parameters": [ - "To expose Olivia's true feelings, the premise was\nthat the thief was a wrongdoer, and the conscience\nthat should have existed was twisted into\nobstructive hypocrisy." + "To expose Olivia's true feelings, the premise was\nthat the bandit was a wrongdoer, and the conscience\nthat should have existed was twisted into\nobstructive hypocrisy." ] }, { @@ -598779,7 +598779,7 @@ "code": 401, "indent": 0, "parameters": [ - "The lowest 'desire' of a thief living as he\npleases and Olivia's own 'lust' were lumped\ntogether and swapped, but now she couldn't realize\nit." + "The lowest 'desire' of a bandit living as he\npleases and Olivia's own 'lust' were lumped\ntogether and swapped, but now she couldn't realize\nit." ] }, { @@ -599134,7 +599134,7 @@ "code": 401, "indent": 0, "parameters": [ - "\"In other words, to become like a thief, I just\nhave to erase the obstructive knight within me♡\"" + "\"In other words, to become like a bandit, I just\nhave to erase the obstructive knight within me♡\"" ] }, { @@ -603804,7 +603804,7 @@ "code": 401, "indent": 0, "parameters": [ - "\"Free my desires like a thief...\"" + "\"Free my desires like a bandit...\"" ] }, { @@ -605446,7 +605446,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -605613,7 +605613,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -605852,7 +605852,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -606272,7 +606272,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -606511,7 +606511,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -606583,7 +606583,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -606989,7 +606989,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -607156,7 +607156,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -607608,7 +607608,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -607857,7 +607857,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -608196,7 +608196,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -608445,7 +608445,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -608671,7 +608671,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -608897,7 +608897,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -609259,7 +609259,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -609485,7 +609485,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -610206,7 +610206,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -610674,7 +610674,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -610844,7 +610844,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -611162,7 +611162,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -611387,7 +611387,7 @@ "code": 401, "indent": 0, "parameters": [ - "The thieves who later took over the tavern didn't\nscold them for their actions; instead, they\nwatched along with them." + "The bandits who later took over the tavern didn't\nscold them for their actions; instead, they\nwatched along with them." ] }, { @@ -611517,7 +611517,7 @@ "code": 401, "indent": 0, "parameters": [ - "If that's the case, why was Olivia, once a noble\nknight, enjoying herself just like the thieves?" + "If that's the case, why was Olivia, once a noble\nknight, enjoying herself just like the bandits?" ] }, { @@ -611742,7 +611742,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -611821,7 +611821,7 @@ "code": 401, "indent": 0, "parameters": [ - "\"I... can't say! That I'm buying a thief's cock...\nfrom somewhere like that~~♡\"" + "\"I... can't say! That I'm buying a bandit's cock...\nfrom somewhere like that~~♡\"" ] }, { @@ -611886,7 +611886,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -612183,7 +612183,7 @@ "code": 401, "indent": 0, "parameters": [ - "Ignoring the stunned villagers frozen inside, the\nthieves who had been watching stepped outside and\napproached Olivia." + "Ignoring the stunned villagers frozen inside, the\nbandits who had been watching stepped outside and\napproached Olivia." ] }, { @@ -612248,7 +612248,7 @@ "code": 401, "indent": 0, "parameters": [ - "The face of the hated thief, once a target of\nmurderous intent and unforgettable hatred,\nappeared outside the window." + "The face of the hated bandit, once a target of\nmurderous intent and unforgettable hatred,\nappeared outside the window." ] }, { @@ -612401,7 +612401,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief 2" + "Bandit 2" ] }, { @@ -612545,7 +612545,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -612617,7 +612617,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief 2" + "Bandit 2" ] }, { @@ -612689,7 +612689,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief 2" + "Bandit 2" ] }, { @@ -612761,7 +612761,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -612985,7 +612985,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief 2" + "Bandit 2" ] }, { @@ -613324,7 +613324,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief 2" + "Bandit 2" ] }, { @@ -613596,7 +613596,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief 2" + "Bandit 2" ] }, { @@ -613845,7 +613845,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief 2" + "Bandit 2" ] }, { @@ -613958,7 +613958,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -614207,7 +614207,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief 2" + "Bandit 2" ] }, { @@ -614320,7 +614320,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -614797,7 +614797,7 @@ "code": 401, "indent": 0, "parameters": [ - "\"Hey,\" a thief tapped Olivia's shoulder and\npointed this way." + "\"Hey,\" a bandit tapped Olivia's shoulder and\npointed this way." ] }, { @@ -615244,7 +615244,7 @@ "code": 401, "indent": 0, "parameters": [ - "Olivia parted from the thieves." + "Olivia parted from the bandits." ] }, { @@ -616479,7 +616479,7 @@ "code": 401, "indent": 0, "parameters": [ - "The preparation taught by the thief to start\nnegotiations on favorable terms." + "The preparation taught by the bandit to start\nnegotiations on favorable terms." ] }, { @@ -617170,7 +617170,7 @@ "code": 401, "indent": 0, "parameters": [ - "She was talking about the unknown monster that\nattacked the village, brought in by a woman who\nclaimed to have gone mad after teaming up with the\nthief." + "She was talking about the unknown monster that\nattacked the village, brought in by a woman who\nclaimed to have gone mad after teaming up with the\nbandit." ] }, { @@ -618894,7 +618894,7 @@ "code": 401, "indent": 0, "parameters": [ - "\"Even if you spread rumors blaming the thieves in\nanger, it doesn't undo the damage we've suffered.\"" + "\"Even if you spread rumors blaming the bandits in\nanger, it doesn't undo the damage we've suffered.\"" ] }, { @@ -622745,7 +622745,7 @@ "code": 401, "indent": 0, "parameters": [ - "But neither the foolish residents, the instigating\nthieves, nor Olivia herself in the midst of it\nknew this moment was the ignition point." + "But neither the foolish residents, the instigating\nbandits, nor Olivia herself in the midst of it\nknew this moment was the ignition point." ] }, { @@ -641974,7 +641974,7 @@ "code": 401, "indent": 0, "parameters": [ - "But her pussy, ravaged by thieves and developed by\ngoblins, wrapped around Addy's cock smoothly\nwithout pain, and pleasure instantly took over her\nmind." + "But her pussy, ravaged by bandits and developed by\ngoblins, wrapped around Addy's cock smoothly\nwithout pain, and pleasure instantly took over her\nmind." ] }, { @@ -657828,7 +657828,7 @@ "code": 401, "indent": 2, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -657876,7 +657876,7 @@ "code": 401, "indent": 2, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -658068,7 +658068,7 @@ "code": 401, "indent": 2, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -658186,7 +658186,7 @@ "code": 401, "indent": 2, "parameters": [ - "\"...I've come to report that I've become a 'fuck\nbuddy' shared by the thief gang.\"" + "\"...I've come to report that I've become a 'fuck\nbuddy' shared by the bandit gang.\"" ] }, { @@ -658251,7 +658251,7 @@ "code": 401, "indent": 2, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -658418,7 +658418,7 @@ "code": 401, "indent": 2, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -658585,7 +658585,7 @@ "code": 401, "indent": 2, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -658740,7 +658740,7 @@ "code": 401, "indent": 2, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -658930,7 +658930,7 @@ "code": 401, "indent": 2, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -659074,7 +659074,7 @@ "code": 401, "indent": 2, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -659218,7 +659218,7 @@ "code": 401, "indent": 2, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -659385,7 +659385,7 @@ "code": 401, "indent": 2, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -659602,7 +659602,7 @@ "code": 401, "indent": 2, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -659808,7 +659808,7 @@ "code": 401, "indent": 2, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -660131,7 +660131,7 @@ "code": 401, "indent": 3, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -660210,7 +660210,7 @@ "code": 401, "indent": 3, "parameters": [ - "\"...I've come to report that I've become a 'fuck\nbuddy' shared by the thief gang.\"" + "\"...I've come to report that I've become a 'fuck\nbuddy' shared by the bandit gang.\"" ] }, { @@ -660275,7 +660275,7 @@ "code": 401, "indent": 3, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -660442,7 +660442,7 @@ "code": 401, "indent": 3, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -660609,7 +660609,7 @@ "code": 401, "indent": 3, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -660768,7 +660768,7 @@ "code": 401, "indent": 3, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -661047,7 +661047,7 @@ "code": 401, "indent": 3, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -661126,7 +661126,7 @@ "code": 401, "indent": 3, "parameters": [ - "\"...I've come to report that I've become a 'fuck\nbuddy' shared by the thief gang.\"" + "\"...I've come to report that I've become a 'fuck\nbuddy' shared by the bandit gang.\"" ] }, { @@ -661191,14 +661191,14 @@ "code": 401, "indent": 3, "parameters": [ - "Thief" + "Bandit" ] }, { "code": 401, "indent": 3, "parameters": [ - "\"Huh? What do you mean? A knight with thieves?\"" + "\"Huh? What do you mean? A knight with bandits?\"" ] }, { @@ -661358,7 +661358,7 @@ "code": 401, "indent": 3, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -661525,7 +661525,7 @@ "code": 401, "indent": 3, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -661692,7 +661692,7 @@ "code": 401, "indent": 3, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -661859,7 +661859,7 @@ "code": 401, "indent": 3, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -662026,7 +662026,7 @@ "code": 401, "indent": 3, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -662193,7 +662193,7 @@ "code": 401, "indent": 3, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -674464,7 +674464,7 @@ "code": 401, "indent": 0, "parameters": [ - "\"But we managed somehow. Just like your plan, we\ndrove all the thieves away!\"" + "\"But we managed somehow. Just like your plan, we\ndrove all the bandits away!\"" ] }, { @@ -674834,7 +674834,7 @@ "code": 401, "indent": 0, "parameters": [ - "\"But so what? Even if one or two of those useless\nthieves disappear, it doesn't change the fact that\nyou're at a disadvantage.\"" + "\"But so what? Even if one or two of those useless\nbandits disappear, it doesn't change the fact that\nyou're at a disadvantage.\"" ] }, { @@ -675301,7 +675301,7 @@ "code": 401, "indent": 0, "parameters": [ - "\"No, unfortunately it changes everything, Eiri.\nAll the thieves will disappear from this village.\"" + "\"No, unfortunately it changes everything, Eiri.\nAll the bandits will disappear from this village.\"" ] }, { @@ -675751,7 +675751,7 @@ "code": 401, "indent": 0, "parameters": [ - "\"Can't keep up? You've been betrayed by the\nthieves.\"" + "\"Can't keep up? You've been betrayed by the\nbandits.\"" ] }, { @@ -676390,7 +676390,7 @@ "code": 401, "indent": 0, "parameters": [ - "\"Yeah, even if the mastermind behind this incident\nis the true villain, in a way it's a three-way\nstandoff between us, you, and the thieves.\"" + "\"Yeah, even if the mastermind behind this incident\nis the true villain, in a way it's a three-way\nstandoff between us, you, and the bandits.\"" ] }, { @@ -676567,7 +676567,7 @@ "code": 401, "indent": 0, "parameters": [ - "\"That's why we deliberately sided with the thieves\nto break the balance. It's not what I wanted, but\nas a way to corner you, it's a clever move, isn't\nit?\"" + "\"That's why we deliberately sided with the bandits\nto break the balance. It's not what I wanted, but\nas a way to corner you, it's a clever move, isn't\nit?\"" ] }, { @@ -676875,7 +676875,7 @@ "code": 401, "indent": 0, "parameters": [ - "\"It was tough just finding that chance. I had to\nshake off your surveillance and contact the\nthieves no matter what.\"" + "\"It was tough just finding that chance. I had to\nshake off your surveillance and contact the\nbandits no matter what.\"" ] }, { @@ -678883,7 +678883,7 @@ "code": 401, "indent": 0, "parameters": [ - "\"I'm going to chase after the thieves right now!\"" + "\"I'm going to chase after the bandits right now!\"" ] }, { @@ -681965,7 +681965,7 @@ "code": 401, "indent": 2, "parameters": [ - "(Even if Eiri chases after the thief, how long\nwould it really take...?)" + "(Even if Eiri chases after the bandit, how long\nwould it really take...?)" ] }, { @@ -682810,7 +682810,7 @@ "code": 401, "indent": 5, "parameters": [ - "(While Norn-san arrives, the thief prepares to\nescape... runs away... Eiri chases after them...)" + "(While Norn-san arrives, the bandit prepares to\nescape... runs away... Eiri chases after them...)" ] }, { @@ -699283,7 +699283,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -699328,7 +699328,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -699382,7 +699382,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -699436,7 +699436,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -699490,7 +699490,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -702596,7 +702596,7 @@ "code": 401, "indent": 5, "parameters": [ - "(Is there anything else? Something valuable...\nsomething worth satisfying a thief's dick~)" + "(Is there anything else? Something valuable...\nsomething worth satisfying a bandit's dick~)" ] }, { @@ -705394,7 +705394,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -705550,7 +705550,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -705829,7 +705829,7 @@ "code": 401, "indent": 2, "parameters": [ - "Friendship with the thief has increased!" + "Friendship with the bandits has increased!" ] }, { @@ -705856,7 +705856,7 @@ "code": 401, "indent": 2, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -721529,7 +721529,7 @@ "code": 401, "indent": 0, "parameters": [ - "The thieves' hideout is..." + "The bandits' hideout is..." ] }, { @@ -722248,7 +722248,7 @@ "code": 401, "indent": 1, "parameters": [ - "Olivia escaped from the thieves' hideout." + "Olivia escaped from the bandits' hideout." ] }, { @@ -725604,7 +725604,7 @@ "code": 401, "indent": 2, "parameters": [ - "Violated by the thief..." + "Violated by the bandit..." ] }, { @@ -725818,7 +725818,7 @@ "code": 401, "indent": 5, "parameters": [ - "Violated by the thief..." + "Violated by the bandit..." ] }, { @@ -726228,7 +726228,7 @@ "code": 401, "indent": 7, "parameters": [ - "Violated by the thief..." + "Violated by the bandit..." ] }, { @@ -726702,7 +726702,7 @@ "code": 401, "indent": 5, "parameters": [ - "Violated by the thief..." + "Violated by the bandit..." ] }, { @@ -727112,7 +727112,7 @@ "code": 401, "indent": 7, "parameters": [ - "Violated by the thief..." + "Violated by the bandit..." ] }, { @@ -727584,7 +727584,7 @@ "code": 401, "indent": 2, "parameters": [ - "Violated by the thief..." + "Violated by the bandit..." ] }, { @@ -727846,7 +727846,7 @@ "code": 401, "indent": 4, "parameters": [ - "Violated by the thief..." + "Violated by the bandit..." ] }, { @@ -728256,7 +728256,7 @@ "code": 401, "indent": 6, "parameters": [ - "Violated by the thief..." + "Violated by the bandit..." ] }, { @@ -728935,7 +728935,7 @@ "code": 401, "indent": 3, "parameters": [ - "Violated by the thief..." + "Violated by the bandit..." ] }, { @@ -729177,7 +729177,7 @@ "code": 401, "indent": 3, "parameters": [ - "Violated by the thief..." + "Violated by the bandit..." ] }, { @@ -729553,7 +729553,7 @@ "code": 401, "indent": 2, "parameters": [ - "Violated by the thief..." + "Violated by the bandit..." ] }, { diff --git a/www/data/Enemies.json b/www/data/Enemies.json index a66c7d1..1da6fe2 100644 --- a/www/data/Enemies.json +++ b/www/data/Enemies.json @@ -249,7 +249,7 @@ } ], "gold": 0, - "name": "Thief", + "name": "Bandit", "note": "", "params": [ 1800, @@ -529,7 +529,7 @@ } ], "gold": 0, - "name": "Thief", + "name": "Bandit", "note": "", "params": [ 600, @@ -1251,7 +1251,7 @@ } ], "gold": 0, - "name": "Thief", + "name": "Bandit", "note": "", "params": [ 3000, diff --git a/www/data/Map002.json b/www/data/Map002.json index dadbadd..7d1d216 100644 --- a/www/data/Map002.json +++ b/www/data/Map002.json @@ -22154,7 +22154,7 @@ "code": 401, "indent": 1, "parameters": [ - "Skip from 'Beginning' to 'Challenging the Thieves'\nfight?" + "Skip from 'Beginning' to 'Challenging the Bandits'\nfight?" ] }, { @@ -36262,7 +36262,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -36316,7 +36316,7 @@ "code": 401, "indent": 0, "parameters": [ - "\"There are thieves inside?!\"" + "\"There are bandits inside?!\"" ] }, { @@ -39478,7 +39478,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -39532,7 +39532,7 @@ "code": 401, "indent": 0, "parameters": [ - "\"There are thieves inside?!\"" + "\"There are bandits inside?!\"" ] }, { @@ -40804,7 +40804,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -40858,7 +40858,7 @@ "code": 401, "indent": 0, "parameters": [ - "\"There are thieves inside?!\"" + "\"There are bandits inside?!\"" ] }, { @@ -43260,7 +43260,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -43314,7 +43314,7 @@ "code": 401, "indent": 0, "parameters": [ - "\"There are thieves inside?!\"" + "\"There are bandits inside?!\"" ] }, { @@ -44586,7 +44586,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -44640,7 +44640,7 @@ "code": 401, "indent": 0, "parameters": [ - "\"There are thieves inside?!\"" + "\"There are bandits inside?!\"" ] }, { diff --git a/www/data/Map006.json b/www/data/Map006.json index ef07c63..af7750c 100644 --- a/www/data/Map006.json +++ b/www/data/Map006.json @@ -3675,7 +3675,7 @@ "code": 401, "indent": 0, "parameters": [ - "(How could I suppress the growing parasites while\nthe thief took my equipment? It's impossible.)" + "(How could I suppress the growing parasites while\nthe bandit took my equipment? It's impossible.)" ] }, { @@ -3788,7 +3788,7 @@ "code": 401, "indent": 0, "parameters": [ - "\"So losing to the thief was the trigger for\neverything...?\"" + "\"So losing to the bandit was the trigger for\neverything...?\"" ] }, { diff --git a/www/data/Map009.json b/www/data/Map009.json index ca2bc5c..c6b0c92 100644 --- a/www/data/Map009.json +++ b/www/data/Map009.json @@ -7302,7 +7302,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -7364,7 +7364,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -7435,7 +7435,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { diff --git a/www/data/Map012.json b/www/data/Map012.json index fb5ac4e..fee2b4e 100644 --- a/www/data/Map012.json +++ b/www/data/Map012.json @@ -26412,7 +26412,7 @@ "code": 401, "indent": 0, "parameters": [ - "\"I'm truly sorry for failing to stop the\nthieves... It seems I was more incompetent than I\nthought...\"" + "\"I'm truly sorry for failing to stop the\nbandits... It seems I was more incompetent than I\nthought...\"" ] }, { @@ -26723,7 +26723,7 @@ "code": 401, "indent": 0, "parameters": [ - "\"But mistakes must be made right, for both of us.\nThat's why I intend to absolutely protect this\nvillage from the thieves... Olivia, what would you\ndo?\"" + "\"But mistakes must be made right, for both of us.\nThat's why I intend to absolutely protect this\nvillage from the bandits... Olivia, what would you\ndo?\"" ] }, { @@ -29933,7 +29933,7 @@ "code": 401, "indent": 0, "parameters": [ - "\"I see. A path leading to the tavern is blocked by\nsome ridiculously strong thieves, there are\nfighters standing in front of my house, and on top\nof that, a tree has fallen blocking the way to the\nmines... right?\"" + "\"I see. A path leading to the tavern is blocked by\nsome ridiculously strong bandits, there are\nfighters standing in front of my house, and on top\nof that, a tree has fallen blocking the way to the\nmines... right?\"" ] }, { @@ -30172,7 +30172,7 @@ "code": 401, "indent": 0, "parameters": [ - "\"Should we put up some lewd scarecrows here? The\nthieves would swarm around them.\"" + "\"Should we put up some lewd scarecrows here? The\nbandits would swarm around them.\"" ] }, { @@ -31155,7 +31155,7 @@ "code": 401, "indent": 0, "parameters": [ - "\"I'm truly sorry for failing to stop the\nthieves... It seems I was more incompetent than I\nthought...\"" + "\"I'm truly sorry for failing to stop the\nbandits... It seems I was more incompetent than I\nthought...\"" ] }, { @@ -31466,7 +31466,7 @@ "code": 401, "indent": 0, "parameters": [ - "\"But mistakes must be made right, for both of us.\nThat's why I intend to absolutely protect this\nvillage from the thieves... Olivia, what would you\ndo?\"" + "\"But mistakes must be made right, for both of us.\nThat's why I intend to absolutely protect this\nvillage from the bandits... Olivia, what would you\ndo?\"" ] }, { @@ -44216,7 +44216,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -44383,7 +44383,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -44760,7 +44760,7 @@ "code": 401, "indent": 2, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -45022,7 +45022,7 @@ "code": 401, "indent": 2, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -45261,7 +45261,7 @@ "code": 401, "indent": 2, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -45477,7 +45477,7 @@ "code": 401, "indent": 2, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -45788,7 +45788,7 @@ "code": 401, "indent": 2, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -46113,7 +46113,7 @@ "code": 401, "indent": 2, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -46175,7 +46175,7 @@ "code": 401, "indent": 2, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -46237,7 +46237,7 @@ "code": 401, "indent": 2, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -46299,7 +46299,7 @@ "code": 401, "indent": 2, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -46406,7 +46406,7 @@ "code": 401, "indent": 3, "parameters": [ - "Friendship with the thief has increased!" + "Friendship with the bandits has increased!" ] }, { @@ -46443,7 +46443,7 @@ "code": 401, "indent": 2, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -46634,7 +46634,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -46860,7 +46860,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -47086,7 +47086,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -47617,7 +47617,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -48159,7 +48159,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -48397,7 +48397,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -48953,7 +48953,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -49261,7 +49261,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -49599,7 +49599,7 @@ "code": 401, "indent": 0, "parameters": [ - "\"The thief's cock is the only thing that's ever\nmade my pussy feel good♡♡\"" + "\"The bandit's cock is the only thing that's ever\nmade my pussy feel good♡♡\"" ] }, { @@ -49900,7 +49900,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -50208,7 +50208,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -50859,7 +50859,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -51062,7 +51062,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -51206,7 +51206,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -51278,7 +51278,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -51764,7 +51764,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -52136,7 +52136,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -52280,7 +52280,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -52496,7 +52496,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -52760,7 +52760,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -65884,7 +65884,7 @@ "code": 401, "indent": 2, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -65932,7 +65932,7 @@ "code": 401, "indent": 2, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -65966,7 +65966,7 @@ "code": 401, "indent": 2, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -66014,7 +66014,7 @@ "code": 401, "indent": 2, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -66339,7 +66339,7 @@ "code": 401, "indent": 2, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -66483,7 +66483,7 @@ "code": 401, "indent": 2, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -66688,7 +66688,7 @@ "code": 401, "indent": 3, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -66736,7 +66736,7 @@ "code": 401, "indent": 3, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -66770,7 +66770,7 @@ "code": 401, "indent": 3, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -66827,7 +66827,7 @@ "code": 401, "indent": 3, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -82716,7 +82716,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief 1" + "Bandit 1" ] }, { @@ -82818,7 +82818,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief 2" + "Bandit 2" ] }, { @@ -82889,7 +82889,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief 3" + "Bandit 3" ] }, { @@ -82920,7 +82920,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief 2" + "Bandit 2" ] }, { @@ -82951,7 +82951,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief 1" + "Bandit 1" ] }, { @@ -83206,7 +83206,7 @@ "code": 401, "indent": 2, "parameters": [ - "Thief 1" + "Bandit 1" ] }, { @@ -83350,7 +83350,7 @@ "code": 401, "indent": 2, "parameters": [ - "Thief 2" + "Bandit 2" ] }, { @@ -83589,7 +83589,7 @@ "code": 401, "indent": 2, "parameters": [ - "Thief 3" + "Bandit 3" ] }, { @@ -83661,7 +83661,7 @@ "code": 401, "indent": 2, "parameters": [ - "Thief 1" + "Bandit 1" ] }, { @@ -83733,7 +83733,7 @@ "code": 401, "indent": 2, "parameters": [ - "Thief 2" + "Bandit 2" ] }, { @@ -84163,7 +84163,7 @@ "code": 401, "indent": 2, "parameters": [ - "Thief 1" + "Bandit 1" ] }, { @@ -84402,7 +84402,7 @@ "code": 401, "indent": 2, "parameters": [ - "Thief 1" + "Bandit 1" ] }, { @@ -84481,7 +84481,7 @@ "code": 401, "indent": 2, "parameters": [ - "\"Yesss♡♡ This perverted masochist bitch is the\nthieves' toilet♡♡ I live only to serve your cocks\nwith my pussy♡♡\"" + "\"Yesss♡♡ This perverted masochist bitch is the\nbandits' toilet♡♡ I live only to serve your cocks\nwith my pussy♡♡\"" ] }, { @@ -84546,7 +84546,7 @@ "code": 401, "indent": 2, "parameters": [ - "Thief 1" + "Bandit 1" ] }, { @@ -84713,7 +84713,7 @@ "code": 401, "indent": 2, "parameters": [ - "Thief 1" + "Bandit 1" ] }, { @@ -84940,7 +84940,7 @@ "code": 401, "indent": 2, "parameters": [ - "Thief 1" + "Bandit 1" ] }, { @@ -85019,7 +85019,7 @@ "code": 401, "indent": 2, "parameters": [ - "\"Fuguu ahhh♡♡ My legs♡♡ The thieves' feet♡♡ Ahh♡\nFuguuu♡♡\"" + "\"Fuguu ahhh♡♡ My legs♡♡ The bandits' feet♡♡ Ahh♡\nFuguuu♡♡\"" ] }, { @@ -85084,7 +85084,7 @@ "code": 401, "indent": 2, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -85784,7 +85784,7 @@ "code": 401, "indent": 2, "parameters": [ - "Thief 3" + "Bandit 3" ] }, { @@ -86010,7 +86010,7 @@ "code": 401, "indent": 2, "parameters": [ - "Thief 2" + "Bandit 2" ] }, { @@ -86123,7 +86123,7 @@ "code": 401, "indent": 2, "parameters": [ - "Thief 1" + "Bandit 1" ] }, { @@ -86236,7 +86236,7 @@ "code": 401, "indent": 2, "parameters": [ - "Thief 2" + "Bandit 2" ] }, { @@ -86462,7 +86462,7 @@ "code": 401, "indent": 2, "parameters": [ - "Thief 1" + "Bandit 1" ] }, { @@ -86575,7 +86575,7 @@ "code": 401, "indent": 2, "parameters": [ - "Thief 2" + "Bandit 2" ] }, { @@ -87023,7 +87023,7 @@ "code": 401, "indent": 2, "parameters": [ - "Thief 3" + "Bandit 3" ] }, { @@ -87496,7 +87496,7 @@ "code": 401, "indent": 2, "parameters": [ - "Thief 2" + "Bandit 2" ] }, { @@ -87804,7 +87804,7 @@ "code": 401, "indent": 2, "parameters": [ - "Thief 3" + "Bandit 3" ] }, { @@ -88112,7 +88112,7 @@ "code": 401, "indent": 2, "parameters": [ - "Thief 2" + "Bandit 2" ] }, { @@ -88751,7 +88751,7 @@ "code": 401, "indent": 2, "parameters": [ - "Thief 1" + "Bandit 1" ] }, { @@ -88905,7 +88905,7 @@ "code": 401, "indent": 2, "parameters": [ - "Thief 2" + "Bandit 2" ] }, { @@ -89059,7 +89059,7 @@ "code": 401, "indent": 2, "parameters": [ - "Thief 3" + "Bandit 3" ] }, { @@ -89412,7 +89412,7 @@ "code": 401, "indent": 2, "parameters": [ - "Thief 2" + "Bandit 2" ] }, { @@ -90020,7 +90020,7 @@ "code": 401, "indent": 2, "parameters": [ - "Thief 3" + "Bandit 3" ] }, { @@ -90215,7 +90215,7 @@ "code": 401, "indent": 2, "parameters": [ - "Thief 1" + "Bandit 1" ] }, { @@ -90890,7 +90890,7 @@ "code": 401, "indent": 3, "parameters": [ - "Friendship with the thief has increased!" + "Friendship with the bandits has increased!" ] }, { @@ -90927,7 +90927,7 @@ "code": 401, "indent": 2, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -91084,7 +91084,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief 1" + "Bandit 1" ] }, { @@ -91186,7 +91186,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief 2" + "Bandit 2" ] }, { @@ -91257,7 +91257,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief 3" + "Bandit 3" ] }, { @@ -91288,7 +91288,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief 2" + "Bandit 2" ] }, { @@ -91319,7 +91319,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief 1" + "Bandit 1" ] }, { @@ -91574,7 +91574,7 @@ "code": 401, "indent": 2, "parameters": [ - "Thief 1" + "Bandit 1" ] }, { @@ -91718,7 +91718,7 @@ "code": 401, "indent": 2, "parameters": [ - "Thief 2" + "Bandit 2" ] }, { @@ -91957,7 +91957,7 @@ "code": 401, "indent": 2, "parameters": [ - "Thief 3" + "Bandit 3" ] }, { @@ -92029,7 +92029,7 @@ "code": 401, "indent": 2, "parameters": [ - "Thief 1" + "Bandit 1" ] }, { @@ -92101,7 +92101,7 @@ "code": 401, "indent": 2, "parameters": [ - "Thief 2" + "Bandit 2" ] }, { @@ -92531,7 +92531,7 @@ "code": 401, "indent": 2, "parameters": [ - "Thief 1" + "Bandit 1" ] }, { @@ -92770,7 +92770,7 @@ "code": 401, "indent": 2, "parameters": [ - "Thief 1" + "Bandit 1" ] }, { @@ -92849,7 +92849,7 @@ "code": 401, "indent": 2, "parameters": [ - "\"Yesss♡♡ This perverted masochist bitch is the\nthieves' toilet♡♡ I live only to serve your cocks\nwith my pussy♡♡\"" + "\"Yesss♡♡ This perverted masochist bitch is the\nbandits' toilet♡♡ I live only to serve your cocks\nwith my pussy♡♡\"" ] }, { @@ -92914,7 +92914,7 @@ "code": 401, "indent": 2, "parameters": [ - "Thief 1" + "Bandit 1" ] }, { @@ -93081,7 +93081,7 @@ "code": 401, "indent": 2, "parameters": [ - "Thief 1" + "Bandit 1" ] }, { @@ -93308,7 +93308,7 @@ "code": 401, "indent": 2, "parameters": [ - "Thief 1" + "Bandit 1" ] }, { @@ -93387,7 +93387,7 @@ "code": 401, "indent": 2, "parameters": [ - "\"Fuguu ahhh♡♡ My legs♡♡ The thieves' feet♡♡ Ahh♡\nFuguuu♡♡\"" + "\"Fuguu ahhh♡♡ My legs♡♡ The bandits' feet♡♡ Ahh♡\nFuguuu♡♡\"" ] }, { @@ -93452,7 +93452,7 @@ "code": 401, "indent": 2, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -94152,7 +94152,7 @@ "code": 401, "indent": 2, "parameters": [ - "Thief 3" + "Bandit 3" ] }, { @@ -94378,7 +94378,7 @@ "code": 401, "indent": 2, "parameters": [ - "Thief 2" + "Bandit 2" ] }, { @@ -94491,7 +94491,7 @@ "code": 401, "indent": 2, "parameters": [ - "Thief 1" + "Bandit 1" ] }, { @@ -94604,7 +94604,7 @@ "code": 401, "indent": 2, "parameters": [ - "Thief 2" + "Bandit 2" ] }, { @@ -94830,7 +94830,7 @@ "code": 401, "indent": 2, "parameters": [ - "Thief 1" + "Bandit 1" ] }, { @@ -94943,7 +94943,7 @@ "code": 401, "indent": 2, "parameters": [ - "Thief 2" + "Bandit 2" ] }, { @@ -95391,7 +95391,7 @@ "code": 401, "indent": 2, "parameters": [ - "Thief 3" + "Bandit 3" ] }, { @@ -95864,7 +95864,7 @@ "code": 401, "indent": 2, "parameters": [ - "Thief 2" + "Bandit 2" ] }, { @@ -96172,7 +96172,7 @@ "code": 401, "indent": 2, "parameters": [ - "Thief 3" + "Bandit 3" ] }, { @@ -96480,7 +96480,7 @@ "code": 401, "indent": 2, "parameters": [ - "Thief 2" + "Bandit 2" ] }, { @@ -97119,7 +97119,7 @@ "code": 401, "indent": 2, "parameters": [ - "Thief 1" + "Bandit 1" ] }, { @@ -97273,7 +97273,7 @@ "code": 401, "indent": 2, "parameters": [ - "Thief 2" + "Bandit 2" ] }, { @@ -97427,7 +97427,7 @@ "code": 401, "indent": 2, "parameters": [ - "Thief 3" + "Bandit 3" ] }, { @@ -97780,7 +97780,7 @@ "code": 401, "indent": 2, "parameters": [ - "Thief 2" + "Bandit 2" ] }, { @@ -98388,7 +98388,7 @@ "code": 401, "indent": 2, "parameters": [ - "Thief 3" + "Bandit 3" ] }, { @@ -98583,7 +98583,7 @@ "code": 401, "indent": 2, "parameters": [ - "Thief 1" + "Bandit 1" ] }, { @@ -99258,7 +99258,7 @@ "code": 401, "indent": 3, "parameters": [ - "Friendship with the thief has increased!" + "Friendship with the bandits has increased!" ] }, { @@ -99295,7 +99295,7 @@ "code": 401, "indent": 2, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -99532,7 +99532,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -99694,7 +99694,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -99796,7 +99796,7 @@ "code": 401, "indent": 0, "parameters": [ - "\"...! Why is that?! Aren't all thieves horny\nbastards eager to fuck? Come to think of it, I've\nnever done it with you.\"" + "\"...! Why is that?! Aren't all bandits horny\nbastards eager to fuck? Come to think of it, I've\nnever done it with you.\"" ] }, { @@ -99861,7 +99861,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -100028,7 +100028,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -100100,7 +100100,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { diff --git a/www/data/Map013.json b/www/data/Map013.json index c4b9be2..e9c4887 100644 --- a/www/data/Map013.json +++ b/www/data/Map013.json @@ -27646,7 +27646,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -27790,7 +27790,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -27934,7 +27934,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -28006,7 +28006,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -28383,7 +28383,7 @@ "code": 401, "indent": 2, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -28455,7 +28455,7 @@ "code": 401, "indent": 2, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -28622,7 +28622,7 @@ "code": 401, "indent": 2, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -28789,7 +28789,7 @@ "code": 401, "indent": 2, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -29028,7 +29028,7 @@ "code": 401, "indent": 2, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -29267,7 +29267,7 @@ "code": 401, "indent": 2, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -29506,7 +29506,7 @@ "code": 401, "indent": 2, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -29673,7 +29673,7 @@ "code": 401, "indent": 2, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -29745,7 +29745,7 @@ "code": 401, "indent": 2, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -29984,7 +29984,7 @@ "code": 401, "indent": 2, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -30151,7 +30151,7 @@ "code": 401, "indent": 2, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -30362,7 +30362,7 @@ "code": 401, "indent": 2, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -30393,7 +30393,7 @@ "code": 401, "indent": 2, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -30531,7 +30531,7 @@ "code": 401, "indent": 3, "parameters": [ - "Friendship with the thief has increased!" + "Friendship with the bandits has increased!" ] }, { @@ -30568,7 +30568,7 @@ "code": 401, "indent": 2, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -30872,7 +30872,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -31121,7 +31121,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -31347,7 +31347,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -31623,7 +31623,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -32107,7 +32107,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -32138,7 +32138,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -32231,7 +32231,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -32347,7 +32347,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -32409,7 +32409,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -32612,7 +32612,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -32684,7 +32684,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -32943,7 +32943,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -33087,7 +33087,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -33231,7 +33231,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -33636,7 +33636,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -37438,7 +37438,7 @@ "code": 401, "indent": 1, "parameters": [ - "\"Yes♡ My whole knight life was a lie of false\nvirtue~♡♡ I couldn't stand up to a strong thief,\nyet I acted all high and mighty just because I was\na knight~♡♡\"" + "\"Yes♡ My whole knight life was a lie of false\nvirtue~♡♡ I couldn't stand up to a strong bandit,\nyet I acted all high and mighty just because I was\na knight~♡♡\"" ] }, { @@ -40059,7 +40059,7 @@ "code": 401, "indent": 1, "parameters": [ - "Friendship with the thief has increased!" + "Friendship with the bandits has increased!" ] }, { @@ -41687,7 +41687,7 @@ "code": 401, "indent": 0, "parameters": [ - "\"Seeing the boss himself swiftly handle an\nunexpected irregularity is impressive. As expected\nof the thief gang leader, such reckless\ndecisiveness.\"" + "\"Seeing the boss himself swiftly handle an\nunexpected irregularity is impressive. As expected\nof the bandit gang leader, such reckless\ndecisiveness.\"" ] }, { @@ -42504,7 +42504,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -51297,7 +51297,7 @@ "code": 401, "indent": 2, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -51441,7 +51441,7 @@ "code": 401, "indent": 2, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -51646,7 +51646,7 @@ "code": 401, "indent": 3, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -51694,7 +51694,7 @@ "code": 401, "indent": 3, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -51728,7 +51728,7 @@ "code": 401, "indent": 3, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -51785,7 +51785,7 @@ "code": 401, "indent": 3, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -52173,7 +52173,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -52387,7 +52387,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -52531,7 +52531,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -52710,7 +52710,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -52877,7 +52877,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -53044,7 +53044,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -53211,7 +53211,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -53378,7 +53378,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -53545,7 +53545,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -53617,7 +53617,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -53689,7 +53689,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -53761,7 +53761,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -53935,7 +53935,7 @@ "code": 401, "indent": 1, "parameters": [ - "\"(But... capturing and selling humans is just a\ncrime. That's what thieves do.)\"" + "\"(But... capturing and selling humans is just a\ncrime. That's what bandits do.)\"" ] }, { @@ -54000,7 +54000,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -54167,7 +54167,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -54327,7 +54327,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -54494,7 +54494,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -55085,7 +55085,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -55116,7 +55116,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -55147,7 +55147,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -55211,7 +55211,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -55291,7 +55291,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -55315,7 +55315,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -55339,7 +55339,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -56866,7 +56866,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -58263,7 +58263,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -58338,7 +58338,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -62382,7 +62382,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -62454,7 +62454,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -62621,7 +62621,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -62938,7 +62938,7 @@ "code": 401, "indent": 2, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -63193,7 +63193,7 @@ "code": 401, "indent": 2, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -63566,7 +63566,7 @@ "code": 401, "indent": 2, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -63827,7 +63827,7 @@ "code": 401, "indent": 2, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -63940,7 +63940,7 @@ "code": 401, "indent": 2, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -64053,7 +64053,7 @@ "code": 401, "indent": 2, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -64664,7 +64664,7 @@ "code": 401, "indent": 2, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -64913,7 +64913,7 @@ "code": 401, "indent": 2, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -65162,7 +65162,7 @@ "code": 401, "indent": 2, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -65411,7 +65411,7 @@ "code": 401, "indent": 2, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -66079,7 +66079,7 @@ "code": 401, "indent": 2, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -66412,7 +66412,7 @@ "code": 401, "indent": 3, "parameters": [ - "Friendship with the Thief has increased!" + "Friendship with the Bandits has increased!" ] }, { @@ -66449,7 +66449,7 @@ "code": 401, "indent": 2, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -66496,7 +66496,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { diff --git a/www/data/Map014.json b/www/data/Map014.json index dd86de1..6894e2e 100644 --- a/www/data/Map014.json +++ b/www/data/Map014.json @@ -22355,7 +22355,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -22409,7 +22409,7 @@ "code": 401, "indent": 0, "parameters": [ - "\"There are thieves inside?!\"" + "\"There are bandits inside?!\"" ] }, { @@ -22846,7 +22846,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -25015,7 +25015,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -25152,7 +25152,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -25342,7 +25342,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -25640,7 +25640,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -25807,7 +25807,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -26089,7 +26089,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -26328,7 +26328,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -26711,7 +26711,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -26878,7 +26878,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -27094,7 +27094,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -27318,7 +27318,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -27544,7 +27544,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -27793,7 +27793,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -28095,7 +28095,7 @@ "code": 401, "indent": 1, "parameters": [ - "Friendship with the thief has increased!" + "Friendship with the bandits has increased!" ] }, { @@ -28364,7 +28364,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -28508,7 +28508,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -28740,7 +28740,7 @@ "code": 401, "indent": 3, "parameters": [ - "Friendship with the Thief has increased!" + "Friendship with the Bandits has increased!" ] }, { @@ -28798,7 +28798,7 @@ "code": 401, "indent": 2, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -28906,7 +28906,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -29032,7 +29032,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -29063,14 +29063,14 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { "code": 401, "indent": 0, "parameters": [ - "\"The thief gang's been wiped out... I got\nseparated, this is the worst!\"" + "\"The bandit gang's been wiped out... I got\nseparated, this is the worst!\"" ] }, { @@ -29239,7 +29239,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -29352,7 +29352,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -29465,7 +29465,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -29978,7 +29978,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -30122,7 +30122,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -30253,7 +30253,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -30315,7 +30315,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -30346,7 +30346,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -30377,7 +30377,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -30408,7 +30408,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -30470,7 +30470,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -30532,7 +30532,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -30770,7 +30770,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -30973,7 +30973,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -31221,7 +31221,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -31283,7 +31283,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -31345,7 +31345,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -31407,7 +31407,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -32710,7 +32710,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -32782,7 +32782,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -32949,7 +32949,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -33317,7 +33317,7 @@ "code": 401, "indent": 2, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -33679,7 +33679,7 @@ "code": 401, "indent": 2, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -33928,7 +33928,7 @@ "code": 401, "indent": 2, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -34313,7 +34313,7 @@ "code": 401, "indent": 2, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -34675,7 +34675,7 @@ "code": 401, "indent": 2, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -34924,7 +34924,7 @@ "code": 401, "indent": 2, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -35173,7 +35173,7 @@ "code": 401, "indent": 2, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -35422,7 +35422,7 @@ "code": 401, "indent": 2, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -35648,7 +35648,7 @@ "code": 401, "indent": 2, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -35898,7 +35898,7 @@ "code": 401, "indent": 2, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -36005,7 +36005,7 @@ "code": 401, "indent": 3, "parameters": [ - "Friendship with the Thief has increased!" + "Friendship with the Bandits has increased!" ] }, { @@ -36042,7 +36042,7 @@ "code": 401, "indent": 2, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -47067,7 +47067,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -47098,7 +47098,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -47340,7 +47340,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -47757,7 +47757,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -59875,7 +59875,7 @@ "code": 401, "indent": 0, "parameters": [ - "\"Yeah, I was investigating on the way here, and it\nseems the thieves have been deliberately coming\nand going repeatedly.\"" + "\"Yeah, I was investigating on the way here, and it\nseems the bandits have been deliberately coming\nand going repeatedly.\"" ] }, { @@ -60147,7 +60147,7 @@ "code": 401, "indent": 0, "parameters": [ - "\"If this path is blocked, the thieves will be in\ntrouble. I'll try negotiating a bit with the thief\nwe luckily tamed earlier.\"" + "\"If this path is blocked, the bandits will be in\ntrouble. I'll try negotiating a bit with the bandit\nwe luckily tamed earlier.\"" ] }, { @@ -60171,7 +60171,7 @@ "code": 401, "indent": 0, "parameters": [ - "\"Apparently the thieves are plotting a betrayal\nagainst the mastermind, so I think it'll go well.\"" + "\"Apparently the bandits are plotting a betrayal\nagainst the mastermind, so I think it'll go well.\"" ] }, { @@ -60918,7 +60918,7 @@ "code": 401, "indent": 0, "parameters": [ - "\"I also heard the thieves are after that\nsomething, so there must be something going on.\"" + "\"I also heard the bandits are after that\nsomething, so there must be something going on.\"" ] }, { @@ -80922,7 +80922,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -80997,7 +80997,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -82608,7 +82608,7 @@ "code": 401, "indent": 0, "parameters": [ - "\"But before that, since the thieves are gone as\nreported, we need to clean up the remaining\nbandits... It's going to be tough.\"" + "\"But before that, since the bandits are gone as\nreported, we need to clean up the remaining\nbandits... It's going to be tough.\"" ] }, { diff --git a/www/data/Map018.json b/www/data/Map018.json index 9b755fb..8944f99 100644 --- a/www/data/Map018.json +++ b/www/data/Map018.json @@ -8165,7 +8165,7 @@ "code": 401, "indent": 0, "parameters": [ - "\"Thief? How the hell did you get in here?!\"" + "\"Bandit? How the hell did you get in here?!\"" ] }, { @@ -8260,7 +8260,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -8956,7 +8956,7 @@ "code": 401, "indent": 0, "parameters": [ - "\"Now then, everyone, as you can see, we are\nthieves. But don't worry, today what we're taking\nfrom you is just a little bit of your time.\"" + "\"Now then, everyone, as you can see, we are\nbandits. But don't worry, today what we're taking\nfrom you is just a little bit of your time.\"" ] }, { @@ -9321,7 +9321,7 @@ "code": 401, "indent": 0, "parameters": [ - "\"Then why is she with thieves? Did she betray us?\"" + "\"Then why is she with bandits? Did she betray us?\"" ] }, { diff --git a/www/data/Map020.json b/www/data/Map020.json index 2743077..3868a97 100644 --- a/www/data/Map020.json +++ b/www/data/Map020.json @@ -17509,7 +17509,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -17554,7 +17554,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -17599,7 +17599,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -17987,7 +17987,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -18032,7 +18032,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -18077,7 +18077,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -18465,7 +18465,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -18510,7 +18510,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -18555,7 +18555,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -18965,7 +18965,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -19010,7 +19010,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -19055,7 +19055,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -20947,7 +20947,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -20992,7 +20992,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -21037,7 +21037,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -21447,7 +21447,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -21492,7 +21492,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -21537,7 +21537,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -22172,7 +22172,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -22217,7 +22217,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -22262,7 +22262,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -22533,7 +22533,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -22710,7 +22710,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -22794,7 +22794,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -22878,7 +22878,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -22962,7 +22962,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -23385,7 +23385,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -23430,7 +23430,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -23475,7 +23475,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -23746,7 +23746,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -23830,7 +23830,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -23914,7 +23914,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -23998,7 +23998,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -24082,7 +24082,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -24166,7 +24166,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -24250,7 +24250,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -24394,7 +24394,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -24478,7 +24478,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -24562,7 +24562,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -24646,7 +24646,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -24730,7 +24730,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -24814,7 +24814,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -25415,7 +25415,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -25924,7 +25924,7 @@ "code": 401, "indent": 0, "parameters": [ - "\"Swear my loyalty to Lord Jed as a member of the\nthief gang ♡♡\"" + "\"Swear my loyalty to Lord Jed as a member of the\nbandit gang ♡♡\"" ] }, { @@ -26091,7 +26091,7 @@ "code": 401, "indent": 0, "parameters": [ - "\"I want to become a thief too ♡♡ Make easy money\nand live lazily, indulging every desire... living\nsolely for myself ♡♡\"" + "\"I want to become a bandit too ♡♡ Make easy money\nand live lazily, indulging every desire... living\nsolely for myself ♡♡\"" ] }, { @@ -26165,7 +26165,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -26246,14 +26246,14 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { "code": 401, "indent": 0, "parameters": [ - "\"Alright! You heard that, right? Olivia's\nofficially joining our thief gang!\"" + "\"Alright! You heard that, right? Olivia's\nofficially joining our bandit gang!\"" ] }, { diff --git a/www/data/Map021.json b/www/data/Map021.json index b0b8d3f..866a0f8 100644 --- a/www/data/Map021.json +++ b/www/data/Map021.json @@ -5268,7 +5268,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -5468,7 +5468,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -5666,7 +5666,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -6279,7 +6279,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -6367,7 +6367,7 @@ "code": 401, "indent": 0, "parameters": [ - "\"Serves you right, thieves! When the knight\nonee-chan shows up, you guys get wrecked!\"" + "\"Serves you right, bandits! When the knight\nonee-chan shows up, you guys get wrecked!\"" ] }, { @@ -6441,7 +6441,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -6544,7 +6544,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -6616,7 +6616,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -6850,7 +6850,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -7114,7 +7114,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -7176,7 +7176,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -7366,7 +7366,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -7842,7 +7842,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -8018,7 +8018,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -8090,7 +8090,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -8296,7 +8296,7 @@ "code": 401, "indent": 1, "parameters": [ - "(But what to do... Without my strength back, I\ncan't take down the thieves without harming the\nhostage... I need to find a way to distract them,\neven for just a moment...)" + "(But what to do... Without my strength back, I\ncan't take down the bandits without harming the\nhostage... I need to find a way to distract them,\neven for just a moment...)" ] }, { @@ -8553,7 +8553,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -8767,7 +8767,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -9029,7 +9029,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { diff --git a/www/data/Map022.json b/www/data/Map022.json index 3510f8e..e061f5e 100644 --- a/www/data/Map022.json +++ b/www/data/Map022.json @@ -12428,7 +12428,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -12473,7 +12473,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -12518,7 +12518,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -13153,7 +13153,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -13198,7 +13198,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -13243,7 +13243,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -13631,7 +13631,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -13676,7 +13676,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -13721,7 +13721,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -14356,7 +14356,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -14401,7 +14401,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -14446,7 +14446,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -15923,7 +15923,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -15968,7 +15968,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -16013,7 +16013,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -16401,7 +16401,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -16446,7 +16446,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -16491,7 +16491,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -16879,7 +16879,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -16924,7 +16924,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -16969,7 +16969,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -18715,7 +18715,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -18760,7 +18760,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -18805,7 +18805,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -19215,7 +19215,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -19260,7 +19260,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -19305,7 +19305,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -20696,7 +20696,7 @@ "code": 401, "indent": 0, "parameters": [ - "\"Hey hey, sleeping in during a village crisis\nisn't good. Thanks to that, some scary thieves\nhave snuck into the village.\"" + "\"Hey hey, sleeping in during a village crisis\nisn't good. Thanks to that, some scary bandits\nhave snuck into the village.\"" ] }, { @@ -21030,7 +21030,7 @@ "code": 401, "indent": 0, "parameters": [ - "\"Give it back, huh? Hahaha, sounds familiar. You\nreally think thieves return what they steal?\"" + "\"Give it back, huh? Hahaha, sounds familiar. You\nreally think bandits return what they steal?\"" ] }, { @@ -21840,7 +21840,7 @@ "code": 401, "indent": 0, "parameters": [ - "\"...You guys aren't just opportunistic thieves,\nare you?\"" + "\"...You guys aren't just opportunistic bandits,\nare you?\"" ] }, { @@ -28276,7 +28276,7 @@ "code": 401, "indent": 0, "parameters": [ - "(Right now, even dealing with a single thief seems\ntough.)" + "(Right now, even dealing with a single bandit seems\ntough.)" ] }, { diff --git a/www/data/Map023.json b/www/data/Map023.json index ec46fef..64dec41 100644 --- a/www/data/Map023.json +++ b/www/data/Map023.json @@ -24618,7 +24618,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -24649,7 +24649,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -24680,7 +24680,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -24704,7 +24704,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -25072,7 +25072,7 @@ "code": 401, "indent": 0, "parameters": [ - "(If I \\c[18]push this thief back, I'll earn Jed's\nresentment\\c[0])" + "(If I \\c[18]push this bandit back, I'll earn Jed's\nresentment\\c[0])" ] }, { @@ -25196,7 +25196,7 @@ "code": 401, "indent": 2, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -25220,7 +25220,7 @@ "code": 401, "indent": 2, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -25323,7 +25323,7 @@ "code": 401, "indent": 2, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -25516,7 +25516,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -25636,7 +25636,7 @@ "code": 401, "indent": 2, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -25660,7 +25660,7 @@ "code": 401, "indent": 2, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -25763,7 +25763,7 @@ "code": 401, "indent": 2, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -26007,7 +26007,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -26106,7 +26106,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -36783,7 +36783,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -37061,7 +37061,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -37182,7 +37182,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -37730,7 +37730,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -37811,7 +37811,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -38209,7 +38209,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -38376,7 +38376,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -41647,7 +41647,7 @@ "code": 401, "indent": 0, "parameters": [ - "\"Don't hide it, it was written all over your face.\nSo, welcome to our thief gang's sex slave!\"" + "\"Don't hide it, it was written all over your face.\nSo, welcome to our bandit gang's sex slave!\"" ] }, { @@ -44241,7 +44241,7 @@ "code": 401, "indent": 0, "parameters": [ - "\"We're thieves, I get your point. But isn't it\ntough just being fucked all the time?\"" + "\"We're bandits, I get your point. But isn't it\ntough just being fucked all the time?\"" ] }, { @@ -44742,7 +44742,7 @@ "code": 401, "indent": 0, "parameters": [ - "\"If I accept the thieves' lust, they'll let me\ngo... but... I'm a knight♡ And your cock feels so\ngood...♡♡\"" + "\"If I accept the bandits' lust, they'll let me\ngo... but... I'm a knight♡ And your cock feels so\ngood...♡♡\"" ] }, { @@ -47678,7 +47678,7 @@ "code": 401, "indent": 0, "parameters": [ - "\"Make sure you report that you've officially\nbecome our thieves' shared 'fuck buddy'.\nOtherwise, they won't give you any precious Magic\nPotions.\"" + "\"Make sure you report that you've officially\nbecome our bandits' shared 'fuck buddy'.\nOtherwise, they won't give you any precious Magic\nPotions.\"" ] }, { @@ -48623,7 +48623,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -48898,7 +48898,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -48929,7 +48929,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -49047,7 +49047,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -49109,7 +49109,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -49171,7 +49171,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -49202,7 +49202,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -49272,7 +49272,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -49514,7 +49514,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -52947,7 +52947,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -53163,7 +53163,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -53307,7 +53307,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -53763,7 +53763,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -53979,7 +53979,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -54123,7 +54123,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { diff --git a/www/data/Map025.json b/www/data/Map025.json index 6136034..1780328 100644 --- a/www/data/Map025.json +++ b/www/data/Map025.json @@ -8510,7 +8510,7 @@ "code": 401, "indent": 0, "parameters": [ - "\"Agreed, but the front door is blocked, and the\npath from underground is guarded by some unusually\nstrong thieves.\"" + "\"Agreed, but the front door is blocked, and the\npath from underground is guarded by some unusually\nstrong bandits.\"" ] }, { @@ -8646,7 +8646,7 @@ "code": 401, "indent": 0, "parameters": [ - "\"There's a way to drive off the thieves without\nfighting. I'll lure them with my body, and you can\nsneak in while they're distracted.\"" + "\"There's a way to drive off the bandits without\nfighting. I'll lure them with my body, and you can\nsneak in while they're distracted.\"" ] }, { @@ -11936,7 +11936,7 @@ "code": 401, "indent": 0, "parameters": [ - "\"Well, with level drain and a thief's sudden\nattack, it's understandable.\"" + "\"Well, with level drain and a bandit's sudden\nattack, it's understandable.\"" ] }, { @@ -13068,7 +13068,7 @@ "code": 401, "indent": 0, "parameters": [ - "\"How many times have you let thieves have their\nway with your body, Olivia?\"" + "\"How many times have you let bandits have their\nway with your body, Olivia?\"" ] }, { @@ -15156,7 +15156,7 @@ "code": 401, "indent": 1, "parameters": [ - "\"Agreed. But the front door is blocked, and the\npath from underground is guarded by some unusually\nstrong thieves.\"" + "\"Agreed. But the front door is blocked, and the\npath from underground is guarded by some unusually\nstrong bandits.\"" ] }, { @@ -15292,7 +15292,7 @@ "code": 401, "indent": 1, "parameters": [ - "\"There's a way to drive off the thieves without\nfighting. I'll distract them with my body, and\nOlivia can sneak in while they're occupied.\"" + "\"There's a way to drive off the bandits without\nfighting. I'll distract them with my body, and\nOlivia can sneak in while they're occupied.\"" ] }, { diff --git a/www/data/Map029.json b/www/data/Map029.json index 9b06fe7..5dfa479 100644 --- a/www/data/Map029.json +++ b/www/data/Map029.json @@ -20997,7 +20997,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -25774,7 +25774,7 @@ "code": 401, "indent": 0, "parameters": [ - "(If that's the case, quitting being a knight and\njoining a band of thieves would definitely be\nbetter for me, no doubt about it!)" + "(If that's the case, quitting being a knight and\njoining a band of bandits would definitely be\nbetter for me, no doubt about it!)" ] }, { @@ -27432,7 +27432,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -27507,7 +27507,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -27684,7 +27684,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -27715,7 +27715,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -27786,7 +27786,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -28644,7 +28644,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -28689,7 +28689,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -28734,7 +28734,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -29016,7 +29016,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -29268,7 +29268,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -29343,7 +29343,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -29427,7 +29427,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -29502,7 +29502,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -29586,7 +29586,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -29661,7 +29661,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -29745,7 +29745,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -29820,7 +29820,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { diff --git a/www/data/Map046.json b/www/data/Map046.json index d0e7116..92cc435 100644 --- a/www/data/Map046.json +++ b/www/data/Map046.json @@ -16718,7 +16718,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -16749,7 +16749,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -17050,7 +17050,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { diff --git a/www/data/Map047.json b/www/data/Map047.json index b437230..11da841 100644 --- a/www/data/Map047.json +++ b/www/data/Map047.json @@ -14441,7 +14441,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -14522,7 +14522,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -14758,7 +14758,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -17774,7 +17774,7 @@ "code": 401, "indent": 2, "parameters": [ - "\"Destroying the village, sending in the thieves―it\nwas all to buy time until you fall into\ncorruption♡\"" + "\"Destroying the village, sending in the bandits―it\nwas all to buy time until you fall into\ncorruption♡\"" ] }, { @@ -20788,7 +20788,7 @@ "code": 401, "indent": 2, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -24094,7 +24094,7 @@ "code": 401, "indent": 0, "parameters": [ - "\"Between the thief and Eiri, which do you prefer,\nOlivia?\"" + "\"Between the bandit and Eiri, which do you prefer,\nOlivia?\"" ] }, { @@ -24156,7 +24156,7 @@ "code": 401, "indent": 0, "parameters": [ - "\"Then if the thief shows up, Olivia's footing the\nbill for the next meal, huh?\"" + "\"Then if the bandit shows up, Olivia's footing the\nbill for the next meal, huh?\"" ] }, { @@ -24187,7 +24187,7 @@ "code": 401, "indent": 0, "parameters": [ - "\"Interesting, but I'm betting on the thief.\"" + "\"Interesting, but I'm betting on the bandit.\"" ] }, { @@ -26925,7 +26925,7 @@ "code": 401, "indent": 0, "parameters": [ - "\"Between the thief and Eiri, which do you prefer,\nOlivia?\"" + "\"Between the bandit and Eiri, which do you prefer,\nOlivia?\"" ] }, { @@ -26987,7 +26987,7 @@ "code": 401, "indent": 0, "parameters": [ - "\"Then if the thief shows up, Olivia's footing the\nbill for the next meal, huh?\"" + "\"Then if the bandit shows up, Olivia's footing the\nbill for the next meal, huh?\"" ] }, { @@ -27018,7 +27018,7 @@ "code": 401, "indent": 0, "parameters": [ - "\"Interesting, but I'm betting on the thief.\"" + "\"Interesting, but I'm betting on the bandit.\"" ] }, { @@ -28105,7 +28105,7 @@ "code": 401, "indent": 0, "parameters": [ - "\"I wonder what it's like inside? Like if there\nwere monsters or thieves.\"" + "\"I wonder what it's like inside? Like if there\nwere monsters or bandits.\"" ] }, { @@ -28279,7 +28279,7 @@ "code": 401, "indent": 0, "parameters": [ - "\"Yes... there were two thieves...\"" + "\"Yes... there were two bandits...\"" ] }, { @@ -31062,7 +31062,7 @@ "code": 401, "indent": 0, "parameters": [ - "\"Most likely either the thieves or Eiri will head\ntoward the church.\"" + "\"Most likely either the bandits or Eiri will head\ntoward the church.\"" ] }, { @@ -31175,7 +31175,7 @@ "code": 401, "indent": 0, "parameters": [ - "\"The goal is to separate Eiri and the thieves. If\nthe thieves come out, we chase them; if Eiri comes\nout, we storm in immediately.\"" + "\"The goal is to separate Eiri and the bandits. If\nthe bandits come out, we chase them; if Eiri comes\nout, we storm in immediately.\"" ] }, { @@ -31401,7 +31401,7 @@ "code": 401, "indent": 0, "parameters": [ - "\"No, the important thing is to face the thieves\nwithout Eiri present.\"" + "\"No, the important thing is to face the bandits\nwithout Eiri present.\"" ] }, { diff --git a/www/data/Map048.json b/www/data/Map048.json index 5b1586b..f2d2de8 100644 --- a/www/data/Map048.json +++ b/www/data/Map048.json @@ -10480,7 +10480,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -10525,7 +10525,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -10570,7 +10570,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -10969,7 +10969,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -11014,7 +11014,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -11059,7 +11059,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -11447,7 +11447,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -11492,7 +11492,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -11537,7 +11537,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -12767,7 +12767,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -12812,7 +12812,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -12857,7 +12857,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -13277,7 +13277,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -13322,7 +13322,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -13367,7 +13367,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -13791,7 +13791,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -13836,7 +13836,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -13881,7 +13881,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -14295,7 +14295,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -14340,7 +14340,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -14385,7 +14385,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -14883,7 +14883,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -14928,7 +14928,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -14973,7 +14973,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -15361,7 +15361,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -15406,7 +15406,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -15451,7 +15451,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { diff --git a/www/data/Map050.json b/www/data/Map050.json index 173fbd0..59b2d2d 100644 --- a/www/data/Map050.json +++ b/www/data/Map050.json @@ -4122,7 +4122,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -5065,7 +5065,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -5232,7 +5232,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -5399,7 +5399,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -5566,7 +5566,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -5710,7 +5710,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -5877,7 +5877,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -6021,7 +6021,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -6188,7 +6188,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -6260,7 +6260,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -6499,7 +6499,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -6651,7 +6651,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { diff --git a/www/data/Map051.json b/www/data/Map051.json index b874ce1..a2de1b7 100644 --- a/www/data/Map051.json +++ b/www/data/Map051.json @@ -5618,7 +5618,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -5663,7 +5663,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -5708,7 +5708,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -6112,7 +6112,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -6157,7 +6157,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -6202,7 +6202,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -6626,7 +6626,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -6671,7 +6671,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -6716,7 +6716,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -7136,7 +7136,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -7181,7 +7181,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -7226,7 +7226,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -7638,7 +7638,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -7683,7 +7683,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -7728,7 +7728,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -8148,7 +8148,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -8193,7 +8193,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -8238,7 +8238,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -8626,7 +8626,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -8671,7 +8671,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -8716,7 +8716,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { diff --git a/www/data/Map053.json b/www/data/Map053.json index 6ad1c19..30dc7de 100644 --- a/www/data/Map053.json +++ b/www/data/Map053.json @@ -5628,7 +5628,7 @@ "code": 401, "indent": 0, "parameters": [ - "(Living as a thief alongside Jed...)" + "(Living as a bandit alongside Jed...)" ] }, { @@ -9475,7 +9475,7 @@ "code": 401, "indent": 0, "parameters": [ - "(Looking forward to it, Olivia. Welcome to our\nthief gang♪)" + "(Looking forward to it, Olivia. Welcome to our\nbandit gang♪)" ] }, { diff --git a/www/data/Map054.json b/www/data/Map054.json index 10c94e1..97e003e 100644 --- a/www/data/Map054.json +++ b/www/data/Map054.json @@ -12860,7 +12860,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -13385,7 +13385,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -13457,7 +13457,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -13699,7 +13699,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -13885,7 +13885,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -13969,7 +13969,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -14118,7 +14118,7 @@ "code": 401, "indent": 0, "parameters": [ - "\"I'm so happy♡ To be able to clean the thief's\nfeet♡\"" + "\"I'm so happy♡ To be able to clean the bandit's\nfeet♡\"" ] }, { @@ -14322,7 +14322,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -14441,7 +14441,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -14580,7 +14580,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -14604,7 +14604,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -14688,7 +14688,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -14772,7 +14772,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -14856,7 +14856,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -14887,7 +14887,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -15105,7 +15105,7 @@ "code": 401, "indent": 0, "parameters": [ - "\"Ahh~ So warm♡ I'm honored to receive the thief's\npiss~~♡♡\"" + "\"Ahh~ So warm♡ I'm honored to receive the bandit's\npiss~~♡♡\"" ] }, { @@ -15381,7 +15381,7 @@ "code": 401, "indent": 0, "parameters": [ - "\"As always, the jobs that come our way aren't\nreally for thieves... Damn, it's such a pain.\"" + "\"As always, the jobs that come our way aren't\nreally for bandits... Damn, it's such a pain.\"" ] }, { @@ -15443,7 +15443,7 @@ "code": 401, "indent": 0, "parameters": [ - "\"Well, that's the motto of our thief gang,\nthough.\"" + "\"Well, that's the motto of our bandit gang,\nthough.\"" ] }, { @@ -17119,7 +17119,7 @@ "code": 401, "indent": 0, "parameters": [ - "\"Y-yes...♡♡ I am... this Jed Thief Gang's sex\nslave♡♡ I'm a useless piece of trash who can't\neven do proper work, but pleased to meet you♡\"" + "\"Y-yes...♡♡ I am... this Jed Bandit Gang's sex\nslave♡♡ I'm a useless piece of trash who can't\neven do proper work, but pleased to meet you♡\"" ] }, { diff --git a/www/data/Map055.json b/www/data/Map055.json index 98be520..84cd1b4 100644 --- a/www/data/Map055.json +++ b/www/data/Map055.json @@ -1711,7 +1711,7 @@ "code": 401, "indent": 0, "parameters": [ - "\"I thought so... But why would you become a slave\nto a lowly thief like this?\"" + "\"I thought so... But why would you become a slave\nto a lowly bandit like this?\"" ] }, { diff --git a/www/data/Map061.json b/www/data/Map061.json index 1667be7..7c85df8 100644 --- a/www/data/Map061.json +++ b/www/data/Map061.json @@ -4860,7 +4860,7 @@ "code": 401, "indent": 0, "parameters": [ - "\"Knight-sama, please take this. It's a bomb the\nthieves left behind.\"" + "\"Knight-sama, please take this. It's a bomb the\nbandits left behind.\"" ] }, { @@ -5230,7 +5230,7 @@ "code": 401, "indent": 0, "parameters": [ - "\"Now, more importantly, boy, it was your courage\nthat helped us defeat the thieves. Thank you.\"" + "\"Now, more importantly, boy, it was your courage\nthat helped us defeat the bandits. Thank you.\"" ] }, { diff --git a/www/data/Map063.json b/www/data/Map063.json index c4ec14b..7002797 100644 --- a/www/data/Map063.json +++ b/www/data/Map063.json @@ -5877,7 +5877,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -5908,7 +5908,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -5986,7 +5986,7 @@ "code": 401, "indent": 0, "parameters": [ - "\"Don't be stupid! If Olivia shows up, the thieves\nwill be wiped out instantly!\"" + "\"Don't be stupid! If Olivia shows up, the bandits\nwill be wiped out instantly!\"" ] }, { @@ -7141,7 +7141,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -7961,7 +7961,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { diff --git a/www/data/Map064.json b/www/data/Map064.json index b802e3e..c25f863 100644 --- a/www/data/Map064.json +++ b/www/data/Map064.json @@ -21953,7 +21953,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -22007,7 +22007,7 @@ "code": 401, "indent": 0, "parameters": [ - "\"There are thieves inside?!\"" + "\"There are bandits inside?!\"" ] }, { @@ -23279,7 +23279,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -23333,7 +23333,7 @@ "code": 401, "indent": 0, "parameters": [ - "\"There are thieves inside?!\"" + "\"There are bandits inside?!\"" ] }, { @@ -24605,7 +24605,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -24659,7 +24659,7 @@ "code": 401, "indent": 0, "parameters": [ - "\"There are thieves inside?!\"" + "\"There are bandits inside?!\"" ] }, { @@ -25931,7 +25931,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -25985,7 +25985,7 @@ "code": 401, "indent": 0, "parameters": [ - "\"There are thieves inside?!\"" + "\"There are bandits inside?!\"" ] }, { diff --git a/www/data/Map074.json b/www/data/Map074.json index 36b1770..9358f86 100644 --- a/www/data/Map074.json +++ b/www/data/Map074.json @@ -4708,7 +4708,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -4787,7 +4787,7 @@ "code": 401, "indent": 1, "parameters": [ - "(That presence... Have I been cornered by\nthieves?)" + "(That presence... Have I been cornered by\nbandits?)" ] }, { @@ -5027,7 +5027,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -5099,7 +5099,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -5274,7 +5274,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -5346,7 +5346,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -5596,7 +5596,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -5740,7 +5740,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -5884,7 +5884,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -6028,7 +6028,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -6100,7 +6100,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -6350,7 +6350,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { diff --git a/www/data/Map075.json b/www/data/Map075.json index b225c39..be65a1e 100644 --- a/www/data/Map075.json +++ b/www/data/Map075.json @@ -24880,7 +24880,7 @@ "code": 401, "indent": 0, "parameters": [ - "\"...I don't really know, but was that knight\nconnected to the thieves from the start?\"" + "\"...I don't really know, but was that knight\nconnected to the bandits from the start?\"" ] }, { @@ -25447,7 +25447,7 @@ "code": 401, "indent": 0, "parameters": [ - "\"A nympho gone crazy for a thief's cock...\"" + "\"A nympho gone crazy for a bandit's cock...\"" ] }, { @@ -27082,7 +27082,7 @@ "code": 401, "indent": 0, "parameters": [ - "\"You should be stronger than these thieves! Like\nlast time... help us!\"" + "\"You should be stronger than these bandits! Like\nlast time... help us!\"" ] }, { @@ -27825,7 +27825,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -29052,7 +29052,7 @@ "code": 401, "indent": 0, "parameters": [ - "\"Stop it. That sounds like you've teamed up with\nthieves.\"" + "\"Stop it. That sounds like you've teamed up with\nbandits.\"" ] }, { @@ -29219,7 +29219,7 @@ "code": 401, "indent": 0, "parameters": [ - "\"For the village? Is there any justification for\nteaming up with thieves and selling your own\nsister Ilia to them?\"" + "\"For the village? Is there any justification for\nteaming up with bandits and selling your own\nsister Ilia to them?\"" ] }, { @@ -29497,7 +29497,7 @@ "code": 401, "indent": 0, "parameters": [ - "\"No matter how much I explain, it's all excuses.\nThe only ones benefiting are these bastards♡\n...And I wield my sword for these lowest thieves♡\"" + "\"No matter how much I explain, it's all excuses.\nThe only ones benefiting are these bastards♡\n...And I wield my sword for these lowest bandits♡\"" ] }, { diff --git a/www/data/Map079.json b/www/data/Map079.json index 9d0d98b..e4ef8d6 100644 --- a/www/data/Map079.json +++ b/www/data/Map079.json @@ -3763,7 +3763,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -3794,7 +3794,7 @@ "code": 401, "indent": 0, "parameters": [ - "(There's a bound thief here... I see.)" + "(There's a bound bandit here... I see.)" ] }, { @@ -4606,7 +4606,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -4637,7 +4637,7 @@ "code": 401, "indent": 0, "parameters": [ - "(There's a bound thief here... I see.)" + "(There's a bound bandit here... I see.)" ] }, { diff --git a/www/data/Map080.json b/www/data/Map080.json index cfbbd52..b908c83 100644 --- a/www/data/Map080.json +++ b/www/data/Map080.json @@ -3502,7 +3502,7 @@ "code": 401, "indent": 0, "parameters": [ - "\"Yeah, no kidding. Damn, my hands are shaking.\nStealing a relic like this is probably a\nonce-in-a-lifetime thing for a thief like me.\"" + "\"Yeah, no kidding. Damn, my hands are shaking.\nStealing a relic like this is probably a\nonce-in-a-lifetime thing for a bandit like me.\"" ] }, { diff --git a/www/data/Map085.json b/www/data/Map085.json index f06124f..6bd3c15 100644 --- a/www/data/Map085.json +++ b/www/data/Map085.json @@ -3884,7 +3884,7 @@ "code": 401, "indent": 0, "parameters": [ - "The woman who threw words that rubbed us the wrong\nway and looked down on thieves like we weren't\neven human, with contemptuous disdain." + "The woman who threw words that rubbed us the wrong\nway and looked down on bandits like we weren't\neven human, with contemptuous disdain." ] }, { diff --git a/www/data/Map086.json b/www/data/Map086.json index c8d8cff..69fc741 100644 --- a/www/data/Map086.json +++ b/www/data/Map086.json @@ -6764,7 +6764,7 @@ "code": 401, "indent": 0, "parameters": [ - "\"Heh, pretty bold move hiding something so\nimportant in a village the thieves are attacking.\"" + "\"Heh, pretty bold move hiding something so\nimportant in a village the bandits are attacking.\"" ] }, { @@ -6950,7 +6950,7 @@ "code": 401, "indent": 0, "parameters": [ - "\"A mere thief... what are your intentions?!\"" + "\"A mere bandit... what are your intentions?!\"" ] }, { @@ -7207,7 +7207,7 @@ "code": 401, "indent": 0, "parameters": [ - "\"...No, that's not it. How can a mere thief\ncontrol Olivia?\"" + "\"...No, that's not it. How can a mere bandit\ncontrol Olivia?\"" ] }, { @@ -7278,7 +7278,7 @@ "code": 401, "indent": 0, "parameters": [ - "\"That's right, Level Drain! Is Olivia so weak now\nshe can lose to a thief?!\"" + "\"That's right, Level Drain! Is Olivia so weak now\nshe can lose to a bandit?!\"" ] }, { @@ -7587,7 +7587,7 @@ "code": 401, "indent": 0, "parameters": [ - "\"So she's here. Heard she used to be a top-notch\nthief. I kinda admire her.\"" + "\"So she's here. Heard she used to be a top-notch\nbandit. I kinda admire her.\"" ] }, { @@ -8167,7 +8167,7 @@ "code": 401, "indent": 1, "parameters": [ - "\"Why, Olivia?! Why are you following a mere thief\nlike this?!\"" + "\"Why, Olivia?! Why are you following a mere bandit\nlike this?!\"" ] }, { @@ -8357,7 +8357,7 @@ "code": 401, "indent": 1, "parameters": [ - "\"You even teamed up with a thief! And wore such\nfilthy clothes to trap me!\"" + "\"You even teamed up with a bandit! And wore such\nfilthy clothes to trap me!\"" ] }, { @@ -8524,7 +8524,7 @@ "code": 401, "indent": 1, "parameters": [ - "\"That's right... Jed showed me the power of a\nman♡♡ So I abandoned being a knight and became a\nfemale thief myself♡♡\"" + "\"That's right... Jed showed me the power of a\nman♡♡ So I abandoned being a knight and became a\nfemale bandit myself♡♡\"" ] }, { @@ -8930,7 +8930,7 @@ "code": 401, "indent": 1, "parameters": [ - "\"...I won't forgive you. I won't forgive you,\nthief!!\"" + "\"...I won't forgive you. I won't forgive you,\nbandit!!\"" ] }, { diff --git a/www/data/Map087.json b/www/data/Map087.json index 407b98c..1132222 100644 --- a/www/data/Map087.json +++ b/www/data/Map087.json @@ -19050,7 +19050,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thieves" + "Bandits" ] }, { @@ -19419,7 +19419,7 @@ "code": 401, "indent": 0, "parameters": [ - "(Still, I've never once felt regret―I guess I've\nbeen completely taken over by these thieves.)" + "(Still, I've never once felt regret―I guess I've\nbeen completely taken over by these bandits.)" ] }, { @@ -20109,7 +20109,7 @@ "code": 401, "indent": 0, "parameters": [ - "END. The Path of Living as a Thief" + "END. The Path of Living as a Bandit" ] }, { diff --git a/www/data/Map090.json b/www/data/Map090.json index bb8496f..3c3340a 100644 --- a/www/data/Map090.json +++ b/www/data/Map090.json @@ -4355,7 +4355,7 @@ "code": 401, "indent": 0, "parameters": [ - "\"Then after a while, thieves attacked. Honestly, I\ndidn't feel safe at all, but Norn-san chased them\noff...\"" + "\"Then after a while, bandits attacked. Honestly, I\ndidn't feel safe at all, but Norn-san chased them\noff...\"" ] }, { @@ -5125,7 +5125,7 @@ "code": 401, "indent": 0, "parameters": [ - "\"Indeed, her appearance changed the situation\ndrastically. But until now, she basically left the\nchaos to the thieves.\"" + "\"Indeed, her appearance changed the situation\ndrastically. But until now, she basically left the\nchaos to the bandits.\"" ] }, { @@ -5238,7 +5238,7 @@ "code": 401, "indent": 0, "parameters": [ - "\"Maybe it's because she couldn't leave it to the\nthieves anymore?\"" + "\"Maybe it's because she couldn't leave it to the\nbandits anymore?\"" ] }, { @@ -5351,7 +5351,7 @@ "code": 401, "indent": 0, "parameters": [ - "\"Maybe it's because she couldn't leave it to the\nthieves anymore?\"" + "\"Maybe it's because she couldn't leave it to the\nbandits anymore?\"" ] }, { @@ -6008,7 +6008,7 @@ "code": 401, "indent": 0, "parameters": [ - "\"The thieves called them that too.\"" + "\"The bandits called them that too.\"" ] }, { @@ -9268,7 +9268,7 @@ "code": 401, "indent": 0, "parameters": [ - "\"It was a thief's cock-only pussy♡♡ But I let you\nuse it specially♡♡ Quite the masterpiece, right♡♡\"" + "\"It was a bandit's cock-only pussy♡♡ But I let you\nuse it specially♡♡ Quite the masterpiece, right♡♡\"" ] }, { @@ -9340,7 +9340,7 @@ "code": 401, "indent": 0, "parameters": [ - "\"Unlike the rough play that makes the thief's\nwomen cry, you were quite a good cock too♡♡ And...\nthis taste is exceptional♡♡\"" + "\"Unlike the rough play that makes the bandit's\nwomen cry, you were quite a good cock too♡♡ And...\nthis taste is exceptional♡♡\"" ] }, { diff --git a/www/data/Map093.json b/www/data/Map093.json index 54891a9..1e63796 100644 --- a/www/data/Map093.json +++ b/www/data/Map093.json @@ -12787,7 +12787,7 @@ "code": 401, "indent": 0, "parameters": [ - "\"Yes... the thieves looked away... there was a\nchance... so... I came to call for help.\"" + "\"Yes... the bandits looked away... there was a\nchance... so... I came to call for help.\"" ] }, { @@ -17065,7 +17065,7 @@ "code": 401, "indent": 0, "parameters": [ - "\"We have no choice... though we'll have to protect\nher at the same time... The enemy is just Eiri and\ntwo thieves.\"" + "\"We have no choice... though we'll have to protect\nher at the same time... The enemy is just Eiri and\ntwo bandits.\"" ] }, { @@ -17701,7 +17701,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thieves" + "Bandits" ] }, { @@ -22842,7 +22842,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -22955,7 +22955,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { diff --git a/www/data/Map094.json b/www/data/Map094.json index fb0d045..2976eba 100644 --- a/www/data/Map094.json +++ b/www/data/Map094.json @@ -6470,7 +6470,7 @@ "code": 401, "indent": 2, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -6728,7 +6728,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -6872,7 +6872,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -6956,7 +6956,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -7058,7 +7058,7 @@ "code": 401, "indent": 0, "parameters": [ - "(Right? He should just finish this quickly, but\nhe's a thief after all. It'll take time, but there\nmight still be a chance to steal the Mirage\nDresser and make a run for it.)" + "(Right? He should just finish this quickly, but\nhe's a bandit after all. It'll take time, but there\nmight still be a chance to steal the Mirage\nDresser and make a run for it.)" ] }, { @@ -7195,7 +7195,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -7279,7 +7279,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -7458,7 +7458,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -7530,7 +7530,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -7704,7 +7704,7 @@ "code": 401, "indent": 0, "parameters": [ - "\"I'm also looking forward to some fun sex. I was\ngetting bored dealing with the same old thieves\nanyway.\"" + "\"I'm also looking forward to some fun sex. I was\ngetting bored dealing with the same old bandits\nanyway.\"" ] }, { @@ -7769,7 +7769,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { diff --git a/www/data/Map095.json b/www/data/Map095.json index 1e949a0..d23a4d6 100644 --- a/www/data/Map095.json +++ b/www/data/Map095.json @@ -4337,7 +4337,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -4370,7 +4370,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -4403,7 +4403,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -6633,7 +6633,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { diff --git a/www/data/Map108.json b/www/data/Map108.json index ca69418..f1472b2 100644 --- a/www/data/Map108.json +++ b/www/data/Map108.json @@ -8277,7 +8277,7 @@ "code": 401, "indent": 0, "parameters": [ - "\"And if the thief's leader and Eiri's power\ncombine... my victory will be absolute!\"" + "\"And if the bandits' leader and Eiri's power\ncombine... my victory will be absolute!\"" ] }, { diff --git a/www/data/Map114.json b/www/data/Map114.json index 6ad2166..760ccb2 100644 --- a/www/data/Map114.json +++ b/www/data/Map114.json @@ -1909,7 +1909,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -1971,7 +1971,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -2082,7 +2082,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -2226,7 +2226,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -2393,7 +2393,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -2614,7 +2614,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -2760,7 +2760,7 @@ "code": 401, "indent": 0, "parameters": [ - "\"You scum...! Are all thieves driven by nothing\nbut lust?\"" + "\"You scum...! Are all bandits driven by nothing\nbut lust?\"" ] }, { @@ -3389,7 +3389,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -3451,7 +3451,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -3522,7 +3522,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -3633,7 +3633,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -3777,7 +3777,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -3944,7 +3944,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { diff --git a/www/data/Map122.json b/www/data/Map122.json index 33626bc..b2a90d4 100644 --- a/www/data/Map122.json +++ b/www/data/Map122.json @@ -8226,7 +8226,7 @@ "code": 401, "indent": 0, "parameters": [ - "\"Who would believe you? A whore who fell into the\nhands of thieves...\"" + "\"Who would believe you? A whore who fell into the\nhands of bandits...\"" ] }, { diff --git a/www/data/Map127.json b/www/data/Map127.json index fd28f77..beaa3ab 100644 --- a/www/data/Map127.json +++ b/www/data/Map127.json @@ -16171,7 +16171,7 @@ "code": 401, "indent": 0, "parameters": [ - "Do you want to recall [Blowjob from the Thief]?" + "Do you want to recall [Blowjob from the Bandit]?" ] }, { @@ -19230,7 +19230,7 @@ "code": 401, "indent": 0, "parameters": [ - "Do you want to recall [Thief Route 3]?" + "Do you want to recall [Bandit Route 3]?" ] }, { @@ -19415,7 +19415,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -19670,7 +19670,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -20043,7 +20043,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -20304,7 +20304,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -20417,7 +20417,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -20530,7 +20530,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -21141,7 +21141,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -21390,7 +21390,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -21639,7 +21639,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -21888,7 +21888,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -22556,7 +22556,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -22912,7 +22912,7 @@ "code": 401, "indent": 0, "parameters": [ - "Do you want to recall the [Thief Route 2]?" + "Do you want to recall the [Bandit Route 2]?" ] }, { @@ -23085,7 +23085,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief 1" + "Bandit 1" ] }, { @@ -23229,7 +23229,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief 2" + "Bandit 2" ] }, { @@ -23468,7 +23468,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief 3" + "Bandit 3" ] }, { @@ -23540,7 +23540,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief 1" + "Bandit 1" ] }, { @@ -23612,7 +23612,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief 2" + "Bandit 2" ] }, { @@ -24042,7 +24042,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief 1" + "Bandit 1" ] }, { @@ -24281,7 +24281,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief 1" + "Bandit 1" ] }, { @@ -24360,7 +24360,7 @@ "code": 401, "indent": 1, "parameters": [ - "\"Yesss♡♡ This perverted masochist bitch is the\nthief-sama's toilet♡♡ I live only to serve your\ncock with my pussy♡♡\"" + "\"Yesss♡♡ This perverted masochist bitch is the\nBandit-sama's toilet♡♡ I live only to serve your\ncock with my pussy♡♡\"" ] }, { @@ -24425,7 +24425,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief 1" + "Bandit 1" ] }, { @@ -24592,7 +24592,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief 1" + "Bandit 1" ] }, { @@ -24819,7 +24819,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief 1" + "Bandit 1" ] }, { @@ -24898,7 +24898,7 @@ "code": 401, "indent": 1, "parameters": [ - "\"Fugu ahhh♡♡ Your foot, thief-sama's foot♡♡ Ahh♡\nFuguuuu♡♡\"" + "\"Fugu ahhh♡♡ Your foot, Bandit-sama's foot♡♡ Ahh♡\nFuguuuu♡♡\"" ] }, { @@ -24963,7 +24963,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -25663,7 +25663,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief 3" + "Bandit 3" ] }, { @@ -25889,7 +25889,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief 2" + "Bandit 2" ] }, { @@ -26002,7 +26002,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief 1" + "Bandit 1" ] }, { @@ -26115,7 +26115,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief 2" + "Bandit 2" ] }, { @@ -26341,7 +26341,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief 1" + "Bandit 1" ] }, { @@ -26454,7 +26454,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief 2" + "Bandit 2" ] }, { @@ -26902,7 +26902,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief 3" + "Bandit 3" ] }, { @@ -27375,7 +27375,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief 2" + "Bandit 2" ] }, { @@ -27683,7 +27683,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief 3" + "Bandit 3" ] }, { @@ -27991,7 +27991,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief 2" + "Bandit 2" ] }, { @@ -28630,7 +28630,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief 1" + "Bandit 1" ] }, { @@ -28784,7 +28784,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief 2" + "Bandit 2" ] }, { @@ -28938,7 +28938,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief 3" + "Bandit 3" ] }, { @@ -29291,7 +29291,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief 2" + "Bandit 2" ] }, { @@ -29899,7 +29899,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief 3" + "Bandit 3" ] }, { @@ -30094,7 +30094,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief 1" + "Bandit 1" ] }, { @@ -30792,7 +30792,7 @@ "code": 401, "indent": 0, "parameters": [ - "Do you want to recall [Thief Route 4]?" + "Do you want to recall [Bandit Route 4]?" ] }, { @@ -30982,7 +30982,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -31054,7 +31054,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -31221,7 +31221,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -31388,7 +31388,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -31627,7 +31627,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -31866,7 +31866,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -32105,7 +32105,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -32272,7 +32272,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -32344,7 +32344,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -32583,7 +32583,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -32750,7 +32750,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -32961,7 +32961,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -32992,7 +32992,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -33169,7 +33169,7 @@ "code": 401, "indent": 0, "parameters": [ - "Do you want to recall [Thief Route 5]?" + "Do you want to recall [Bandit Route 5]?" ] }, { @@ -33445,7 +33445,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -33807,7 +33807,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -34056,7 +34056,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -34441,7 +34441,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -34803,7 +34803,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -35052,7 +35052,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -35301,7 +35301,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -35550,7 +35550,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -35776,7 +35776,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -36026,7 +36026,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -36789,7 +36789,7 @@ "code": 401, "indent": 0, "parameters": [ - "Abbreviating 'Thieves' Hideout'." + "Abbreviating 'Bandits' Hideout'." ] }, { @@ -36945,7 +36945,7 @@ "code": 401, "indent": 0, "parameters": [ - "Abbreviating 'Thieves' Hideout'." + "Abbreviating 'Bandits' Hideout'." ] }, { @@ -37438,7 +37438,7 @@ "code": 401, "indent": 0, "parameters": [ - "・Defeat the first thief ・Defeat the mastermind" + "・Defeat the first bandit ・Defeat the mastermind" ] }, { @@ -37737,7 +37737,7 @@ "code": 401, "indent": 0, "parameters": [ - "・Lose to the first Thief ・Without progressing the\nbug capture-related events, defeat the Thief in\nthe Underground ・Without becoming the Blowjob\nMonster, go to the mastermind with 100 lust" + "・Lose to the first Bandit ・Without progressing the\nbug capture-related events, defeat the Bandit in\nthe Underground ・Without becoming the Blowjob\nMonster, go to the mastermind with 100 lust" ] }, { @@ -38834,7 +38834,7 @@ "code": 401, "indent": 0, "parameters": [ - "・Lose to the first thief ・Without progressing the\nbug capture-related events, defeat the thief in\nthe underground ・Become the Blowjob Monster before\nentering the Village Chief's House" + "・Lose to the first bandit ・Without progressing the\nbug capture-related events, defeat the bandit in\nthe underground ・Become the Blowjob Monster before\nentering the Village Chief's House" ] }, { @@ -39179,7 +39179,7 @@ "code": 401, "indent": 0, "parameters": [ - "・Defeat the first thief ・Be defeated by the\nmastermind" + "・Defeat the first bandit ・Be defeated by the\nmastermind" ] }, { @@ -39520,7 +39520,7 @@ "code": 401, "indent": 0, "parameters": [ - "・Lose to the first thief ・Advance the bug capture\nevent before defeating the underground thief ・Take\nJed into the dungeon" + "・Lose to the first bandit ・Advance the bug capture\nevent before defeating the underground bandit ・Take\nJed into the dungeon" ] }, { @@ -39636,7 +39636,7 @@ "code": 401, "indent": 0, "parameters": [ - "Do you want to recall [ END. The Path of Living as\na Thief ]?" + "Do you want to recall [ END. The Path of Living as\na Bandit ]?" ] }, { @@ -39904,7 +39904,7 @@ "code": 401, "indent": 0, "parameters": [ - "・Lose to the first thief ・Keep defeating worms\nduring the worm capture event before defeating the\nunderground thief" + "・Lose to the first bandit ・Keep defeating worms\nduring the worm capture event before defeating the\nunderground bandit" ] }, { @@ -40249,7 +40249,7 @@ "code": 401, "indent": 0, "parameters": [ - "・Lose to the first thief ・\\c[18]Cross the bridge before\nentering the tavern and lose to the blowjob\nfighter\\c[0]" + "・Lose to the first bandit ・\\c[18]Cross the bridge before\nentering the tavern and lose to the blowjob\nfighter\\c[0]" ] }, { @@ -40574,7 +40574,7 @@ "code": 401, "indent": 0, "parameters": [ - "・Lose to the first Thief ・Raise your affection\nwith the Goblin to the maximum during the dungeon" + "・Lose to the first Bandit ・Raise your affection\nwith the Goblin to the maximum during the dungeon" ] }, { @@ -41516,7 +41516,7 @@ "code": 401, "indent": 0, "parameters": [ - "・Be defeated by the thief blocking the ladder ・Be\ndefeated by the worm" + "・Be defeated by the bandit blocking the ladder ・Be\ndefeated by the worm" ] }, { @@ -41768,7 +41768,7 @@ "code": 401, "indent": 0, "parameters": [ - "・Be defeated by the thief blocking the ladder\n・Talk to the thief while the seizure is active\n(seizures trigger based on the number of steps\ntaken)" + "・Be defeated by the bandit blocking the ladder\n・Talk to the bandit while the seizure is active\n(seizures trigger based on the number of steps\ntaken)" ] }, { @@ -41936,7 +41936,7 @@ "code": 401, "indent": 0, "parameters": [ - "・Be defeated by the thief blocking the ladder ・Win\nagainst the underground thief with a brainwashing\nlevel of 80 or higher" + "・Be defeated by the bandit blocking the ladder ・Win\nagainst the underground bandit with a brainwashing\nlevel of 80 or higher" ] }, { @@ -42020,7 +42020,7 @@ "code": 401, "indent": 0, "parameters": [ - "・Before challenging the thief blocking the ladder,\ngo to Addy's shop" + "・Before challenging the bandit blocking the ladder,\ngo to Addy's shop" ] }, { @@ -42104,7 +42104,7 @@ "code": 401, "indent": 0, "parameters": [ - "・Be defeated by the thief blocking the ladder\n・After clearing the dungeon, go to Addy's shop\nbefore turning into the Blowjob Monster" + "・Be defeated by the bandit blocking the ladder\n・After clearing the dungeon, go to Addy's shop\nbefore turning into the Blowjob Monster" ] }, { @@ -43666,7 +43666,7 @@ "code": 401, "indent": 0, "parameters": [ - "・Be defeated by the thief blocking the ladder" + "・Be defeated by the bandit blocking the ladder" ] }, { @@ -44096,7 +44096,7 @@ "code": 401, "indent": 0, "parameters": [ - "・Be defeated by the Thief" + "・Be defeated by the Bandit" ] }, { @@ -44180,7 +44180,7 @@ "code": 401, "indent": 0, "parameters": [ - "・Be defeated by the thief with Pride at 75 or\nbelow" + "・Be defeated by the bandit with Pride at 75 or\nbelow" ] }, { @@ -44264,7 +44264,7 @@ "code": 401, "indent": 0, "parameters": [ - "・Talk to the thief with a lust level of 60 or\nhigher and choose not to fight." + "・Talk to the bandit with a lust level of 60 or\nhigher and choose not to fight." ] }, { @@ -44348,7 +44348,7 @@ "code": 401, "indent": 0, "parameters": [ - "・Go to the dungeon with Jed before defeating the\nthieves underground (Progress the thief event,\nfind the rift in the underground, and report it to\nJed to access the dungeon)" + "・Go to the dungeon with Jed before defeating the\nbandits underground (Progress the bandit event,\nfind the rift in the underground, and report it to\nJed to access the dungeon)" ] }, { @@ -44432,7 +44432,7 @@ "code": 401, "indent": 0, "parameters": [ - "・After clearing the dungeon and selling valuables\nto the thief, head to the tent that the thief uses\nas a base." + "・After clearing the dungeon and selling valuables\nto the bandit, head to the tent that the bandit uses\nas a base." ] }, { @@ -44516,7 +44516,7 @@ "code": 401, "indent": 0, "parameters": [ - "・After going to the Thieves and the Shelter, enter\nthe tent inside the Thieves' Hideout while your\nheart is tainted." + "・After going to the Bandits and the Shelter, enter\nthe tent inside the Bandits' Hideout while your\nheart is tainted." ] }, { @@ -44768,7 +44768,7 @@ "code": 401, "indent": 0, "parameters": [ - "・After going to the shelter with the thief, talk\nto the thief in front of the tavern" + "・After going to the shelter with the bandit, talk\nto the bandit in front of the tavern" ] }, { @@ -44852,7 +44852,7 @@ "code": 401, "indent": 0, "parameters": [ - "・After going to the shelter with the thief, talk\nto the thief at the end of the secret path." + "・After going to the shelter with the bandit, talk\nto the bandit at the end of the secret path." ] }, { @@ -44936,7 +44936,7 @@ "code": 401, "indent": 0, "parameters": [ - "・Be defeated by the thief with Pride at 40 or\nbelow (Pride decreases if Jed gets angry after 50)" + "・Be defeated by the bandit with Pride at 40 or\nbelow (Pride decreases if Jed gets angry after 50)" ] }, { @@ -45020,7 +45020,7 @@ "code": 401, "indent": 0, "parameters": [ - "・Progress through the Thief event, then cross the\nbridge after shoplifting at the shop" + "・Progress through the Bandit event, then cross the\nbridge after shoplifting at the shop" ] }, { @@ -45104,7 +45104,7 @@ "code": 401, "indent": 0, "parameters": [ - "・Get scolded by Jed 3 times (Keep defeating worms\nduring the worm capture event before defeating the\nunderground thief)" + "・Get scolded by Jed 3 times (Keep defeating worms\nduring the worm capture event before defeating the\nunderground bandit)" ] }, { @@ -48090,7 +48090,7 @@ "code": 401, "indent": 0, "parameters": [ - "\"Prologue\" To \"Until The Challenge To The Thief\"\nIs Omitted. [Current situation: not omitted]" + "\"Prologue\" To \"Until The Challenge To The Bandit\"\nIs Omitted. [Current situation: not omitted]" ] }, { @@ -48239,7 +48239,7 @@ "code": 401, "indent": 0, "parameters": [ - "\"Prologue\" To \"Until The Challenge To The Thief\"\nIs Omitted. [Current situation: omitted]" + "\"Prologue\" To \"Until The Challenge To The Bandit\"\nIs Omitted. [Current situation: omitted]" ] }, { @@ -48804,7 +48804,7 @@ "code": 401, "indent": 0, "parameters": [ - "Do you want to recall [Thief Route 6]?" + "Do you want to recall [Bandit Route 6]?" ] }, { @@ -48850,7 +48850,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -49040,7 +49040,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -49338,7 +49338,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -49505,7 +49505,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -49787,7 +49787,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -50026,7 +50026,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -50409,7 +50409,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -50576,7 +50576,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -50792,7 +50792,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -51016,7 +51016,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -51242,7 +51242,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -51491,7 +51491,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -51823,7 +51823,7 @@ "code": 401, "indent": 0, "parameters": [ - "Do you want to recall [Thief Route 1]?" + "Do you want to recall [Bandit Route 1]?" ] }, { @@ -52013,7 +52013,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -52275,7 +52275,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -52514,7 +52514,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -52730,7 +52730,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -53041,7 +53041,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -53366,7 +53366,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -53428,7 +53428,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -53490,7 +53490,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -53552,7 +53552,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -53806,7 +53806,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -54032,7 +54032,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -54258,7 +54258,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -54789,7 +54789,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -55331,7 +55331,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -55569,7 +55569,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -56125,7 +56125,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -56433,7 +56433,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -56771,7 +56771,7 @@ "code": 401, "indent": 1, "parameters": [ - "\"Only the thief's cock has ever made my pussy feel\nthis good♡♡\"" + "\"Only the bandit's cock has ever made my pussy feel\nthis good♡♡\"" ] }, { @@ -57072,7 +57072,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -57380,7 +57380,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -58031,7 +58031,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -62131,7 +62131,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -62380,7 +62380,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -62606,7 +62606,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -62882,7 +62882,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -63366,7 +63366,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -63397,7 +63397,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -63490,7 +63490,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -63606,7 +63606,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -63668,7 +63668,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -66993,7 +66993,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -67024,14 +67024,14 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { "code": 401, "indent": 1, "parameters": [ - "\"The thief gang's been wiped out... I got\nseparated, this is the worst!\"" + "\"The bandit gang's been wiped out... I got\nseparated, this is the worst!\"" ] }, { @@ -67200,7 +67200,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -67313,7 +67313,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -67426,7 +67426,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -67939,7 +67939,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -68083,7 +68083,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -68214,7 +68214,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -68276,7 +68276,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -68307,7 +68307,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -68338,7 +68338,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -68369,7 +68369,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -68431,7 +68431,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -68493,7 +68493,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -68731,7 +68731,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -70179,7 +70179,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -70323,7 +70323,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -70395,7 +70395,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -70881,7 +70881,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -71253,7 +71253,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -71397,7 +71397,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -71613,7 +71613,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -71877,7 +71877,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -75045,7 +75045,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -75117,7 +75117,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -75376,7 +75376,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -75520,7 +75520,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -75664,7 +75664,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -76069,7 +76069,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -78097,7 +78097,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -78354,7 +78354,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -78416,7 +78416,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -78478,7 +78478,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -78540,7 +78540,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -79261,7 +79261,7 @@ "code": 401, "indent": 0, "parameters": [ - "・Clear the Thief Route" + "・Clear the Bandit Route" ] }, { @@ -80126,7 +80126,7 @@ "code": 401, "indent": 0, "parameters": [ - "[Clear Blowjob Monster Route] [Clear Thief Route]" + "[Clear Blowjob Monster Route] [Clear Bandit Route]" ] }, { diff --git a/www/data/Map130.json b/www/data/Map130.json index b9902b0..e4b7c8a 100644 --- a/www/data/Map130.json +++ b/www/data/Map130.json @@ -25331,7 +25331,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -25385,7 +25385,7 @@ "code": 401, "indent": 0, "parameters": [ - "\"There are thieves inside?!\"" + "\"There are bandits inside?!\"" ] }, { @@ -28547,7 +28547,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -28601,7 +28601,7 @@ "code": 401, "indent": 0, "parameters": [ - "\"There are thieves inside?!\"" + "\"There are bandits inside?!\"" ] }, { @@ -29873,7 +29873,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -29927,7 +29927,7 @@ "code": 401, "indent": 0, "parameters": [ - "\"There are thieves inside?!\"" + "\"There are bandits inside?!\"" ] }, { @@ -32329,7 +32329,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -32383,7 +32383,7 @@ "code": 401, "indent": 0, "parameters": [ - "\"There are thieves inside?!\"" + "\"There are bandits inside?!\"" ] }, { @@ -33655,7 +33655,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -33709,7 +33709,7 @@ "code": 401, "indent": 0, "parameters": [ - "\"There are thieves inside?!\"" + "\"There are bandits inside?!\"" ] }, { @@ -34023,7 +34023,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -34054,14 +34054,14 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { "code": 401, "indent": 0, "parameters": [ - "\"The thief gang's been wiped out... I got\nseparated, this is the worst!\"" + "\"The bandit gang's been wiped out... I got\nseparated, this is the worst!\"" ] }, { @@ -34230,7 +34230,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -34343,7 +34343,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -34456,7 +34456,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -34969,7 +34969,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -35113,7 +35113,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -35244,7 +35244,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -35306,7 +35306,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -35337,7 +35337,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -35368,7 +35368,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -35399,7 +35399,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -35461,7 +35461,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -35523,7 +35523,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -35761,7 +35761,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { diff --git a/www/data/Map132.json b/www/data/Map132.json index 207ce90..3a97a95 100644 --- a/www/data/Map132.json +++ b/www/data/Map132.json @@ -17436,7 +17436,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -17481,7 +17481,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -17526,7 +17526,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -17925,7 +17925,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -17970,7 +17970,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -18015,7 +18015,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -18414,7 +18414,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -18459,7 +18459,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -18504,7 +18504,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -18925,7 +18925,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -18970,7 +18970,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -19015,7 +19015,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -20919,7 +20919,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -20964,7 +20964,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -21009,7 +21009,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -21655,7 +21655,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -21700,7 +21700,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -21745,7 +21745,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -22027,7 +22027,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -22204,7 +22204,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -22288,7 +22288,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -22372,7 +22372,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -22456,7 +22456,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -22879,7 +22879,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -22924,7 +22924,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -22969,7 +22969,7 @@ "code": 401, "indent": 1, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -23251,7 +23251,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -23335,7 +23335,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -23419,7 +23419,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -23503,7 +23503,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -23587,7 +23587,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -23671,7 +23671,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -23755,7 +23755,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -23899,7 +23899,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -23983,7 +23983,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -24067,7 +24067,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -24151,7 +24151,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -24235,7 +24235,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -24319,7 +24319,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -24920,7 +24920,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -25429,7 +25429,7 @@ "code": 401, "indent": 0, "parameters": [ - "\"Swear my loyalty to Lord Jed as a member of the\nthief gang ♡♡\"" + "\"Swear my loyalty to Lord Jed as a member of the\nbandit gang ♡♡\"" ] }, { @@ -25596,7 +25596,7 @@ "code": 401, "indent": 0, "parameters": [ - "\"I want to become a thief too ♡♡ Make easy money\nand live lazily, indulging every desire... living\nsolely for myself ♡♡\"" + "\"I want to become a bandit too ♡♡ Make easy money\nand live lazily, indulging every desire... living\nsolely for myself ♡♡\"" ] }, { @@ -25670,7 +25670,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -25751,14 +25751,14 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { "code": 401, "indent": 0, "parameters": [ - "\"Alright! You heard that, right? Olivia's\nofficially joining our thief gang!\"" + "\"Alright! You heard that, right? Olivia's\nofficially joining our bandit gang!\"" ] }, { diff --git a/www/data/Map133.json b/www/data/Map133.json index 33871d9..135a422 100644 --- a/www/data/Map133.json +++ b/www/data/Map133.json @@ -3385,7 +3385,7 @@ "code": 401, "indent": 0, "parameters": [ - "Thief" + "Bandit" ] }, { @@ -3416,7 +3416,7 @@ "code": 401, "indent": 0, "parameters": [ - "(There's a bound thief here... I see.)" + "(There's a bound bandit here... I see.)" ] }, { diff --git a/www/data/Map134.json b/www/data/Map134.json index a11e40b..d2b4477 100644 --- a/www/data/Map134.json +++ b/www/data/Map134.json @@ -4574,7 +4574,7 @@ "code": 401, "indent": 0, "parameters": [ - "(Living as a thief alongside Jed...)" + "(Living as a bandit alongside Jed...)" ] }, { @@ -8375,7 +8375,7 @@ "code": 401, "indent": 0, "parameters": [ - "(Looking forward to it, Olivia. Welcome to our\nthief gang♪)" + "(Looking forward to it, Olivia. Welcome to our\nbandit gang♪)" ] }, { @@ -11512,7 +11512,7 @@ "code": 401, "indent": 0, "parameters": [ - "\"The thieves are trying to betray the mastermind.\nBy helping them, I'm working to drive the\nmastermind out of the village.\"" + "\"The bandits are trying to betray the mastermind.\nBy helping them, I'm working to drive the\nmastermind out of the village.\"" ] }, { diff --git a/www/data/Map138.json b/www/data/Map138.json index 05bcde6..4f0206b 100644 --- a/www/data/Map138.json +++ b/www/data/Map138.json @@ -2055,7 +2055,7 @@ "code": 401, "indent": 0, "parameters": [ - "\"The thieves are trying to betray the mastermind.\nBy helping them, I'm working to drive the\nmastermind out of the village.\"" + "\"The bandits are trying to betray the mastermind.\nBy helping them, I'm working to drive the\nmastermind out of the village.\"" ] }, { diff --git a/www/data/Map144.json b/www/data/Map144.json index 5752710..e226a1c 100644 --- a/www/data/Map144.json +++ b/www/data/Map144.json @@ -19111,7 +19111,7 @@ "code": 401, "indent": 0, "parameters": [ - "(Most of the residents who couldn't escape have\nbeen evacuated, and Hengel won't lose to some\nthieves.)" + "(Most of the residents who couldn't escape have\nbeen evacuated, and Hengel won't lose to some\nbandits.)" ] }, { @@ -19135,7 +19135,7 @@ "code": 401, "indent": 0, "parameters": [ - "(The leader of those thieves seems to be scheming\nsomething behind the scenes, but if it turns\nchaotic, that works to our advantage.)" + "(The leader of those bandits seems to be scheming\nsomething behind the scenes, but if it turns\nchaotic, that works to our advantage.)" ] }, { diff --git a/www/data/MapInfos.json b/www/data/MapInfos.json index fd19f35..23b3b4e 100644 --- a/www/data/MapInfos.json +++ b/www/data/MapInfos.json @@ -255,7 +255,7 @@ { "id": 29, "expanded": true, - "name": "Thieves' Hideout", + "name": "Bandits' Hideout", "order": 67, "parentId": 13, "scrollX": 1084, @@ -480,7 +480,7 @@ { "id": 54, "expanded": true, - "name": "Thief's Hideout", + "name": "Bandits' Hideout", "order": 25, "parentId": 8, "scrollX": 1094.6666666666667, @@ -723,7 +723,7 @@ { "id": 81, "expanded": true, - "name": "Worm Nest 1.2 Thief", + "name": "Worm Nest 1.2 Bandit", "order": 90, "parentId": 82, "scrollX": 740, @@ -732,7 +732,7 @@ { "id": 82, "expanded": false, - "name": "Worm Nest 1 Right Thief", + "name": "Worm Nest 1 Right Bandit", "order": 89, "parentId": 23, "scrollX": 1036.6666666666667, @@ -741,7 +741,7 @@ { "id": 83, "expanded": true, - "name": "Worm Nest 1.6 Thief", + "name": "Worm Nest 1.6 Bandit", "order": 91, "parentId": 82, "scrollX": 2530, @@ -768,7 +768,7 @@ { "id": 86, "expanded": true, - "name": "Observation Deck (Thief)", + "name": "Observation Deck (Bandit)", "order": 54, "parentId": 63, "scrollX": 654, @@ -1083,7 +1083,7 @@ { "id": 121, "expanded": false, - "name": "Tavern \"Thief Event\"", + "name": "Tavern \"Bandit Event\"", "order": 100, "parentId": 21, "scrollX": 795.3333333333334, diff --git a/www/data/Skills.json b/www/data/Skills.json index a6f60e9..be1517d 100644 --- a/www/data/Skills.json +++ b/www/data/Skills.json @@ -2126,7 +2126,7 @@ "type": 5, "variance": 20 }, - "description": "Undead skill that drains levels. For now, exclusive\nto thieves.", + "description": "Undead skill that drains levels. For now, exclusive\nto bandits.", "effects": [ { "code": 44, @@ -2303,7 +2303,7 @@ "type": 1, "variance": 20 }, - "description": "An undead skill that drains levels. For now,\nexclusive to thieves.", + "description": "An undead skill that drains levels. For now,\nexclusive to bandits.", "effects": [ { "code": 44,