Small achievement rebalance.
Some more planned collectibles. Try to make wraithverge ghosts properly parryable.
This commit is contained in:
parent
e3a4c60882
commit
dd54cde585
23 changed files with 421 additions and 91 deletions
|
|
@ -12,13 +12,15 @@ This is just a bit of *"future planning"* for stuff that I ***might*** add after
|
|||
- [9] Ray-Khom *(UnSX)*
|
||||
- [0] Grand Lance *(SWWM Iridium)*
|
||||
* **More collectibles (some of which were initially planned but didn't make it in time):**
|
||||
- [Doom] Moth Plushy *(She loves a good lämp)*
|
||||
- [Doom] Moth Plushy *("She loves a good lämp")*
|
||||
- [Doom] AA-12 *("Ibuki's favorite shotgun. It's just a collectible model, so it doesn't actually shoot")*
|
||||
- [Doom] Hege Cactus *(Appears to absorb all water, causing intense thirst)*
|
||||
- [Doom] Hoagie *(Can't eat it, but looks delicious)*
|
||||
- [Doom] Hege Cactus *("Appears to absorb all water, causing intense thirst")*
|
||||
- [Doom] Hoagie *("Can't eat it, but looks delicious")*
|
||||
- [Doom] Red Oni Milk *("It's a bit too obvious, isn't it?")*
|
||||
- [Doom] Black Rat's Coven - Counter-Inquisition *("Man is this some good music")*
|
||||
- [Heretic] Manarock *("A delicacy for gods, but instantly deadly for mortals")*
|
||||
- [Heretic] Lithium - Volume One *(A work of art, one of the finest graphic novels)*
|
||||
- [Hexen] Rubber Duck *("Is this some kind of convoluted joke from those two?")*
|
||||
- [Heretic] Lithium - Volume One *("A work of art, one of the finest graphic novels")*
|
||||
- [Hexen] Psykkonovexx *("Some crazy-ass Anarukon instrument, sounds amazing though")*
|
||||
* **More achievements:**
|
||||
- Piece of Candy *(Collect 1000 nuggets)*
|
||||
- Kaboom *(Kill 30 enemies with planted Explodium Mags)*
|
||||
|
|
@ -101,4 +103,4 @@ This is just a bit of *"future planning"* for stuff that I ***might*** add after
|
|||
- Manual Hammerspace management
|
||||
- Manual reloading and weapon maintenance
|
||||
- Alternate mobility options (no jetpack)
|
||||
- Non-instant item usage
|
||||
- Non-instant item usage
|
||||
|
|
|
|||
|
|
@ -6,27 +6,27 @@
|
|||
# the "all collectibles" achievement)
|
||||
# hasformat: the TXT string has a %d in it to substitute for maxval
|
||||
# gametype: the game this belongs to (any, doom, heretic, hexen, raven, etc.)
|
||||
acid,100,yes,any
|
||||
acid,50,yes,any
|
||||
allcoll,-1,no,any
|
||||
allitems,50,yes,any
|
||||
allitems,30,yes,any
|
||||
allkills,30,yes,any
|
||||
allsecrets,40,yes,nothexen
|
||||
allsecrets,30,yes,nothexen
|
||||
anom,10,yes,any
|
||||
anone,0,no,any
|
||||
balls,10,yes,any
|
||||
#barrel,1000,yes,doom
|
||||
barrier,20,yes,doom
|
||||
bonk,500,yes,any
|
||||
bonk,300,yes,any
|
||||
bossdash,5,yes,any
|
||||
brake,30,yes,any
|
||||
bune,1000,yes,any
|
||||
bune,500,yes,any
|
||||
bustin,50,yes,any
|
||||
butts,100,yes,any
|
||||
#candy,1000,yes,any
|
||||
#cheat,0,no,any
|
||||
cliffyb,0,no,nothexen
|
||||
clonk,0,no,any
|
||||
conga,15,yes,any
|
||||
conga,10,yes,any
|
||||
#crush,0,no,any
|
||||
#dab,200,yes,any
|
||||
#dakka,60,no,any
|
||||
|
|
@ -44,10 +44,10 @@ dosh,1000000000,no,any
|
|||
#doomboss9,0,no,doom
|
||||
#doomboss10,0,no,doom
|
||||
everything,0,no,any
|
||||
ezkill,100,yes,any
|
||||
ezkill,50,yes,any
|
||||
flight,2000,yes,any
|
||||
friend,40,yes,any
|
||||
fuel,600,yes,any
|
||||
fuel,500,yes,any
|
||||
#fuller,0,no,any
|
||||
gcsandwich,10,yes,any
|
||||
#gepgun,30,yes,any
|
||||
|
|
@ -73,7 +73,7 @@ gravity,10,yes,raven
|
|||
#hexenboss10,0,no,hexen
|
||||
#hexenboss11,0,no,hexen
|
||||
#hnd,6,yes,any
|
||||
jump,250,yes,any
|
||||
jump,150,yes,any
|
||||
#keen,0,no,doom
|
||||
lead,1500,yes,any
|
||||
#lightning,0,no,any
|
||||
|
|
@ -88,7 +88,7 @@ oneguy,0,no,any
|
|||
onestanding,0,no,any
|
||||
oopsie,0,no,any
|
||||
par,15,yes,nothexen
|
||||
parry,300,yes,any
|
||||
parry,200,yes,any
|
||||
#peace,0,no,any
|
||||
#pene,20,yes,any
|
||||
plush,10,yes,any
|
||||
|
|
@ -102,14 +102,14 @@ sanic,800,yes,any
|
|||
sekiro,0,no,any
|
||||
shame,0,no,any
|
||||
shock,30,yes,any
|
||||
slayer,100,yes,any
|
||||
slemg,400,yes,any
|
||||
slayer,40,yes,any
|
||||
slemg,100,yes,any
|
||||
sneeze,20,yes,any
|
||||
step,60,yes,any
|
||||
stomp,50,yes,any
|
||||
sunny,15,yes,any
|
||||
tele,0,no,any
|
||||
thicc,150,yes,any
|
||||
thicc,100,yes,any
|
||||
thruwall,20,yes,any
|
||||
#trash,0,no,doom
|
||||
#travel,1000,yes,any
|
||||
|
|
|
|||
|
|
@ -132,9 +132,11 @@ T_MOTHPLUSH = "Mashiro Plush";
|
|||
T_AA12 = "Auto Assault-12 Replica";
|
||||
T_HEGE = "Hege Cactus";
|
||||
T_HOAGIE = "Hoagie";
|
||||
T_LITHIUM = "Lithium - Volume One";
|
||||
T_IBUKIMILK = "Akari Labs All-Natural Red Oni Milk";
|
||||
T_BRCALBUM = "Black Rat's Coven - Counter-Inquisition";
|
||||
T_MANAROKOU = "Manarock";
|
||||
T_DUCKIE = "Rubber Duck";
|
||||
T_LITHIUM = "Lithium - Volume One";
|
||||
T_PSYKKONOVEXX = "Psykkonovexx";
|
||||
// colored tags for keys
|
||||
T_REDCARD = "\cgRed Keycard\c-";
|
||||
T_BLUECARD = "\chBlue Keycard\c-";
|
||||
|
|
|
|||
|
|
@ -49,6 +49,11 @@ SWWM_LORETAG_BLASTSUIT = "Blast Suit";
|
|||
SWWM_LORETAB_BLASTSUIT = "Item";
|
||||
SWWM_LOREREL_BLASTSUIT = "Symnatek;Cyrus";
|
||||
SWWM_LORETXT_BLASTSUIT = "\cxDesignation:\c-\n\cf Blast Suit\c-\n\cxManufacturer:\c-\n\cf Itamex Military Supplies (a subsidiary of Symnatek)\c-\n\cxClassification:\c-\n\cf Body Armor\c-\n\nA simple, easy to wear vest, designed to protect against explosives. Its main body is made of very elastic nanofabrics, which should provide additional protection against small arms. The heavy plating on the front is made of a highly shock-absorbing proprietary alloy, which is capable of absorbing most of the brunt of force of any explosion near the wearer. The manufacturer advertises that \"it can even block RPGs\", though this has never been put to the test.\n\n\cxAnalysis data:\c-\nThis piece of armor appears to be able to reduce most incoming damage by a factor of 30%, and also completely halve any explosive impact received by the wearer. It can absorb up to 150 \"units of damage\" before it becomes unusable. Furthermore, it can be worn under other other types of armor, allowing for combined protection.\n\n\cxSaya's Notes:\c-\n\cfDon't even ask about it, I seriously don't know what this about \"units of damage\" means. We had that nerdo from Cyrus Enterprises run the tests for us. I swear, he's always acting like everything's a fucking videogame, just like how he also insists on doing the whole thing of scattering equipment around on purpose for you to pick up. BUT I can't really do jack shit about it. He's the one paying the bills... Yeah, all that cash you're piling up? That's him, he calls it your \"score\". Seriously... fucking nerd...\c-";
|
||||
SWWM_LORETAG_BRCALBUM = "Counter-Inquisition";
|
||||
SWWM_LORETAB_BRCALBUM = "Item";
|
||||
SWWM_LOREREL_BRCALBUM = "Ashley;Anarukon;Saya";
|
||||
SWWM_LORETXT_BRCALBUM = "\cxTitle:\c-\n\cf Counter-Inquisition\c-\n\cxArtist:\c-\n\cf Black Rat's Coven\c-\n\cxYear:\c-\n\cf 2100\c-\n\cxGenre:\c-\n\cf Baroque Metal\c-\n\nReleased at the turn of the century, \cfCounter-Inquisition\c- is a collection of some of the most famous tracks of the British band \cfBlack Rat's Coven\c-. A whole century of musical history, since the band's humble beginnings all the way back in 2006, condensed into a vinyl of pure \cfOckophux\c-, a valuable metal from the \cfAnarukon\c- world that is said to ward off evil spirits.\n\n\cfSide A:\c-\n 1. Walpurgisnacht\n 2. Blood Moon Cantata\n 3. Army of Lust\n 4. Your Dark Desire\n 5. Red Star of Innocence\n 6. Dragonheart\n\cfSide B:\c-\n 7. Black Rat's Coven (Medley)\n\nDue to its commercial distribution in such a niche format, buyers also had access to a lossless quality digital download from the Black Rat's Coven website. In addition, the digital download also includes high resolution cover art, and exclusive video interviews with each of the band's four members, providing a retrospective look into their history together.\n\n\cxSaya's Notes:\c-\n\cfGod... DAAAAAAAAAAMN...\c-\n\n\cfThis is some REAL DAMN GOOD music, I tell ya. Ashley-san and the gang... Ever since Yu-chan got me into this stuff back in the day I've been hooked. And then the big thing happened, Yu-chan and Ashley-san met, and dated, and got married... And oh boy. Can't believe I'm tight with all the members of one of my favorite bands of all time (well, more or less).\c-\n\n\cfDemo-chan, I swear, I don't understand how I'm this lucky.\c-";
|
||||
SWWM_LORETXT_BRCALBUM2 = "\cxTitle:\c-\n\cf Counter-Inquisition\c-\n\cxArtist:\c-\n\cf Black Rat's Coven\c-\n\cxYear:\c-\n\cf 2100\c-\n\cxGenre:\c-\n\cf Baroque Metal\c-\n\nReleased at the turn of the century, \cfCounter-Inquisition\c- is a collection of some of the most famous tracks of the British band \cfBlack Rat's Coven\c-. A whole century of musical history, since the band's humble beginnings all the way back in 2006, condensed into a vinyl of pure \cfOckophux\c-, a valuable metal from the \cfAnarukon\c- world that is said to ward off evil spirits.\n\n\cfSide A:\c-\n 1. Walpurgisnacht\n 2. Blood Moon Cantata\n 3. Army of Lust\n 4. Your Dark Desire\n 5. Red Star of Innocence\n 6. Dragonheart\n\cfSide B:\c-\n 7. Black Rat's Coven (Medley)\n\nDue to its commercial distribution in such a niche format, buyers also had access to a lossless quality digital download from the Black Rat's Coven website. In addition, the digital download also includes high resolution cover art, and exclusive video interviews with each of the band's four members, providing a retrospective look into their history together.\n\n\cxSaya's Notes:\c-\n\cfGod... DAAAAAAAAAAMN...\c-\n\n\cfThis is some REAL DAMN GOOD music, I tell ya. Ashley-san and the gang... Ever since Yu-chan got me into this stuff back in the day I've been hooked. And then the big thing happened, Yu-chan and Ashley-san met, and dated, and got married... And oh boy. Can't believe I'm tight with all the members of one of my favorite bands of all time (well, more or less).\c-\n\n\cfDemo-chan, I swear, I don't understand how I'm this lucky.\c-\n\n\cfUpdate: Remember my freakout when they played that song at our wedding? Red Star of Innocence? God I'm so fucking stupid. I just had a flashback immediately, remembering that one time I told Ashley-san I had no interest in meeting Kirin-kun (she made that song for his 12th birthday). Guess I have to eat my words now, huh?\c-";
|
||||
SWWM_LORETAG_CACTUSHEGE = "Hege Cactus";
|
||||
SWWM_LORETAB_CACTUSHEGE = "Item";
|
||||
SWWM_LOREREL_CACTUSHEGE = "Saya";
|
||||
|
|
@ -216,6 +221,12 @@ SWWM_LORETAG_IBUKI = "Miyamoto, Ibuki";
|
|||
SWWM_LORETAB_IBUKI = "People";
|
||||
SWWM_LOREREL_IBUKI = "AkariLabs;WhiteScar;Taro;Saya";
|
||||
SWWM_LORETXT_IBUKI = "\cxFull Name:\c-\n\cf Ibuki Miyamoto\c-\n\cf Red Oni (codename)\c-\n\cxNationality:\c-\n\cf Japanese\c-\n\cxDate of Birth:\c-\n\cf 2074-09-09\c-\n\cxTwitter\c-\n\cf @lewd_ibuki (main)\c-\n\cf @ibuki_tiddy (photosets)\c-\n\n\cfIbuki\c- is the result of the \cfRed Oni\c- supersoldier program, devised by \cfSaya Miyamoto\c- of \cfAkari Labs\c-. The existence of this project was kept completely secret until her public reveal in June of 2077. There was much controversy surrounding the Red Oni program, including Saya's personal involvement in it, having accepted a 40 billion USD payment in exchange for it (which was found to be related to Texas having been sold back to Mexico many weeks before). Despite her clear potential and outstanding combat abilities, she was deployed too late, as only moments later, the \cfWhite Scar\c- happened, and with it, the complete devastation of the \cfUnited States\c-.\n\nMany years after the incident, Ibuki was successfully retrieved from the scorched wastelands, having spent a long time as a sort of \"roaming mercenary\". She returned to Japan in June of 2091, and once settled in, began working odd jobs until finding her true vocation as a nude model.\n\nHaving been created from Saya's own DNA, she has effectively inherited the total immortality of the Miyamoto family, on top of this, further enhancements were performed which have given her increased strength and reflexes, along with effectively making her skin bulletproof. Saya has remarked that this last fact means she does not need to wear any clothing.\n\nAdditionally citing Saya's rather \"interesting\" decisions, there is the fact of her particular physical traits beyond those of her strength, including her blatantly obscene bust size, which some deem impractical, much to Saya's disagreement. When asked for further details, she went on a rather lengthy rant on Twitter about the subject of \"waifus\".\n\n\cxSaya's Notes:\c-\n\cfOK yes sure, I love giga-tiddies. But why does everyone have to call me out for it? Is there really ANYTHING wrong with that, huh? Yeah, thought so.\c-\n\n\cfSure, Ibuki was like, my biggest hornypost ever. I couldn't resist, you know. Fucking... American idiots come to me with a shitload of cash and tell me to make them a supersoldier. Yeah, I suppose they were listening in on all that stuff I had been posting of getting into bioengineering and shit. Boy, they sure were desperate, huh... It was honestly pathetic. BUT, I had an idea there. See... I was thirsty as all fuck, and I thought... what if... I made myself a super strong big tiddy gf, right there?\c-\n\n\cfAaaaaand that's exactly what happened. I spent like three years on that whole thing, growing her in a damn tube. It was my first time doing all of that, but I somehow got lucky and it was a big success. Though... when they began to notice the \"abnormality in the subject's breast growth\" I started to get nervous. What if they pull the plug on it? I ended up admitting to it being intentional, saying some random shit that came through my mind, like \"distraction tactics\" or something, I forgot. In the end they let it slide.\c-\n\n\cfOh yeah, did you know? Technically speaking, Ibuki is my clone. Yeah, there may have been some slight modifications, but if my growth hadn't stopped early, who knows, I could have looked that hot one day. Really makes you think huh...\c-\n\n\cfYes, I'm also aware that means I'm engaging in selfcest. So? Is there a problem with that too?\c-";
|
||||
SWWM_LORETAG_IBUKIMILK = "Red Oni Milk";
|
||||
SWWM_LORETAB_IBUKIMILK = "Item";
|
||||
SWWM_LOREREL_IBUKIMILK = "Ibuki;AkariLabs;Saya;Kirin";
|
||||
SWWM_LORETXT_IBUKIMILK = "\cxDesignation:\c-\n\cf All-Natural Red Oni Milk\c-\n\cxManufacturer:\c-\n\cf Akari Labs\c-\n\cxClassification:\c-\n\cf Fresh Dairy Product\c-\n\nGrow big and strong like the legendary super-soldier with this fresh milk beberage. \cfRed Oni Milk\c- is infused with all-natural nutrients, and is safe for consumption by children and adults alike. Whether taken cold or warm, you will not be disappointed by its rich taste. Available only from \cfAkari Labs\c-.\n\n\cxSaya's Notes:\c-\n\cfMan, when I pitched this idea to Ibuki I'm surprised she accepted. I mean, selling her own breast milk to the whole world... Well, not like it's wrong or anything, right? It's just milk. And REALLY good milk, by the way. With the amount she can produce, we've made some crazy money from this stuff over the years.\c-\n\n\cfOf course, I prefer to drink it straight from the source. It's even tastier that way.\c-";
|
||||
SWWM_LORETXT_IBUKIMILK2 = "\cxDesignation:\c-\n\cf All-Natural Red Oni Milk\c-\n\cxManufacturer:\c-\n\cf Akari Labs\c-\n\cxClassification:\c-\n\cf Fresh Dairy Product\c-\n\nGrow big and strong like the legendary super-soldier with this fresh milk beberage. \cfRed Oni Milk\c- is infused with all-natural nutrients, and is safe for consumption by children and adults alike. Whether taken cold or warm, you will not be disappointed by its rich taste. Available only from \cfAkari Labs\c-.\n\n\cxSaya's Notes:\c-\n\cfMan, when I pitched this idea to Ibuki I'm surprised she accepted. I mean, selling her own breast milk to the whole world... Well, not like it's wrong or anything, right? It's just milk. And REALLY good milk, by the way. With the amount she can produce, we've made some crazy money from this stuff over the years.\c-\n\n\cfOf course, I prefer to drink it straight from the source. It's even tastier that way, isn't it? God, if you could only look at the face you make when drinking it. Just, so adorable...\c-";
|
||||
SWWM_LORETXT_IBUKIMILK3 = "\cxDesignation:\c-\n\cf All-Natural Red Oni Milk\c-\n\cxManufacturer:\c-\n\cf Akari Labs\c-\n\cxClassification:\c-\n\cf Fresh Dairy Product\c-\n\nGrow big and strong like the legendary super-soldier with this fresh milk beberage. \cfRed Oni Milk\c- is infused with all-natural nutrients, and is safe for consumption by children and adults alike. Whether taken cold or warm, you will not be disappointed by its rich taste. Available only from \cfAkari Labs\c-.\n\n\cxSaya's Notes:\c-\n\cfMan, when I pitched this idea to Ibuki I'm surprised she accepted. I mean, selling her own breast milk to the whole world... Well, not like it's wrong or anything, right? It's just milk. And REALLY good milk, by the way. With the amount she can produce, we've made some crazy money from this stuff over the years.\c-\n\n\cfOf course, I prefer to drink it straight from the source. It's even tastier that way, isn't it? God, if you could only look at the face you make when drinking it. Just, so adorable...\c-\n\n\cfUpdate: And boy oh boy what a surprise. Kirin-kun is of course also a fine appreciator of it. I mean, no one can really resist, it's way too good. Still, he says that Akashna milk is tastier though, and I mean I guess I could agree. Although it's somewhat off-putting that something so delicious came out of the goddamn hump cysts of some gross-looking swamp monster.\c-";
|
||||
SWWM_LORETAG_IMANAKI = "Imanaki Corp";
|
||||
SWWM_LORETAB_IMANAKI = "People";
|
||||
SWWM_LOREREL_IMANAKI = "ImanakiT;Kereshnovka;UAC;Hell;GhoulHunt;Saya;SUSAN";
|
||||
|
|
@ -371,6 +382,10 @@ SWWM_LORETAG_PROPULSOR = "JetBurst Impulsor";
|
|||
SWWM_LORETAB_PROPULSOR = "Item";
|
||||
SWWM_LOREREL_PROPULSOR = "Forx;Saya;Ibuki;Unissix";
|
||||
SWWM_LORETXT_PROPULSOR = "\cxDesignation:\c-\n\cf Forx JetBurst™ Impulsor\c-\n\cxManufacturer:\c-\n\cf Forx Aeronautics\c-\n\cxClassification:\c-\n\cf Portable Jetpack\c-\n\nThe \cfJetBurst™ Impulsor\c- is one of the very first truly portable jetpack units, being not only lightweight but also efficient in its fuel usage. This device allows the user to perform \"boosts\" in mid-air, and also rapid dashes and dodges in any direction, further enhancing their mobility on any situation. It should be noted that for its adequate operation, it's recommended to wear protective clothing, otherwise, harm may come to the wearer from extended use (this is not necessary for exosuits or power armor, along with autonomous robots, however).\n\nThanks to its patented self-regenerating fuel cells, the unit is guaranteed to remain available for use for many years, needing only a constant supply of hydrogen (which may even come from just the air around itself).\n\n\cxSaya's Notes:\c-\n\cfYou know, Ibuki used to have one of these too, back when she was in America doing all that stuff she was supposed to (and afterwards). She could fly and pull other crazy stunts and whatnot, but I guess you really can't, actually. I mean, I'm not exactly calling you fat or anything... but... well, you do weight 500kg, that is a fact.\c-\n\n\cfSeriously... had I known almasteel is that heavy, I wouldn't have used such thick plating on your body, like, I kinda did say I wanted it \"EXTRA THICC\" when Misa asked me, as a bit of a meme, but she really took it way too seriously.\c-\n\n\cf*sigh* If you were a bit lighter, I totally could have had you sit on my lap during that Q&A livestream. Ahhhhh, damn it...\c-";
|
||||
SWWM_LORETAG_PSYKKONOVEXX = "Psykkonovexx";
|
||||
SWWM_LORETAB_PSYKKONOVEXX = "Item";
|
||||
SWWM_LOREREL_PSYKKONOVEXX = "Anarukon;Saya";
|
||||
SWWM_LORETXT_PSYKKONOVEXX = "\cxDesignation:\c-\n\cf Psykkonovexx (\"Harmonic Liberator Monarch\")\c-\n\cxManufacturer:\c-\n\cf Umaakhia Akhxhaen\c-\n\cxClassification:\c-\n\cf Electronic Wind Instrument\c-\n\nThe \cfPsykkonovexx\c-, named after one of the \cfNine Kings of Kurenai\c-, is one of the major instruments of modern \cfAnarukon\c- music composition, being especially popular for its deep, echoing metallic sound. Though there are no direct equivalents in the human world, some would agree that the most similar instrument to it would be the bagpipe, although this is considered a major stretch.\n\nAmong various artists of fame, one of the most prolific users of this instrument is the co-founder of the \cfDark Reaches Project\c- band, prince heir \cfOssid Anderken\c-. His mastery of the Psykkonovexx has allowed him to compose truly mesmerizing melodies, blending seamlessly into the dark and dreadful tone of the band's various synthetic compositions.\n\nThe instrument's operation is rather simple, being mostly managed through two modulation sliders and a simple set of pressure-sensitive buttons for mixing various base tones together, allowing for all sorts of convoluted harmonics. A truly skilled player can even twist these sounds into very distinctive \"wails\", which some have described as \"the sound of a million chainsaws revving in perfect harmony\".\n\n\cxSaya's Notes:\c-\n\cfCan I add that Anarukon music is absolutely fucking hardcore as all shit? No seriously, as someone who's all big into the \"soothing sounds\" of drone metal and dark ambient, I vibe hard with this. I wish I could have had this in my life sooner.\n\n\cfGod, I even met that guy in person too, and the rest of the gang. So this Ossid guy, he's even shorter than me, you saw, but he's actually way older than he looks, dude's been doing this for thousands of years now. I would totally imagine that learning this instrument isn't something that a very normal and mortal human would have the time for. But maybe I could... Well, or not.\c-\n\n\cfAlso holy shit his husband creeps me the hell out, with that whole thing of wanting to turn my aura into an instrument or some shit. I have no idea what that was all about.\c-\n\n\cfAnyway, I'd suggest you not to play around with this thing in the field. You'd probably make so much noise you'd wake up all the monsters in the area.\c-";
|
||||
SWWM_LORETAG_PUNTZERBETA = "Puntzer Beta";
|
||||
SWWM_LORETAB_PUNTZERBETA = "Item";
|
||||
SWWM_LOREREL_PUNTZERBETA = "Blackmann;Saya;Hammerspace";
|
||||
|
|
@ -400,10 +415,6 @@ SWWM_LORETAG_REFRESHER = "Refresher";
|
|||
SWWM_LORETAB_REFRESHER = "Item";
|
||||
SWWM_LOREREL_REFRESHER = "EngineTech";
|
||||
SWWM_LORETXT_REFRESHER = "\cxDesignation:\c-\n\cf Refresher\c-\n\cxManufacturer:\c-\n\cf Unknown\c-\n\cxClassification:\c-\n\cf Healing Artifact\c-\n\nThese ancient relics were encountered while exploring the ancient alien ruins in Sedna, near the portal to the \cfXathar system\c-. Unlike many other findings in this exploration, these ones in particular gave a potential hint to the origins of all this. The specific shape of the relics, that of the Egyptian Ankh, symbol of life, came as a revelation to the founder of the \cfTach-Engine Technology Institute\c-, who led this expedition. He theorized that these ruins might have been part of a \"staging area\" that his ancestors could have used when they first came to Earth, to found their colony in Egypt.\n\nThis specific artifact, called \cfRefresher\c-, has strong rejuvenating effects, much more potent than those of other similar healing devices previously discovered. Any wounds or afflictions are instantly healed once the artifact is held tightly against someone's chest. Like with the others, the nature of these effects is entirely unknown, and \cfJ.A. Tachmek-Smith\c- himself has dedicated most of his time to research.\n\nOne important, additional characteristic of the Refresher is the fact that it somehow has the ability to \"automatically activate\" its healing effects, should an individual carrying it be in immediate danger of death. Even so, its effect may not be potent enough to prevent such an outcome in all cases.\n\n\cxSaya's Notes:\c-\n\cfAncient Egyptian Aliens™. Cool, neat, fun, good stuff. But these things sure are handy, it's almost like... ah, fuck, I'm going to sound like that nerdo here but yeah, it's like... extra lives, kinda?\c-";
|
||||
SWWM_LORETAG_RUBBERDUCK = "Rubber Duck";
|
||||
SWWM_LORETAB_RUBBERDUCK = "Item";
|
||||
SWWM_LOREREL_RUBBERDUCK = "Saya;NosKora";
|
||||
SWWM_LORETXT_RUBBERDUCK = "\cxDesignation:\c-\n\cf Rubber Duck\c-\n\cxManufacturer:\c-\n\cf Rubber Duck\c-\n\cxClassification:\c-\n\cf Rubber Duck\c-\n\n\cfRubber Duck\c-.\n\n\cxSaya's Notes:\c-\n\cfOK I think I've had enough of this shit. Those two literally put a fucking rubber duck in here. Just... a plain goddamn rubber duck. There's literally nothing special about it, it's just a goddamn... simple... stupid... rubber duck.\c-\n\n\cfI wanna get off the Nukritas Brothers' Wild Ride.\c-";
|
||||
SWWM_LORETAG_RYUJI = "Miyamoto, Ryuji";
|
||||
SWWM_LORETAB_RYUJI = "People";
|
||||
SWWM_LOREREL_RYUJI = "Nana;Taro;Saya;Yui;AkariLabs;Gensokyo";
|
||||
|
|
|
|||
|
|
@ -121,9 +121,9 @@ T_MOTHPLUSH = "Peluche de Mashiro";
|
|||
T_AA12 = "Réplica de Auto Assault-12";
|
||||
T_HEGE = "Cactus Hege";
|
||||
T_HOAGIE = "Emparedado";
|
||||
T_LITHIUM = "Lithium - Volumen Uno";
|
||||
T_IBUKIMILK = "Leche 100% Natural de Oni Rojo de Akari Labs";
|
||||
T_MANAROKOU = "Manaroca";
|
||||
T_DUCKIE = "Pato de Goma";
|
||||
T_LITHIUM = "Lithium - Volumen Uno";
|
||||
// colored tags for keys
|
||||
T_REDCARD = "\cgTarjeta Llave Roja\c-";
|
||||
T_BLUECARD = "\chTarjeta Llave Azul\c-";
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -1,3 +1,3 @@
|
|||
[default]
|
||||
SWWM_MODVER="\chSWWM \czGZ\c- \cw0.9.11b-pre r513 \cu(Sat 29 May 23:26:12 CEST 2021)\c-";
|
||||
SWWM_SHORTVER="\cw0.9.11b-pre r513 \cu(2021-05-29 23:26:12)\c-";
|
||||
SWWM_MODVER="\chSWWM \czGZ\c- \cw0.9.11b-pre r516 \cu(Sun 30 May 21:27:55 CEST 2021)\c-";
|
||||
SWWM_SHORTVER="\cw0.9.11b-pre r516 \cu(2021-05-30 21:27:55)\c-";
|
||||
|
|
|
|||
68
lore/default/brcalbum.txt
Normal file
68
lore/default/brcalbum.txt
Normal file
|
|
@ -0,0 +1,68 @@
|
|||
TAG
|
||||
Counter-Inquisition
|
||||
TAB
|
||||
Item
|
||||
REL
|
||||
Ashley;Anarukon;Saya
|
||||
TXT
|
||||
\cxTitle:\c-
|
||||
\cf Counter-Inquisition\c-
|
||||
\cxArtist:\c-
|
||||
\cf Black Rat's Coven\c-
|
||||
\cxYear:\c-
|
||||
\cf 2100\c-
|
||||
\cxGenre:\c-
|
||||
\cf Baroque Metal\c-
|
||||
|
||||
Released at the turn of the century, **Counter-Inquisition** is a collection of some of the most famous tracks of the British band **Black Rat's Coven**. A whole century of musical history, since the band's humble beginnings all the way back in 2006, condensed into a vinyl of pure **Ockophux**, a valuable metal from the **Anarukon** world that is said to ward off evil spirits.
|
||||
|
||||
\cfSide A:\c-
|
||||
1. Walpurgisnacht
|
||||
2. Blood Moon Cantata
|
||||
3. Army of Lust
|
||||
4. Your Dark Desire
|
||||
5. Red Star of Innocence
|
||||
6. Dragonheart
|
||||
\cfSide B:\c-
|
||||
7. Black Rat's Coven (Medley)
|
||||
|
||||
Due to its commercial distribution in such a niche format, buyers also had access to a lossless quality digital download from the Black Rat's Coven website. In addition, the digital download also includes high resolution cover art, and exclusive video interviews with each of the band's four members, providing a retrospective look into their history together.
|
||||
|
||||
\cxSaya's Notes:\c-
|
||||
\cfGod... DAAAAAAAAAAMN...\c-
|
||||
|
||||
\cfThis is some REAL DAMN GOOD music, I tell ya. Ashley-san and the gang... Ever since Yu-chan got me into this stuff back in the day I've been hooked. And then the big thing happened, Yu-chan and Ashley-san met, and dated, and got married... And oh boy. Can't believe I'm tight with all the members of one of my favorite bands of all time (well, more or less).\c-
|
||||
|
||||
\cfDemo-chan, I swear, I don't understand how I'm this lucky.\c-
|
||||
TXT
|
||||
\cxTitle:\c-
|
||||
\cf Counter-Inquisition\c-
|
||||
\cxArtist:\c-
|
||||
\cf Black Rat's Coven\c-
|
||||
\cxYear:\c-
|
||||
\cf 2100\c-
|
||||
\cxGenre:\c-
|
||||
\cf Baroque Metal\c-
|
||||
|
||||
Released at the turn of the century, **Counter-Inquisition** is a collection of some of the most famous tracks of the British band **Black Rat's Coven**. A whole century of musical history, since the band's humble beginnings all the way back in 2006, condensed into a vinyl of pure **Ockophux**, a valuable metal from the **Anarukon** world that is said to ward off evil spirits.
|
||||
|
||||
\cfSide A:\c-
|
||||
1. Walpurgisnacht
|
||||
2. Blood Moon Cantata
|
||||
3. Army of Lust
|
||||
4. Your Dark Desire
|
||||
5. Red Star of Innocence
|
||||
6. Dragonheart
|
||||
\cfSide B:\c-
|
||||
7. Black Rat's Coven (Medley)
|
||||
|
||||
Due to its commercial distribution in such a niche format, buyers also had access to a lossless quality digital download from the Black Rat's Coven website. In addition, the digital download also includes high resolution cover art, and exclusive video interviews with each of the band's four members, providing a retrospective look into their history together.
|
||||
|
||||
\cxSaya's Notes:\c-
|
||||
\cfGod... DAAAAAAAAAAMN...\c-
|
||||
|
||||
\cfThis is some REAL DAMN GOOD music, I tell ya. Ashley-san and the gang... Ever since Yu-chan got me into this stuff back in the day I've been hooked. And then the big thing happened, Yu-chan and Ashley-san met, and dated, and got married... And oh boy. Can't believe I'm tight with all the members of one of my favorite bands of all time (well, more or less).\c-
|
||||
|
||||
\cfDemo-chan, I swear, I don't understand how I'm this lucky.\c-
|
||||
|
||||
\cfUpdate: Remember my freakout when they played that song at our wedding? Red Star of Innocence? God I'm so fucking stupid. I just had a flashback immediately, remembering that one time I told Ashley-san I had no interest in meeting Kirin-kun (she made that song for his 12th birthday). Guess I have to eat my words now, huh?\c-
|
||||
50
lore/default/ibukimilk.txt
Normal file
50
lore/default/ibukimilk.txt
Normal file
|
|
@ -0,0 +1,50 @@
|
|||
TAG
|
||||
Red Oni Milk
|
||||
TAB
|
||||
Item
|
||||
REL
|
||||
Ibuki;AkariLabs;Saya;Kirin
|
||||
TXT
|
||||
\cxDesignation:\c-
|
||||
\cf All-Natural Red Oni Milk\c-
|
||||
\cxManufacturer:\c-
|
||||
\cf Akari Labs\c-
|
||||
\cxClassification:\c-
|
||||
\cf Fresh Dairy Product\c-
|
||||
|
||||
Grow big and strong like the legendary super-soldier with this fresh milk beberage. **Red Oni Milk** is infused with all-natural nutrients, and is safe for consumption by children and adults alike. Whether taken cold or warm, you will not be disappointed by its rich taste. Available only from **Akari Labs**.
|
||||
|
||||
\cxSaya's Notes:\c-
|
||||
\cfMan, when I pitched this idea to Ibuki I'm surprised she accepted. I mean, selling her own breast milk to the whole world... Well, not like it's wrong or anything, right? It's just milk. And REALLY good milk, by the way. With the amount she can produce, we've made some crazy money from this stuff over the years.\c-
|
||||
|
||||
\cfOf course, I prefer to drink it straight from the source. It's even tastier that way.\c-
|
||||
TXT
|
||||
\cxDesignation:\c-
|
||||
\cf All-Natural Red Oni Milk\c-
|
||||
\cxManufacturer:\c-
|
||||
\cf Akari Labs\c-
|
||||
\cxClassification:\c-
|
||||
\cf Fresh Dairy Product\c-
|
||||
|
||||
Grow big and strong like the legendary super-soldier with this fresh milk beberage. **Red Oni Milk** is infused with all-natural nutrients, and is safe for consumption by children and adults alike. Whether taken cold or warm, you will not be disappointed by its rich taste. Available only from **Akari Labs**.
|
||||
|
||||
\cxSaya's Notes:\c-
|
||||
\cfMan, when I pitched this idea to Ibuki I'm surprised she accepted. I mean, selling her own breast milk to the whole world... Well, not like it's wrong or anything, right? It's just milk. And REALLY good milk, by the way. With the amount she can produce, we've made some crazy money from this stuff over the years.\c-
|
||||
|
||||
\cfOf course, I prefer to drink it straight from the source. It's even tastier that way, isn't it? God, if you could only look at the face you make when drinking it. Just, so adorable...\c-
|
||||
TXT
|
||||
\cxDesignation:\c-
|
||||
\cf All-Natural Red Oni Milk\c-
|
||||
\cxManufacturer:\c-
|
||||
\cf Akari Labs\c-
|
||||
\cxClassification:\c-
|
||||
\cf Fresh Dairy Product\c-
|
||||
|
||||
Grow big and strong like the legendary super-soldier with this fresh milk beberage. **Red Oni Milk** is infused with all-natural nutrients, and is safe for consumption by children and adults alike. Whether taken cold or warm, you will not be disappointed by its rich taste. Available only from **Akari Labs**.
|
||||
|
||||
\cxSaya's Notes:\c-
|
||||
\cfMan, when I pitched this idea to Ibuki I'm surprised she accepted. I mean, selling her own breast milk to the whole world... Well, not like it's wrong or anything, right? It's just milk. And REALLY good milk, by the way. With the amount she can produce, we've made some crazy money from this stuff over the years.\c-
|
||||
|
||||
\cfOf course, I prefer to drink it straight from the source. It's even tastier that way, isn't it? God, if you could only look at the face you make when drinking it. Just, so adorable...\c-
|
||||
|
||||
\cfUpdate: And boy oh boy what a surprise. Kirin-kun is of course also a fine appreciator of it. I mean, no one can really resist, it's way too good. Still, he says that Akashna milk is tastier though, and I mean I guess I could agree. Although it's somewhat off-putting that something so delicious came out of the goddamn hump cysts of some gross-looking swamp monster.\c-
|
||||
28
lore/default/psykkonovexx.txt
Normal file
28
lore/default/psykkonovexx.txt
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
TAG
|
||||
Psykkonovexx
|
||||
TAB
|
||||
Item
|
||||
REL
|
||||
Anarukon;Saya
|
||||
TXT
|
||||
\cxDesignation:\c-
|
||||
\cf Psykkonovexx ("Harmonic Liberator Monarch")\c-
|
||||
\cxManufacturer:\c-
|
||||
\cf Umaakhia Akhxhaen\c-
|
||||
\cxClassification:\c-
|
||||
\cf Electronic Wind Instrument\c-
|
||||
|
||||
The **Psykkonovexx**, named after one of the **Nine Kings of Kurenai**, is one of the major instruments of modern **Anarukon** music composition, being especially popular for its deep, echoing metallic sound. Though there are no direct equivalents in the human world, some would agree that the most similar instrument to it would be the bagpipe, although this is considered a major stretch.
|
||||
|
||||
Among various artists of fame, one of the most prolific users of this instrument is the co-founder of the **Dark Reaches Project** band, prince heir **Ossid Anderken**. His mastery of the Psykkonovexx has allowed him to compose truly mesmerizing melodies, blending seamlessly into the dark and dreadful tone of the band's various synthetic compositions.
|
||||
|
||||
The instrument's operation is rather simple, being mostly managed through two modulation sliders and a simple set of pressure-sensitive buttons for mixing various base tones together, allowing for all sorts of convoluted harmonics. A truly skilled player can even twist these sounds into very distinctive "wails", which some have described as "the sound of a million chainsaws revving in perfect harmony".
|
||||
|
||||
\cxSaya's Notes:\c-
|
||||
\cfCan I add that Anarukon music is absolutely fucking hardcore as all shit? No seriously, as someone who's all big into the "soothing sounds" of drone metal and dark ambient, I vibe hard with this. I wish I could have had this in my life sooner.
|
||||
|
||||
\cfGod, I even met that guy in person too, and the rest of the gang. So this Ossid guy, he's even shorter than me, you saw, but he's actually way older than he looks, dude's been doing this for thousands of years now. I would totally imagine that learning this instrument isn't something that a very normal and mortal human would have the time for. But maybe I could... Well, or not.\c-
|
||||
|
||||
\cfAlso holy shit his husband creeps me the hell out, with that whole thing of wanting to turn my aura into an instrument or some shit. I have no idea what that was all about.\c-
|
||||
|
||||
\cfAnyway, I'd suggest you not to play around with this thing in the field. You'd probably make so much noise you'd wake up all the monsters in the area.\c-
|
||||
|
|
@ -1,20 +0,0 @@
|
|||
TAG
|
||||
Rubber Duck
|
||||
TAB
|
||||
Item
|
||||
REL
|
||||
Saya;NosKora
|
||||
TXT
|
||||
\cxDesignation:\c-
|
||||
\cf Rubber Duck\c-
|
||||
\cxManufacturer:\c-
|
||||
\cf Rubber Duck\c-
|
||||
\cxClassification:\c-
|
||||
\cf Rubber Duck\c-
|
||||
|
||||
**Rubber Duck**.
|
||||
|
||||
\cxSaya's Notes:\c-
|
||||
\cfOK I think I've had enough of this shit. Those two literally put a fucking rubber duck in here. Just... a plain goddamn rubber duck. There's literally nothing special about it, it's just a goddamn... simple... stupid... rubber duck.\c-
|
||||
|
||||
\cfI wanna get off the Nukritas Brothers' Wild Ride.\c-
|
||||
63
lore/es/brcalbum.txt
Normal file
63
lore/es/brcalbum.txt
Normal file
|
|
@ -0,0 +1,63 @@
|
|||
TXT
|
||||
\cxTítulo:\c-
|
||||
\cf Counter-Inquisition\c-
|
||||
\cxArtista:\c-
|
||||
\cf Black Rat's Coven\c-
|
||||
\cxAño:\c-
|
||||
\cf 2100\c-
|
||||
\cxGénero:\c-
|
||||
\cf Metal Barroco\c-
|
||||
|
||||
Publicado al entrar en un nuevo siglo, **Counter-Inquisition** es una colección de algunos de los temas más famosos de la banda Británica **Black Rat's Coven**. Todo un siglo de historia musical, desde los humildes orígenes de la banda ya por el año 2006, condensado en un vinilo de puro **Ockophux**, un valioso metal del mundo **Anarukon** del que se dice que ahuyenta espíritus malignos.
|
||||
|
||||
\cfCara A:\c-
|
||||
1. Walpurgisnacht
|
||||
2. Blood Moon Cantata
|
||||
3. Army of Lust
|
||||
4. Your Dark Desire
|
||||
5. Red Star of Innocence
|
||||
6. Dragonheart
|
||||
\cfCara B:\c-
|
||||
7. Black Rat's Coven (Medley)
|
||||
|
||||
Dada su distribución comercial en un formato tan exclusivo, los compradores también tuvieron acceso a una descarga digital de calidad sin pérdidas desde el sitio web de Black Rat's Coven. Adicionalmente, la descarga digital también incluye arte de caratula de alta resolución, y entrevistas en video exclusivas con cada una de las cuatro figurantes de la banda, ofreciendo una vista retrospectiva sobre su historia juntas.
|
||||
|
||||
\cxNotas de Saya:\c-
|
||||
\cfJOOOOOOOOODEEEEEEEER...\c-
|
||||
|
||||
\cfEsto si que es UNA BUENA MÚSICA DE COJONES, en serio. Ashley-san y el resto... Desde que Yu-chan me metió en todo este tema ya hace tanto tiempo he estado enganchada. Y luego la cosa tremenda esa pasó, Yu-chan y Ashley-san se conocieron, y salieron, y se casaron... Y madre mía. No me puedo creer que esté tan metida con todos los miembros de una de mis bandas favoritas de todos los tiempos (bueno, más o menos).\c-
|
||||
|
||||
\cfDemo-chan, en serio, es que no entiendo como tengo tanta suerte.\c-
|
||||
|
||||
TXT
|
||||
\cxTítulo:\c-
|
||||
\cf Counter-Inquisition\c-
|
||||
\cxArtista:\c-
|
||||
\cf Black Rat's Coven\c-
|
||||
\cxAño:\c-
|
||||
\cf 2100\c-
|
||||
\cxGénero:\c-
|
||||
\cf Metal Barroco\c-
|
||||
|
||||
Publicado al entrar en un nuevo siglo, **Counter-Inquisition** es una colección de algunos de los temas más famosos de la banda Británica **Black Rat's Coven**. Todo un siglo de historia musical, desde los humildes orígenes de la banda ya por el año 2006, condensado en un vinilo de puro **Ockophux**, un valioso metal del mundo **Anarukon** del que se dice que ahuyenta espíritus malignos.
|
||||
|
||||
\cfCara A:\c-
|
||||
1. Walpurgisnacht
|
||||
2. Blood Moon Cantata
|
||||
3. Army of Lust
|
||||
4. Your Dark Desire
|
||||
5. Red Star of Innocence
|
||||
6. Dragonheart
|
||||
\cfCara B:\c-
|
||||
7. Black Rat's Coven (Medley)
|
||||
|
||||
Dada su distribución comercial en un formato tan exclusivo, los compradores también tuvieron acceso a una descarga digital de calidad sin pérdidas desde el sitio web de Black Rat's Coven. Adicionalmente, la descarga digital también incluye arte de caratula de alta resolución, y entrevistas en video exclusivas con cada una de las cuatro figurantes de la banda, ofreciendo una vista retrospectiva sobre su historia juntas.
|
||||
|
||||
\cxNotas de Saya:\c-
|
||||
\cfJOOOOOOOOODEEEEEEEER...\c-
|
||||
|
||||
\cfEsto si que es UNA BUENA MÚSICA DE COJONES, en serio. Ashley-san y el resto... Desde que Yu-chan me metió en todo este tema ya hace tanto tiempo he estado enganchada. Y luego la cosa tremenda esa pasó, Yu-chan y Ashley-san se conocieron, y salieron, y se casaron... Y madre mía. No me puedo creer que esté tan metida con todos los miembros de una de mis bandas favoritas de todos los tiempos (bueno, más o menos).\c-
|
||||
|
||||
\cfDemo-chan, en serio, es que no entiendo como tengo tanta suerte.\c-
|
||||
|
||||
\cfActualización: ¿Recuerdas mi ida de olla cuando tocaron esa canción en nuestra boda? ¿Red Star of Innocence? Dios es que soy puto idiota. Me dio un flashback inmediatamente, recordando aquella vez que le dije a Ashley-san que no tenía ningún interés en conocer a Kirin-kun (compuso esa canción para su 12º cumpleaños). Supongo que tendré que tragarme mis palabras ahora, ¿no?\c-
|
||||
46
lore/es/ibukimilk.txt
Normal file
46
lore/es/ibukimilk.txt
Normal file
|
|
@ -0,0 +1,46 @@
|
|||
TAG
|
||||
Leche de Oni Rojo
|
||||
TXT
|
||||
\cxDesignación:\c-
|
||||
\cf Leche de Oni Rojo 100% Natural\c-
|
||||
\cxFabricante:\c-
|
||||
\cf Akari Labs\c-
|
||||
\cxClasificación:\c-
|
||||
\cf Producto Lácteo Fresco\c-
|
||||
|
||||
Crece fuerte y sano como la legendaria súper-soldado con esta bebida de leche fresca. La **Leche de Oni Rojo** está imbuida de nutrientes 100% naturales, y es apta para el consumo tanto por niños como adultos. Sea tomada fría o caliente, no te decepcionará su rico sabor. Disponible solo a través de **Akari Labs**.
|
||||
|
||||
\cxNotas de Saya:\c-
|
||||
\cfTía, cuando le pasé la idea a Ibuki me sorprende que aceptara. A ver, vender su propia leche a todo el mundo... Bueno, tampoco es que sea algo malo, ¿verdad? Solo es leche. Y una leche REALMENTE buena, por cierto. Con la cantidad que puede producir, nos hemos sacado un beneficio de aúpa con todo durante estos años.\c-
|
||||
|
||||
\cfPor supuesto, prefiero beberla directamente de la fuente. Está aun más rica así.\c-
|
||||
TXT
|
||||
\cxDesignación:\c-
|
||||
\cf Leche de Oni Rojo 100% Natural\c-
|
||||
\cxFabricante:\c-
|
||||
\cf Akari Labs\c-
|
||||
\cxClasificación:\c-
|
||||
\cf Producto Lácteo Fresco\c-
|
||||
|
||||
Crece fuerte y sano como la legendaria súper-soldado con esta bebida de leche fresca. La **Leche de Oni Rojo** está imbuida de nutrientes 100% naturales, y es apta para el consumo tanto por niños como adultos. Sea tomada fría o caliente, no te decepcionará su rico sabor. Disponible solo a través de **Akari Labs**.
|
||||
|
||||
\cxNotas de Saya:\c-
|
||||
\cfTía, cuando le pasé la idea a Ibuki me sorprende que aceptara. A ver, vender su propia leche a todo el mundo... Bueno, tampoco es que sea algo malo, ¿verdad? Solo es leche. Y una leche REALMENTE buena, por cierto. Con la cantidad que puede producir, nos hemos sacado un beneficio de aúpa con todo durante estos años.\c-
|
||||
|
||||
\cfPor supuesto, prefiero beberla directamente de la fuente. Está aun más rica así, ¿a que sí? Dios, si solo pudieras ver la cara que pones cuando la bebes. Es que, es tan adorable...\c-
|
||||
TXT
|
||||
\cxDesignación:\c-
|
||||
\cf Leche de Oni Rojo 100% Natural\c-
|
||||
\cxFabricante:\c-
|
||||
\cf Akari Labs\c-
|
||||
\cxClasificación:\c-
|
||||
\cf Producto Lácteo Fresco\c-
|
||||
|
||||
Crece fuerte y sano como la legendaria súper-soldado con esta bebida de leche fresca. La **Leche de Oni Rojo** está imbuida de nutrientes 100% naturales, y es apta para el consumo tanto por niños como adultos. Sea tomada fría o caliente, no te decepcionará su rico sabor. Disponible solo a través de **Akari Labs**.
|
||||
|
||||
\cxNotas de Saya:\c-
|
||||
\cfTía, cuando le pasé la idea a Ibuki me sorprende que aceptara. A ver, vender su propia leche a todo el mundo... Bueno, tampoco es que sea algo malo, ¿verdad? Solo es leche. Y una leche REALMENTE buena, por cierto. Con la cantidad que puede producir, nos hemos sacado un beneficio de aúpa con todo durante estos años.\c-
|
||||
|
||||
\cfPor supuesto, prefiero beberla directamente de la fuente. Está aun más rica así, ¿a que sí? Dios, si solo pudieras ver la cara que pones cuando la bebes. Es que, es tan adorable...\c-
|
||||
|
||||
\cfActualización: Y mira tu por donde vaya sorpresa. Kirin-kun por supuesto que le tiene un buen aprecio también. A ver, es que nadie puede resistirse realmente, es demasiado buena. Aun así, dice que la leche de Akashna sabe mejor, y a ver supongo que estoy de acuerdo. Aunque da un poco de tirria que algo tan delicioso salga de los putos quistes de la joroba de un monstruo de pantano con pinta asquerosa.\c-
|
||||
22
lore/es/psykkonovexx.txt
Normal file
22
lore/es/psykkonovexx.txt
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
TXT
|
||||
\cxDesignación:\c-
|
||||
\cf Psykkonovexx ("Monarca Liberador Armónico")\c-
|
||||
\cxFabricante:\c-
|
||||
\cf Umaakhia Akhxhaen\c-
|
||||
\cxClasificación:\c-
|
||||
\cf Instrumento Electrónico de Viento\c-
|
||||
|
||||
El **Psykkonovexx**, el cual toma su nombre de uno de los **Nueve Reyes de Kurenai**, es uno de los principales instrumentos en la composición de música moderna **Anarukon**, siendo especialmente popular por su profundo, reverberante sonido metálico. Aunque no hay equivalentes directos en el mundo humano, algunos opinan que el instrumento más similar sería la gaita, aunque esta comparación se considera bastante forzada.
|
||||
|
||||
Entre varios artistas de renombre, uno de los usuarios más prolíficos de este instrumento es el cofundador de la banda **Dark Reaches Project**, el príncipe heredero **Ossid Anderken**. Su maestría del Psykkonovexx le ha permitido componer melodías realmente fascinantes, integrándose perfectamente con el tono oscuro y tenebroso de las muchas composiciones sintéticas de la banda.
|
||||
|
||||
La operación del instrumento es ciertamente simple, siendo manejado principalmente a través de dos deslizadores de modulación y un pequeño conjunto de botones con sensibilidad de presión para mezclar varios tonos de base juntos, permitiendo toda clase de armonías intricadas. Un músico verdaderamente habilidoso puede incluso retorcer estos sonidos en muy distintivos "rugidos", los cuales son descritos como "el sonido de un millón de motosierras acelerando en perfecta armonía".
|
||||
|
||||
\cxNotas de Saya:\c-
|
||||
\cf¿Puedo añadir que la música Anarukon es absolutamente puto hardcore de cojones? No en serio, como alquien a quien le molan los "dulces sonidos" del drone metal y dark ambient, me va muchísimo este tema. Desearía poder haber tenido esto en mi vida mucho antes.\c-
|
||||
|
||||
\cfDios, es que hasta llegué a conocer al tío en persona, y el resto de la banda. El tal Ossid este, es más retaco que yo, ya lo has visto, pero mucho más viejo de lo que parece, el tío lleva haciendo todo esto durante miles de años ya. Yo ya me imagino total que aprender el instrumento este no es algo para lo que un humano normal y mortal tendría tiempo. Pero a lo mejor yo... Bueno, o no.\c-
|
||||
|
||||
\cfPor cierto puta hostia si me da cague el marido que tiene, con todo el rollo ese de querer convertir mi aura en un instrumento o yo que sé que mierdas. No tengo ni idea de a qué vino todo eso.\c-
|
||||
|
||||
\cfEn fin, te sugiero que no te pongas a juguetear con esta cosa en plena misión. Probablemente hagas tanto ruido que acabes despertando a todos los monstruos de la zona.\c-
|
||||
|
|
@ -1,16 +0,0 @@
|
|||
TAG
|
||||
Pato de Goma
|
||||
TXT
|
||||
\cxDesignación:\c-
|
||||
\cf Pato de Goma\c-
|
||||
\cxFabricante:\c-
|
||||
\cf Pato de Goma\c-
|
||||
\cxClasificación:\c-
|
||||
\cf Pato de Goma\c-
|
||||
|
||||
**Pato de Goma**.
|
||||
|
||||
\cxNotas de Saya:\c-
|
||||
\cfBueno vale ya me he cansado de esta mierda. Esos dos literalmente metieron un puto pato de goma aquí. Es... un simple puñetero pato de goma. Literalmente no tiene nada de especial, es solo un puto... simple... estúpido... pato de goma.\c-
|
||||
|
||||
\cfQuiero bajarme de esta montaña rusa de los Hermanos Nukritas.\c-
|
||||
|
|
@ -128,6 +128,32 @@ Model "TastyHoagie"
|
|||
|
||||
FrameIndex XZW1 A 0 0
|
||||
}
|
||||
Model "IbukiMilk"
|
||||
{
|
||||
Path "models/extra"
|
||||
|
||||
Model 0 "BaseCube_d.3d"
|
||||
Skin 0 "CHIPTILE"
|
||||
Scale 0.04 0.04 0.04
|
||||
ZOffset 16
|
||||
PitchOffset 30
|
||||
ROTATING
|
||||
|
||||
FrameIndex XZW1 A 0 0
|
||||
}
|
||||
Model "BRCAlbum"
|
||||
{
|
||||
Path "models/extra"
|
||||
|
||||
Model 0 "BaseCube_d.3d"
|
||||
Skin 0 "CHIPTILE"
|
||||
Scale 0.04 0.04 0.04
|
||||
ZOffset 16
|
||||
PitchOffset 30
|
||||
ROTATING
|
||||
|
||||
FrameIndex XZW1 A 0 0
|
||||
}
|
||||
Model "DemoPlush"
|
||||
{
|
||||
Path "models"
|
||||
|
|
@ -220,7 +246,7 @@ Model "KirinPlush"
|
|||
|
||||
FrameIndex XZW1 A 0 0
|
||||
}
|
||||
Model "RubberDuck"
|
||||
Model "Psykkonovexx"
|
||||
{
|
||||
Path "models/extra"
|
||||
|
||||
|
|
|
|||
|
|
@ -42,9 +42,11 @@ Extra collectibles:
|
|||
- AA-12
|
||||
- Hege Cactus
|
||||
- Hoagie
|
||||
- Lithium Vol.1
|
||||
- Red Oni Milk
|
||||
- BRC - Counter-Inquisition
|
||||
- Manarock
|
||||
- Rubber Duck
|
||||
- Lithium Vol.1
|
||||
- Psykkonovexx
|
||||
|
||||
# DLC Weaponset
|
||||
|
||||
|
|
|
|||
33
zmapinfo.txt
33
zmapinfo.txt
|
|
@ -77,17 +77,26 @@ GameInfo
|
|||
"SWWMBlueKeyGesture",
|
||||
"SWWMYellowKeyGesture",
|
||||
"SWWMRedKeyGesture",
|
||||
"MothPlushyGesture",
|
||||
"GenericCubeGesture",
|
||||
"AkariProjectGesture",
|
||||
"LoveSignalsCDGesture",
|
||||
"NutatcoBarGesture",
|
||||
"FrispyCornGesture",
|
||||
"DemoPlushGesture",
|
||||
"SayaBeanGesture",
|
||||
"MothPlushyGesture",
|
||||
"AA12ModelGesture",
|
||||
"CactusHegeGesture",
|
||||
"TastyHoagieGesture",
|
||||
"IbukiMilkGesture",
|
||||
"BRCAlbumGesture",
|
||||
"DemoPlushGesture",
|
||||
"ManarokouGesture",
|
||||
"LithiumNovelGesture",
|
||||
"KirinCummiesGesture",
|
||||
"MilkBreadsGesture",
|
||||
"KirinMangaGesture",
|
||||
"KirinPlushGesture"
|
||||
"KirinPlushGesture",
|
||||
"PsykkonovexxGesture"
|
||||
// really damn big textures
|
||||
PrecacheTextures = "graphics/SWWMGZLogo.png",
|
||||
"graphics/SWWMGZLogo_Layers.png"
|
||||
|
|
@ -176,16 +185,18 @@ DoomEdNums
|
|||
4206907 = AA12Model
|
||||
4206908 = CactusHege
|
||||
4206909 = TastyHoagie
|
||||
4206910 = IbukiMilk
|
||||
4206911 = BRCAlbum
|
||||
// Heretic
|
||||
4206910 = DemoPlush
|
||||
4206911 = Manarokou
|
||||
4206912 = LithiumNovel
|
||||
4206912 = DemoPlush
|
||||
4206913 = Manarokou
|
||||
4206914 = LithiumNovel
|
||||
// Hexen
|
||||
4206913 = KirinCummies
|
||||
4206914 = MilkBreads
|
||||
4206915 = KirinManga
|
||||
4206916 = KirinPlush
|
||||
4206917 = RubberDuck
|
||||
4206915 = KirinCummies
|
||||
4206916 = MilkBreads
|
||||
4206917 = KirinManga
|
||||
4206918 = KirinPlush
|
||||
4206919 = Psykkonovexx
|
||||
// these are also pp stuff
|
||||
4206990 = SWWMGuard
|
||||
4206991 = SWWMHans
|
||||
|
|
|
|||
|
|
@ -243,7 +243,7 @@ Class SWWMLevelCompatibility : LevelPostProcessor
|
|||
case 'D70250F93C6B6072DA39D9672B37F236':
|
||||
case '959A613006CC3AA912C4A22908B7566A':
|
||||
// add collectibles
|
||||
for ( int i=0; i<18; i++ )
|
||||
for ( int i=0; i<20; i++ )
|
||||
AddThing(4206900+i,(1472+64*i,640,0));
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -237,6 +237,28 @@ Class TastyHoagie : SWWMCollectible
|
|||
Stamina 2000;
|
||||
}
|
||||
}
|
||||
Class IbukiMilk : SWWMCollectible
|
||||
{
|
||||
Default
|
||||
{
|
||||
Tag "$T_IBUKIMILK";
|
||||
Inventory.PickupMessage "$T_IBUKIMILK";
|
||||
SWWMCollectible.Availability AVAIL_None;
|
||||
SWWMCollectible.GestureWeapon "IbukiMilkGesture";
|
||||
Stamina 800;
|
||||
}
|
||||
}
|
||||
Class BRCAlbum : SWWMCollectible
|
||||
{
|
||||
Default
|
||||
{
|
||||
Tag "$T_BRCALBUM";
|
||||
Inventory.PickupMessage "$T_BRCALBUM";
|
||||
SWWMCollectible.Availability AVAIL_None;
|
||||
SWWMCollectible.GestureWeapon "BRCAlbumGesture";
|
||||
Stamina 4000;
|
||||
}
|
||||
}
|
||||
// Heretic
|
||||
Class DemoPlush : SWWMCollectible
|
||||
{
|
||||
|
|
@ -326,14 +348,14 @@ Class KirinPlush : SWWMCollectible
|
|||
Height 37;
|
||||
}
|
||||
}
|
||||
Class RubberDuck : SWWMCollectible
|
||||
Class Psykkonovexx : SWWMCollectible
|
||||
{
|
||||
Default
|
||||
{
|
||||
Tag "$T_DUCKIE";
|
||||
Inventory.PickupMessage "$T_DUCKIE";
|
||||
Tag "$T_PSYKKONOVEXX";
|
||||
Inventory.PickupMessage "$T_PSYKKONOVEXX";
|
||||
SWWMCollectible.Availability AVAIL_None;
|
||||
SWWMCollectible.GestureWeapon "RubberDuckGesture";
|
||||
Stamina 700;
|
||||
SWWMCollectible.GestureWeapon "PsykkonovexxGesture";
|
||||
Stamina 15000;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -149,6 +149,8 @@ Class MothPlushyGesture : SWWMItemGesture {}
|
|||
Class AA12ModelGesture : SWWMItemGesture {}
|
||||
Class CactusHegeGesture : SWWMItemGesture {}
|
||||
Class TastyHoagieGesture : SWWMItemGesture {}
|
||||
Class IbukiMilkGesture : SWWMItemGesture {}
|
||||
Class BRCAlbumGesture : SWWMItemGesture {}
|
||||
Class DemoPlushGesture : SWWMItemGesture
|
||||
{
|
||||
States
|
||||
|
|
@ -190,4 +192,4 @@ Class KirinPlushGesture : SWWMItemGesture
|
|||
MarkSound("kirin/giggle11");
|
||||
}
|
||||
}
|
||||
Class RubberDuckGesture : SWWMItemGesture {}
|
||||
Class PsykkonovexxGesture : SWWMItemGesture {}
|
||||
|
|
|
|||
|
|
@ -426,7 +426,9 @@ Class SWWMLoreLibrary : Thinker
|
|||
text = "SWWM_LORETXT_AKARIPROJECT3"; // mentions kirin
|
||||
else if ( text ~== "SWWM_LORETXT_ANARUKON" )
|
||||
text = "SWWM_LORETXT_ANARUKON2"; // comments from miyamoto-xanai wedding
|
||||
if ( text ~== "SWWM_LORETXT_DEMOLITIONIST" )
|
||||
else if ( text ~== "SWWM_LORETXT_BRCALBUM" )
|
||||
text = "SWWM_LORETXT_BRCALBUM2"; // comment about kirin's song
|
||||
else if ( text ~== "SWWM_LORETXT_DEMOLITIONIST" )
|
||||
text = "SWWM_LORETXT_DEMOLITIONIST3"; // married to kirin
|
||||
else if ( text ~== "SWWM_LORETXT_GHOULHUNT" )
|
||||
text = "SWWM_LORETXT_GHOULHUNT2"; // met anthon anderken during the wedding
|
||||
|
|
@ -434,7 +436,9 @@ Class SWWMLoreLibrary : Thinker
|
|||
text = "SWWM_LORETXT_GODS2"; // beyond gods
|
||||
else if ( text ~== "SWWM_LORETXT_HELL" )
|
||||
text = "SWWM_LORETXT_HELL4"; // met father nostros during the wedding
|
||||
if ( text ~== "SWWM_LORETXT_MAIDBOT" )
|
||||
else if ( text ~== "SWWM_LORETXT_IBUKIMILK" )
|
||||
text = "SWWM_LORETXT_IBUKIMILK3"; // tasted by kirin
|
||||
else if ( text ~== "SWWM_LORETXT_MAIDBOT" )
|
||||
text = "SWWM_LORETXT_MAIDBOT2"; // married to kirin
|
||||
else if ( text ~== "SWWM_LORETXT_NANA" )
|
||||
text = "SWWM_LORETXT_NANA3"; // stuff that happened at the wedding
|
||||
|
|
@ -480,6 +484,8 @@ Class SWWMLoreLibrary : Thinker
|
|||
text = "SWWM_LORETXT_GENERICCUBE2"; // info from mykka
|
||||
else if ( text ~== "SWWM_LORETXT_HELL" )
|
||||
text = "SWWM_LORETXT_HELL2"; // events of tnt/plutonia
|
||||
else if ( text ~== "SWWM_LORETXT_IBUKIMILK" )
|
||||
text = "SWWM_LORETXT_IBUKIMILK2"; // tasted by demo
|
||||
else if ( text ~== "SWWM_LORETXT_NANA" )
|
||||
text = "SWWM_LORETXT_NANA2"; // demo met nana
|
||||
else if ( text ~== "SWWM_LORETXT_SAYA" )
|
||||
|
|
|
|||
|
|
@ -140,7 +140,7 @@ Class ParryField : Actor
|
|||
Vector3 vdir = a.vel;
|
||||
Vector3 dir = level.Vec3Diff(master.Vec2OffsetZ(0,0,pos.z),a.pos).unit();
|
||||
Vector3 hdir = dir;
|
||||
if ( a.bMISSILE )
|
||||
if ( a.bMISSILE || (a is 'HolySpirit') ) // special wraithverge handling
|
||||
{
|
||||
// deflect directly to target
|
||||
if ( a.target )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue