01:34:34 Unstable branch on crawl.develz.org updated to: 0.27-a0-1308-gc08437e49b (34) 01:55:28 Windows builds of master branch on crawl.develz.org updated to: 0.27-a0-1308-gc08437e49b 02:17:00 Unstable branch on cbro.berotato.org updated to: 0.27-a0-1308-gc08437e49b (34) 02:53:43 Monster database of master branch on crawl.develz.org updated to: 0.27-a0-1308-gc08437e49b 03:31:00 Fork (bcrawl) on crawl.kelbi.org updated to: 0.23-a0-4217-g7c68dc2372 03:31:51 Fork (bcadrencrawl) on crawl.kelbi.org updated to: 0.03-545-g45438a760b 04:26:15 Huh. I found a floor with only two downstairs. Next floor has only 2 upstairs. Confirmed by magic mapping. 04:30:52 Is there any interaction that would result in a Sprint Okawaru Djinni getting max piety with Zin immediately on switching? I was expecting min piety and donated gold, but then it said "you will soon be exalted by Zin" and that made me actually look at the ****** meter. 04:30:57 Elf:1 and Elf:2 are connected by only two set of stairs. 13https://crawl.develz.org/mantis/view.php?id=12604 by Yermak 04:31:58 (I also have max invo from the level vs. skill experience skew I've been getting? Does that matter?) 04:37:16 <08w​ormsofcan> piety gain is increased in sprints 04:37:47 <08w​ormsofcan> presumably that affects the amount of piety you gain from donation 04:52:13 100 gold to max piety in a single round? 04:52:28 If so, Zin is kinda strong in sprint. 04:53:22 <08w​ormsofcan> I think gods with invocable abilities in general are strong in sprint 04:55:37 Yeah, I guess I'm used to low-invo and most god abilities being kinda trash. I should try more gods. 05:26:43 Zigsprint+QAZLAL ? :-) 05:42:45 I cheesed that Spring a different way last time; combined Kobolds reduced view with Vehumet and Fulminant Prism + eventually Firestorm. Perhaps it was too cheesy though; QAZ would at least let things see me and maybe get a shot off. 05:43:07 Also, meatsprint plus Manifold Assault is kinda hilarious and probably easier than intended. 05:49:44 Another thing that cheeses the Sprint is Djinni spells; you get sometimes-nice high-level spells, when normally that's limited by no books in that Sprint. (Maybe make Djinn stuck with lower-level stuff there? But ugh, special case.) 05:59:13 Also, any idea why some monsters get renamed correctly the in the monster list in Meatsprint but others don't? Like you have "Sea Snake" and "Lich" right beside "Eight-Headed Meat Hydra" and "meat beast". 06:00:31 Is this in tiles? 06:14:54 Ah, no, console. 06:15:40 ssh-ing, to be specific. 06:15:40 (Also, it appears a lot of other people also had the idea of Djinni Warper there.) 06:22:36 <09g​ammafunk> Nivim: manifold assault and e.g. meatsprint is an interaction we've discussed, yeah. We've come to a consensus that it's fine if some combos/spell choices like that make various sprints easy. Not long after DjWr became a thing, canine and I beat meatsprint with the rune in an online game, something that actually wasn't possible before. It's pretty easy to do, and even with the recent makhleb nerf 06:22:36 it's still pretty easy to do. 06:22:51 <09g​ammafunk> The sprint listing of monsters being buggy like that has been a problem for a long time 06:23:38 <09g​ammafunk> I'm not actually sure if you can see brokenness like that in non-sprint, but you probably can. It's just that vault-defined monsters are really rare outside of sprint (for good reason). 06:24:43 Also outside of sprint the names tend to be constructed on the assumption that if they're referred to by their unmodified names eg because there's 3 orcs in sight, that won't produce too bad a result. 08:03:54 For meatsprint "comes into view" messages, the simplest solution may be to give everything in the Sprint a new monster_type. If a monster isn't Sigmund, the game will never say it is. 08:32:02 Are you going to do anything about the inventory panels? 08:49:18 Advil I think the consulmable panel commit has been forgotten for a long time, do you have any idea when you are trying to push it to trunk? 08:50:34 I meant ask advil , autocorrect is annoying me. 11:16:36 yes, we should try to merge the consumables panel before release 13:06:11 Unstable branch on crawl.akrasiac.org updated to: 0.27-a0-1308-gc08437e (34) 15:46:23 Hey, do you know where the randomly generated monsters inventory is located in GitHub? I want tp check couple things, mainly how commonly orcs in orc generate with broad axes. 15:50:55 <08n​icolae> i think it's mon-gear.cc 15:51:41 !source make_mons_weapon 15:51:41 1/1. https://github.com/crawl/crawl/blob/master/crawl-ref/source/mon-gear.cc#L288 15:51:41 someone should dataify that all, one day 15:52:21 there may be special casing somewhere else (but probably not any that is relevant to that question) 15:53:18 many mysteries there 15:54:22 but broad axes are pretty rare, they are 1 in 120 for orc warriors, 1 in 25 for orc knights 16:03:57 <10P​leasingFungus> objstat might be a better answer 16:43:27 thank you, I found the relevant information there. 17:01:18 03kate-02 07* 0.27-a0-1309-g830f502: Add dummy monsters for player djinn 10(44 minutes ago, 3 files, 20+ 2-) 13https://github.com/crawl/crawl/commit/830f50283aed 17:01:18 03kate-02 07* 0.27-a0-1310-g4af0e25: Update some monsters-behind-glass vaults 10(43 minutes ago, 2 files, 40+ 29-) 13https://github.com/crawl/crawl/commit/4af0e254da10 17:04:09 <05k​ate> i also wonder if the elf/dwarf dummy monsters should be turned into deep elf/deep dwarf since those are the only kinds that exist 17:05:07 Is there an overall aide memoire to this "if you add a new species, check these vaults" stuff? Asking for a friend. Who's me. 17:05:43 <08n​icolae> i assume your option is "grep the des directories for the name of a player monster that isn't used anywhere" 17:06:22 <05k​ate> that was my method! i believe those are the only vaults that specifically try and place every player species 17:06:34 <05k​ate> pretty sure there are others that do a smaller subset because i remember doing a similar commit recently fixing those up 17:07:10 <08n​icolae> and i think i'm responsible for like four of them 17:07:47 Thanks. 17:07:50 <05k​ate> 3/5 out of the ones in that commit at least, although one is just two variations on the same vault 17:08:07 <09h​ellmonk> What does the mockery vault place for djinn 17:08:51 <08n​icolae> the two kraken ones and the pan one, i guess memento mori got removed? 17:08:55 <05k​ate> ah that's the one i updated in the last batch i think yeah, crimson imp it looks like 17:09:19 <05k​ate> titan simulacrum for demigod is a good one 17:09:21 <09h​ellmonk> Should place malarious efreet 17:09:36 <08n​icolae> oh, memento mori is still in, it just places corpses so it wouldn't have been changed in that commit 17:09:50 I think we only got a couple when we did them for faerie dragon 17:10:41 <05k​ate> ah, memento_mori is conveniently ungreppable using the method for the other vaults 17:10:48 <05k​ate> that does need djinn handling it looks like 17:11:17 <08n​icolae> maybe add a comment with the species names so it comes up when you're grepping... 17:13:03 <05k​ate> i guess it would've shown up on a non-case sensitive grep since it names some species in lua 17:17:12 Unstable branch on crawl.kelbi.org updated to: 0.27-a0-1310-g4af0e254da (34) 17:18:35 03kate-02 07* 0.27-a0-1311-g670f4b6: Don't try and place djinn corpses in nicolae_arrival_memento_mori 10(2 minutes ago, 1 file, 1+ 1-) 13https://github.com/crawl/crawl/commit/670f4b6da9d2 17:18:57 04Build failed for 08master @ 4af0e254 06https://github.com/crawl/crawl/actions/runs/951073259 17:21:23 03kate-02 07* 0.27-a0-1312-g5cdb2b3: Fix tag_upgrade compilation 10(2 minutes ago, 1 file, 3+ 0-) 13https://github.com/crawl/crawl/commit/5cdb2b354219 17:33:01 <08w​ormsofcan> memento_mori should place an identified randart book titled "the life and death of " if the player is a Djinn 17:34:05 <08n​icolae> sadly randart book titles aren't so easily specified, they still begin with "book of" "tome of" "whatever of" the name you provide in the vault definition, so it would just generate as "the Tome of the Life and Death of Nicolae" or whatever 17:34:14 <08n​icolae> which is a lil wordy 17:34:48 <08w​ormsofcan> tome of 's death is probably fine then 17:35:06 <08w​ormsofcan> or demise 17:35:49 <08n​icolae> code a player spell that kills you instantly and then put it that book and only that book 17:36:24 04Build failed for 08master @ 670f4b6d 06https://github.com/crawl/crawl/actions/runs/951118953 17:47:59 Unstable branch on crawl.kelbi.org updated to: 0.27-a0-1312-g5cdb2b3542 (34) 17:58:06 <05k​ate> nice, i started a game just now after those commits and got memento_mori 17:58:08 <05k​ate> very spooky 18:23:16 Unstable branch on underhound.eu updated to: 0.27-a0-1312-g5cdb2b3542 (34) 21:34:12 -!- mhcerri4 is now known as mhcerri 23:14:52 -!- mhcerri9 is now known as mhcerri 23:21:39 -!- mhcerri0 is now known as mhcerri