00:11:59 alexjurkiewicz: i'm not familiar with the reference, but the first hit for "dcss exoelves" is https://crawl.develz.org/tavern/viewtopic.php?f=17&t=14059, which looks right 00:32:17 thanks, your google is better than mine apparently! 00:45:51 03gammafunk02 07[positional-magic] * 0.25-a0-204-gb2039a7: Simplify and document some beam logic conditions 10(2 hours ago, 1 file, 9+ 7-) 13https://github.com/crawl/crawl.git/commit/b2039a7a45f7 00:45:51 03gammafunk02 07[positional-magic] * 0.25-a0-205-ge25f15d: Positional Magic ⛰️ 💀: Rework BVC targeting 10(2 hours ago, 7 files, 10+ 48-) 13https://github.com/crawl/crawl.git/commit/e25f15d5bdee 00:45:51 03gammafunk02 07[positional-magic] * 0.25-a0-206-gb043051: Declare a function as static 10(4 minutes ago, 1 file, 1+ 1-) 13https://github.com/crawl/crawl.git/commit/b043051c3c5d 00:45:56 Branch pull/1200 updated to be equal with positional-magic: 13https://github.com/crawl/crawl.git/pull/1200 00:58:32 gammafunk: do you know how to make a vault always place given a certain condition? 00:58:46 gammafunk: specifically I want to always place a portal vault if the player is a certain species 00:59:17 alexjurkiewicz: I think you could combine a PLACE tag with a veto rule 00:59:49 but it depends on just how you want to place this vault, as in do you want it to place over a range 01:00:11 you could use the same approach that the guaranteed Pan/Abyss portals do in that case 01:00:48 if you want a specific level it's easier, just a simple place, and I think a veto condition would work 01:02:07 !source mini_monsters.des:2067 01:02:07 https://github.com/crawl/crawl/blob/master/crawl-ref/source/dat/des/variable/mini_monsters.des#L2067 01:02:07 for an example of a veto 01:02:47 !source pan.des:185 01:02:48 https://github.com/crawl/crawl/blob/master/crawl-ref/source/dat/des/branches/pan.des#L185 01:03:02 is an example of rigging a chance together with use of tags to guarantee placement over a range 01:04:23 the 10000 chance for depths:3 means it will always succeed but it also has a 2500 chance for Depths as a whole, so it might succeed on Depths:1-2, in which case the tags it has will make it only place once 01:04:57 really the tags don't even matter there, now that I look at it, since it doesn't have allow_dup 01:05:11 and again it's simpler if you want it on a specific level 01:24:05 Experimental (positional-magic) branch on crawl.kelbi.org updated to: 0.25-a0-206-gb043051c3c 01:37:37 -!- doy3 is now known as doy 01:38:18 Unstable branch on crawl.develz.org updated to: 0.25-a0-185-g6cfeca7 (34) 02:08:55 Windows builds of master branch on crawl.develz.org updated to: 0.25-a0-185-g6cfeca7 02:26:22 thanks, the pan suggestion is a good match. I'll have a play 02:59:42 Monster database of master branch on crawl.develz.org updated to: 0.24-a0-443-g80245de 03:32:21 Fork (bcrawl) on crawl.kelbi.org updated to: 0.23-a0-2777-g6b872f2bae 03:55:15 Fork (bcadrencrawl) on crawl.kelbi.org updated to: 0.22.1-1694-g7b0a0b5562 04:28:35 -!- amalloy is now known as amalloy_ 08:23:40 alexjurkiewicz fwiw vetoing on specific species will change the seed for that species at that point 08:23:51 not sure if that's a concern in blotcrawl 08:23:55 *bloatcrawl 08:24:29 I would rather, always place the vault, but condition the portal feature on species 08:25:56 assuming that portal position doesn't affect monster placement (which I haven't checked, but I don't see why it should) the conditioning should not affect levelgen further 08:25:56 even better, place a dead portal otherwise 08:29:44 even better, expire the portal conditionally after levelgen 10:59:20 Webtiles server restarted. 11:23:25 Stable (0.23) branch on underhound.eu updated to: 0.23.1-91-gf373564dc4 13:04:34 -!- amalloy_ is now known as amalloy 13:22:44 -!- Tiobot is now known as Guest39295 14:07:44 -!- aidanh_ is now known as aidanh 16:59:37 hm, probably happy to throw seed stability out the window for bloatcrawl 16:59:44 (sorry) 17:06:38 aidanh: as part of your c17 tracking it might be useful to track the distro each server is running. Could be good info in future 18:22:03 Unstable branch on underhound.eu updated to: 0.25-a0-185-g6cfeca75b2 (34) 18:43:54 . 18:44:25 Nothing from sequell still kk. how's everyone? anyone playing my fork? :) 22:31:51 alexjurkiewicz: are the positional-magic logfile/milestone files exported by the cpo webserver? 22:31:56 if not, can you make them 22:32:03 trying https://crawl.project357.org/dcss-logfile-positional-magic 22:34:46 -!- ProzacElf_ is now known as ProzacElf 22:35:25 !kw combo_gods 22:35:26 No keyword 'combo_gods' 22:37:14 !kw pmagic explbr=positional-magic 22:37:19 Defined keyword: pmagic => explbr=positional-magic 23:54:12 gammafunk: yep as https://crawl.project357.org/dcss-logfile-experimental-positional-magic 23:59:12 alexjurkiewicz: thx