00:00:03 -!- omarax has quit [Remote host closed the connection] 00:00:07 which is used by both objstat and mapstat 00:00:08 ohhhh nice 00:00:34 ??objstat 00:00:34 objstat[1/2]: Run with "crawl -objstat" in a build of crawl with EXTERNAL_FLAGS_L=-DDEBUG_STATISTICS in your make command (or full debug with "make debug") to generate item/monsters statistics. See crawl -help for the argument details. 00:00:49 not sure if crawl -help makes this clear, but it's in the help 00:01:16 yeah it mentions a few options below 00:02:36 -!- Poncheis has quit [Ping timeout: 260 seconds] 00:02:37 https://docs.google.com/spreadsheets/d/1n48f-wt36iYd-ige6bcvD5JZEYofcj-oaunE7QCBp9s/edit?usp=sharing here's data from 5k temple placements 00:03:36 -!- JimmahDean has quit [] 00:04:34 -!- JStrange_ has joined ##crawl-dev 00:05:18 so it appears about half the temples didn't place once in this sample?! 00:05:22 grep NAME dat/des/branches/temple.des | wc -l 108 00:06:51 oh, that counts temple entries too 00:06:55 yeah 00:07:17 there are 66 temples i think 00:07:23 and 67 placed! so good job 00:07:34 wow, we invented a temple? 00:07:35 -!- JStrange has quit [Ping timeout: 252 seconds] 00:07:44 crawl is strong AI i guess 00:07:52 finally, I can retire 00:08:02 -!- Grivan has quit [Ping timeout: 240 seconds] 00:08:11 anyway, I know old approach was varied weights to keep some vaults 'rare', but I think when you have 60+ vaults for a single level the weights could be flat 00:08:15 bbl 00:08:18 is it possible we need bigger temples now that the god count has increased somewhat significantly over the past couple years? 00:08:40 possibly 00:09:03 chequers: well, it may not be that simple, since not all temples support all numbers of altars 00:09:44 I'm not really sure how we do weighting for temple levels, maybe r-i understands that better 00:10:51 it's been much too long 00:10:56 -!- aaa_ has quit [Client Quit] 00:11:10 "we group these by some terrain feature" oh, ancient crawl 00:14:32 plunging another sword into my back, a bunch of base temple shapes could be combined and modified to go for certain caps, but I have no idea what said desired caps are 00:15:23 at the very least I could go for that "some temples are too huge" thing 00:16:51 -!- GiantOwl is now known as Kalie 00:16:53 -!- Kalie is now known as Kalir 00:16:53 -!- Kalir has quit [Changing host] 00:17:55 <|amethyst> gammafunk: you have the results of a recent objstat run handy? 00:18:11 <|amethyst> gammafunk: how do vorpal weapons show up in the "All Hand Weapons" row? 00:18:34 <|amethyst> gammafunk: that's the case that's crashing for me, and I have a fix, but I wonder how it's showing up when it doesn't crash 00:18:47 |amethyst: is 0.18 not recent enough? 00:18:52 I just uploaded those today 00:18:57 <|amethyst> ??objstat 00:18:57 objstat[1/2]: Run with "crawl -objstat" in a build of crawl with EXTERNAL_FLAGS_L=-DDEBUG_STATISTICS in your make command (or full debug with "make debug") to generate item/monsters statistics. See crawl -help for the argument details. 00:18:58 I'm actually running a 0.19 right now 00:19:01 <|amethyst> ??objstat[2] 00:19:01 objstat[2/2]: Latest spreadsheets for past releases and trunk (0.18-a0-1324-g13589fb): https://drive.google.com/folderview?id=0B7VXhHzhWWb7S282VWhLVWRXbG8&usp=sharing , See the README for details: https://docs.google.com/document/d/1D5mFqVi8ghz_nzvVmDUc3unx8VanVBWfgvZ8xCHaiJo/edit?usp=sharing 00:19:06 see the 0.18 folder 00:19:28 -!- debo_ has joined ##crawl-dev 00:19:46 <|amethyst> ah 00:19:51 <|amethyst> they all show up as crush there 00:20:08 oh, yeah that has different names 00:21:02 <|amethyst> my change will have it labelled "vorpal" in that row (and that row alone) 00:21:15 -!- RedFeather_ has quit [Client Quit] 00:21:25 <|amethyst> rows for specific weapons will still use the correct name instead of vorpal 00:21:37 sounds good 00:22:11 03|amethyst02 07* 0.19-a0-451-gaf442a0: Avoid a crash in objstat. 10(9 minutes ago, 1 file, 4+ 0-) 13https://github.com/crawl/crawl/commit/af442a0399fe 00:22:36 -!- RedFeather_ has quit [Client Quit] 00:23:05 -!- RedFeather has quit [Ping timeout: 240 seconds] 00:23:19 -!- RedFeather_ is now known as RedFeather 00:23:28 <|amethyst> is_range_weapon -> is_ranged_weapon_type was the bit that failed, as it would out of bounds of the Weapon_index array 00:24:00 yeah that hacky use of the final enum value as "all of this type" 00:24:04 <|amethyst> and then use whatever int it happened to grab there as the index into another array 00:24:08 not sure if there's a way around that usage 00:24:31 I could forsee that causing other crashes, but I guess they'd only be objstat crashes 00:24:31 <|amethyst> which explains why it didn't always crash 00:24:38 -!- Taraiph has quit [Ping timeout: 252 seconds] 00:24:45 <|amethyst> gammafunk: actually, the same convention is used in the \ menu 00:24:49 heh, good 00:24:53 <|amethyst> gammafunk: for the "unidentified" entries 00:25:12 <|amethyst> gammafunk: but no weapons in \, and the unidentified entries wouldn't have brands anyway 00:25:22 <|amethyst> which is why this crash never turned up there 00:25:41 -!- Frank2368 has quit [Quit: Page closed] 00:26:46 -!- RedFeather has quit [Client Quit] 00:26:46 -!- regret-index has left ##crawl-dev 00:27:07 -!- debo_ has quit [Ping timeout: 272 seconds] 00:27:38 <|amethyst> I'm kind of surprised I'm the only person who's seen the crash, though 00:27:38 <|amethyst> maybe I'm the only person on 32-bit 00:28:06 <|amethyst> or because I use -Og instead of -O0 00:28:16 yeah I just ran 10 iterations of all levels and no crash 00:28:23 without having your fix 00:28:58 I just use debug-lite on 64-bit 00:29:01 <|amethyst> gammafunk: with my local build it crashed every time the all weapon stats included vorpal 00:29:27 <|amethyst> gammafunk: but it makes sense---if the next word after the end of Weapon_index happened to be 0 00:29:57 <|amethyst> gammafunk: then you'd just end up using WPN_CLUB 00:30:05 Unstable branch on CRAWL.XTAHUA.COM updated to: 0.19-a0-450-g98b348d (34) 00:30:05 <|amethyst> gammafunk: which is probably where the "crushing" came from too 00:30:10 -!- Lasty_ has quit [Read error: Connection reset by peer] 00:30:56 <|amethyst> gammafunk: but since I'm 32-bit, structs can be packed a little tighter, so it probably butts up against another variable 00:31:08 ah, neat 00:31:40 -!- destrovel has quit [Quit: Leaving] 00:31:44 clearly we need 32-bit and 64-bit travis builds that also run objstat 00:32:09 <|amethyst> 32-bit travis runs would be nice 00:32:14 <|amethyst> also -Werror :) 00:39:32 Sif Muna's Almanac of the Crushed Lies. 00:40:20 -!- Rust3dCor3 has quit [Ping timeout: 250 seconds] 00:43:04 it'd be pretty trivial to turn -Werror on for travis builds 00:44:28 !polytheist 00:44:34 Unwon gods for Lightli: Ukayaw 00:44:35 !lg . won ukayaw 00:44:36 No keyword 'ukayaw' 00:44:43 !lg . won god=ukayaw 00:44:44 1. Lightli the Rhythm of Life and Death (L27 MiFi of Ukayaw), escaped with the Orb and 3 runes on 2016-02-13 20:11:09, with 1729318 points after 72625 turns and 1:56:35. 00:48:30 it's pretty confusing how there doesn't appear to be any message for a shifter casting blink allies encircling 00:48:35 bug? 00:49:08 oh, i guess they "mumble some strange words" 00:49:24 but if you couldn't see the monsters originally, you don't get any message beyond that 00:49:25 -!- Amphouse has quit [Quit: Page closed] 00:49:35 probably it should mention something 00:51:56 |amethyst thanks for fixing the binding issue, works great now! I assume binding it via macro is a separate issue or do I need to use the UTF character code? 00:52:06 eh via init file 00:53:22 <|amethyst> JStrange_: there were actually two separate fixes 00:53:33 <|amethyst> you should be able to do bindkey = [ř] CMD_DISPLAY_RELIGION now 00:54:17 <|amethyst> and you should be able to macro ř now, either by pressing ř at the macro key prompt or by entering \{345} 00:54:37 <|amethyst> err 00:54:45 I can macro it, yeah 00:54:53 <|amethyst> sorry, you can't actually type \{345} there 00:55:08 <|amethyst> but that's how it shows up, and if you edit your macro file by hand I think that's what you'd use 00:56:01 when does cbro rebuild? 00:56:07 <|amethyst> ??rebuild[2] 00:56:07 rebuild[2/2]: Trunk update start times in UTC (second number during summer time): CAO: 1700; CDO: 0600/0500; CLAN: 2300/2200; CBRO: 0800/0700; CXC: 0500/0400; CPO: every 15 minutes 00:56:24 I don't think the init file binding method works, though, it stil displays the error upon starting a game 00:56:27 <|amethyst> 2 hours or so? 00:56:28 thanks 00:56:45 <|amethyst> JStrange_: hm, it worked for me 00:56:57 like this, right? bindkey = [ž] CMD_DISPLAY_RELIGION 00:57:06 <|amethyst> yeah, that looks right 00:57:08 <|amethyst> oh 00:57:17 <|amethyst> hm 00:57:46 says Invalid key "(garbled characters)" in bindkey directive XXX 00:58:11 -!- RedFeather has quit [Quit: ChatZilla 0.9.92 [Firefox 46.0.1/20160502172042]] 00:58:42 <|amethyst> hm 00:59:33 <|amethyst> what does ?V say? 00:59:36 <|amethyst> as the top line 01:00:03 -!- omarax has quit [Remote host closed the connection] 01:00:27 <|amethyst> also, what exactly are the garbled characters? 01:00:38 -!- simmarine has quit [Read error: Connection reset by peer] 01:00:41 -!- Poncheis has quit [Read error: Connection reset by peer] 01:01:44 gimme a sec 01:02:14 -!- amalloy is now known as amalloy_ 01:02:18 <|amethyst> it's weird because that error message means now there were two or more code points 01:02:26 <|amethyst> but what you pasted is just one 01:02:52 <|amethyst> it would cause an error like that one if your config file had the composed version of ž rather than the single code point :( 01:03:10 <|amethyst> or if there were a ZWNJ character in between that and the [ or ] 01:04:19 <|amethyst> err, by "composed" version I mean the z + ˇ version, not the precomposed one 01:08:54 -!- valrus has quit [Quit: My iMac has gone to sleep. ZZZzzz…] 01:09:10 sorry it's taking so long, internet in China is goddamn terrible 01:09:23 Unstable branch on crawl.jorgrun.rocks updated to: 0.19-a0-451-gaf442a0 (34) 01:10:38 -!- JStrange has joined ##crawl-dev 01:10:41 here http://imgur.com/a/9VE6I 01:11:58 -!- ZiBuDo has quit [Ping timeout: 250 seconds] 01:12:08 -!- CanOfWorms has quit [Quit: ChatZilla 0.9.92 [Firefox 3.6.28/20120306064154]] 01:12:18 <|amethyst> JStrange_: oh 01:12:40 -!- WalkerBoh has quit [Remote host closed the connection] 01:13:35 -!- JStrange_ has quit [Ping timeout: 244 seconds] 01:14:17 <|amethyst> JStrange: try converting your init.txt to UTF-8 01:14:49 hey, why did my stones start off in d instead of b? 01:14:50 I'm using Notepad2 to view it, it says it's already in UTF-8 01:14:51 as an EE 01:14:53 <|amethyst> hm 01:15:11 <|amethyst> JStrange: can you upload the file somewhere? the init.txt file itself rather than a screenshot 01:16:11 <|amethyst> %git 8c5b975a3 01:16:11 07wheals02 * 0.19-a0-349-g8c5b975: Keep the a/b slot open for EE/AM, respectively. 10(3 days ago, 1 file, 21+ 0-) 13https://github.com/crawl/crawl/commit/8c5b975a3d20 01:16:18 <|amethyst> sounds like a bug there 01:16:53 <|amethyst> er, hm 01:16:57 |amethyst, https://www.dropbox.com/s/f8h2bbvebkhqid4/init.txt?dl=0 01:17:10 <|amethyst> I guess it changed since then, moment 01:17:39 <|amethyst> %git a768fe62 01:17:39 07wheals02 * 0.19-a0-352-ga768fe6: Simplify. 10(3 days ago, 1 file, 17+ 17-) 13https://github.com/crawl/crawl/commit/a768fe62ef26 01:19:25 <|amethyst> aha 01:19:48 Unstable branch on crawl.develz.org updated to: 0.19-a0-451-gaf442a0 (34) 01:24:14 <|amethyst> ProzacElf: Op or Dr or Fe ? 01:24:14 dr 01:32:45 -!- Shard1697 has joined ##crawl-dev 01:36:47 well i might submit a patch to flatten temple weights 01:37:18 -!- FireSight has quit [] 01:37:22 regret-index: any desire to help rework certain temple vaults that have too few altars these days? (I don't know if any such maps exist or what the threshold should be) 01:37:58 <|amethyst> JStrange: that's very strange, that file works for me 01:38:18 no errors? 01:39:14 <|amethyst> JStrange: I get errors about the HDA stuff since I don't have those 01:39:24 <|amethyst> but the ř and ž bindings work for me 01:39:25 <|amethyst> hm 01:39:40 that's really weird 01:40:10 <|amethyst> and utf8towc there wouldn't be using your locale 01:41:00 <|amethyst> double check the crawl version 01:42:48 http://i.imgur.com/aJtTKd4.jpg 01:42:54 the version should be correct 01:43:26 <|amethyst> yeah, that looks right 01:43:28 <|amethyst> hrm 01:44:14 -!- Zeor has quit [Quit: Leaving.] 01:45:14 <|amethyst> yeah, I have absolutely no idea why it's doing that 01:45:49 alright, I'll try in on Linux later and see if the problem occurs there, too 01:45:55 try it* 01:46:06 thanks for your help 01:46:31 -!- ystael has quit [Ping timeout: 276 seconds] 01:46:35 even if the init file binding method doesn't work I can still use it via macros, so it's all cool 01:50:16 03|amethyst02 07* 0.19-a0-452-g66803c5: Ensure even Op/Dr/Fe EEs get stones in slot b (ProzacElf) 10(22 minutes ago, 1 file, 1+ 1-) 13https://github.com/crawl/crawl/commit/66803c54729e 01:50:16 03|amethyst02 07* 0.19-a0-453-g7eaa1ff: Don't bother moving slot b for throwing AM. 10(17 minutes ago, 1 file, 1+ 1-) 13https://github.com/crawl/crawl/commit/7eaa1ff9ea7e 01:51:07 lol 01:53:45 -!- Kalir has quit [Quit: I'M OUT SON. PEACE, LOVE, EXPLOSIONS.] 01:55:17 Windows builds of master branch on crawl.develz.org updated to: 0.19-a0-451-gaf442a0 01:55:31 -!- mibe has quit [Ping timeout: 250 seconds] 01:57:01 -!- lordfrikk has joined ##crawl-dev 01:57:03 -!- Poncheis has quit [Ping timeout: 260 seconds] 01:59:12 -!- JStrange has quit [Ping timeout: 250 seconds] 02:00:04 -!- omarax has quit [Remote host closed the connection] 02:01:32 thank goodness speedrun_rest.lua has good swing slot detection now 02:01:43 no more poor musu having to move their book of calling to slot c 02:02:23 of course I need to implement autodetecting the slowest swinging item and just use that 02:02:53 <|amethyst> that's why you have to kill sigmund 02:02:57 heh 02:03:15 alas he's dangerous to take on most times 02:03:24 but it's true he has an excellent breadswinging item 02:03:30 even if it's not made of wheat 02:03:37 good for harvesting wheat, at least 02:04:04 <|amethyst> +1 dire flail "meat thresher" 02:04:47 <|amethyst> I guess you need a better enchantment than that to effectively thresh meat 02:05:19 <|amethyst> special ability is that it does the disintegrate chunk think whenever you kill a monster with it 02:05:24 <|amethyst> thing 02:05:50 <|amethyst> it's much more effective at chunk farming than normal weapons 02:07:05 <|amethyst> on-wield message "It's time to separate the meat from the chaff!" 02:09:23 Unstable branch on crawl.jorgrun.rocks updated to: 0.19-a0-453-g7eaa1ff (34) 02:12:53 |amethyst: can it also give the chunks returning ego that triggers with 100% success? 02:13:04 maybe it even has a special meat sack attached to it 02:13:19 all the meat is caught into the meat sack, which has a special inventory slot 02:13:45 maybe better yet it just goes right into your mouth, the meat 02:15:05 yes, the game needs better meat-delivery systems 02:16:48 -!- nikheizen has quit [Quit: leaving] 02:25:47 -!- PleasingFungus has joined ##crawl-dev 02:26:30 -!- NomadJim_ has quit [Read error: Connection reset by peer] 02:29:23 -!- travis-ci has joined ##crawl-dev 02:29:24 The build has errored. (bee-priestess - bc87167 #5717 : regret-index): https://travis-ci.org/crawl/crawl/builds/134346352 02:29:24 -!- travis-ci has left ##crawl-dev 02:33:00 -!- us17 has quit [Ping timeout: 250 seconds] 02:33:05 -!- koboldina has quit [Quit: Page closed] 02:39:23 -!- Xenobreeder has quit [Quit: Page closed] 02:40:37 <|amethyst> gammafunk: a - a +6 drinking straw (weapon) 02:44:27 double damage versus shake monsters 02:44:54 ??sid vicious 02:44:54 I don't have a page labeled sid_vicious in my learndb. 02:45:14 there's a sid vicious in monspeak.txt 02:46:23 oh, that's a comment, nvm 02:53:57 Monster database of master branch on crawl.develz.org updated to: 0.19-a0-453-g7eaa1ff 02:56:37 -!- hellmonk has quit [Ping timeout: 250 seconds] 02:57:31 -!- PleasingFungus has quit [Quit: ChatZilla 0.9.92 [Firefox 46.0.1/20160502172042]] 02:57:46 so are we removing beogh in favor of hep 03:00:03 -!- omarax has quit [Remote host closed the connection] 03:00:14 -!- vale_ has quit [Remote host closed the connection] 03:08:49 -!- scummos__ has quit [Ping timeout: 260 seconds] 03:12:46 -!- tabstorm has quit [Ping timeout: 246 seconds] 03:16:51 -!- WalrusKing has quit [Ping timeout: 260 seconds] 03:16:52 -!- Krakhan has quit [Ping timeout: 276 seconds] 03:19:04 -!- ololoev has quit [Quit: Page closed] 03:23:23 Unstable branch on crawl.beRotato.org updated to: 0.19-a0-453-g7eaa1ff (34) 03:25:03 -!- Taraiph has quit [Ping timeout: 252 seconds] 03:32:51 -!- SurpriseTRex has quit [Read error: Connection reset by peer] 03:33:06 -!- bgiannan has quit [Quit: WeeChat 1.5] 03:33:13 New branch created: pull/287 (1 commit) 13https://github.com/crawl/crawl/pull/287 03:33:13 03fixit_friend02 07https://github.com/crawl/crawl/pull/287 * 0.19-a0-454-g68bfe44: add some speech lines 10(6 minutes ago, 1 file, 24+ 0-) 13https://github.com/crawl/crawl/commit/68bfe44f2778 03:33:36 -!- Laptop_ has quit [Ping timeout: 244 seconds] 03:40:17 -!- bgiannan has joined ##crawl-dev 03:41:01 -!- Insomniak` has quit [Quit: I like to rock] 03:41:23 -!- zxc has joined ##crawl-dev 03:53:17 -!- olscumpy has quit [Ping timeout: 264 seconds] 03:55:41 -!- travis-ci has joined ##crawl-dev 03:55:42 The build has errored. (master - 7eaa1ff #5719 : Neil Moore): https://travis-ci.org/crawl/crawl/builds/134363080 03:55:42 -!- travis-ci has left ##crawl-dev 03:56:30 -!- herself has quit [Quit: WeeChat 1.2] 03:57:23 -!- glaas has quit [Ping timeout: 272 seconds] 03:57:42 -!- ystael has quit [Ping timeout: 240 seconds] 04:00:04 -!- omarax has quit [Remote host closed the connection] 04:05:41 uh oh 04:05:42 chequers: You have 1 message. Use !messages to read it. 04:10:40 -!- Twiggytwiggytwig has quit [Quit: See ya guys later ;)] 04:18:05 -!- namelastname112 has quit [Ping timeout: 250 seconds] 04:19:16 -!- Poncheis has quit [Ping timeout: 260 seconds] 04:26:18 -!- bgiannan has quit [Quit: WeeChat 1.5] 04:26:31 -!- bgiannan has joined ##crawl-dev 04:27:25 -!- ololoev has quit [Client Quit] 04:28:03 bluck 04:30:29 -!- nezrel has quit [Read error: Connection reset by peer] 04:31:19 -!- Patashu has joined ##crawl-dev 04:31:27 can ancestors see invis 04:32:57 i feel like they get the ability at some point 04:33:01 but i may be wrong thre 04:34:08 wow, new ice devils look crazy 04:34:17 -!- Weretaco has quit [Ping timeout: 258 seconds] 04:35:01 so 04:35:02 idea 04:35:10 there should be an ally command which is: 04:35:26 'f'ollow if no enemies are visible; otherwise 'w'ait 04:35:40 since that's what i really want them to do like 95% of the time 04:35:45 -!- Weretaco has joined ##crawl-dev 04:35:46 -!- gammafunk has quit [Ping timeout: 244 seconds] 04:36:25 -!- GauHelldragon has quit [Ping timeout: 246 seconds] 04:39:33 or make allies always act like that and remove the ally commands 04:39:51 well, 'a' is sometimes useful 04:39:56 but otherwise yes i agree 04:40:11 the most useful non-wait cmd I've used is retreat 04:40:17 to order an enslaved enemy away from me 04:40:49 heh 04:40:55 i do that a lot 04:41:11 artificer bread and butter 04:41:13 control undead on a player ghost and tell it to get out of my grill 04:42:57 -!- gammafunk has joined ##crawl-dev 04:48:59 -!- dtsund has quit [Quit: Reality is an illusion, the universe is a hologram, buy gold, BYE] 04:49:21 -!- eb has quit [] 05:00:03 -!- omarax has quit [Remote host closed the connection] 05:00:24 -!- debo_ has joined ##crawl-dev 05:02:45 -!- Patashu_ has joined ##crawl-dev 05:04:54 -!- debo_ has quit [Ping timeout: 260 seconds] 05:05:15 -!- Patashu has quit [Ping timeout: 260 seconds] 05:14:41 -!- FunkyBomb has quit [Ping timeout: 260 seconds] 05:22:28 -!- ololoev has quit [Client Quit] 05:25:05 -!- Laptop_ has quit [Ping timeout: 260 seconds] 05:31:01 -!- ProzacElf has quit [Ping timeout: 260 seconds] 05:46:38 -!- amalloy_ is now known as amalloy 05:51:11 -!- ontoclasm has quit [Quit: Leaving.] 05:56:04 -!- amalloy is now known as amalloy_ 06:00:02 -!- omarax has quit [Remote host closed the connection] 06:09:05 tstbtto (L1 HOWr) ASSERT(m.alive()) in 'mon-transit.cc' at line 112 failed. (D:1) 06:09:59 -!- ystael has quit [Ping timeout: 260 seconds] 06:16:54 -!- jeefus has joined ##crawl-dev 06:20:33 -!- jefus has quit [Ping timeout: 240 seconds] 06:24:05 -!- edsrzf has quit [Ping timeout: 260 seconds] 06:24:18 -!- ololoev has quit [Quit: Page closed] 06:26:32 -!- Twiggytwiggytwig has quit [Quit: See ya guys later ;)] 06:36:03 -!- lordfrikk has quit [Ping timeout: 240 seconds] 06:40:48 -!- lordfrikk has joined ##crawl-dev 06:47:33 -!- debo_ has joined ##crawl-dev 06:52:11 -!- debo_ has quit [Ping timeout: 246 seconds] 06:59:15 -!- Grivan has quit [Ping timeout: 264 seconds] 07:00:01 -!- omarax has quit [Remote host closed the connection] 07:07:16 -!- nezrel| is now known as nezrel 07:15:58 -!- wheals has joined ##crawl-dev 07:35:10 -!- JStrange has joined ##crawl-dev 07:38:09 -!- lordfrikk has quit [Ping timeout: 276 seconds] 07:45:39 -!- Lasty has quit [Quit: Leaving.] 07:56:28 -!- syllogism has joined ##crawl-dev 07:58:20 -!- rossi_ has quit [Ping timeout: 246 seconds] 07:58:47 -!- SurpriseTRex_ has quit [Ping timeout: 244 seconds] 08:00:02 -!- omarax has quit [Remote host closed the connection] 08:00:29 03chequers02 {wheals} 07* 0.19-a0-454-g75e0785: Standardise Xom confusion application. (#285) 10(8 seconds ago, 1 file, 24+ 36-) 13https://github.com/crawl/crawl/commit/75e07853774d 08:03:01 -!- JStrange_ has joined ##crawl-dev 08:05:43 Area spells default target broken 13https://crawl.develz.org/mantis/view.php?id=10467 by nubinia 08:06:38 -!- JStrange has quit [Ping timeout: 258 seconds] 08:13:31 -!- ProzacElf has joined ##crawl-dev 08:22:01 -!- mizu_no_oto has quit [Quit: Computer has gone to sleep.] 08:22:02 -!- Bcadren has quit [Ping timeout: 260 seconds] 08:23:13 -!- Woasha has quit [Client Quit] 08:40:13 -!- Yogidabear has quit [Quit: Page closed] 08:42:24 -!- SurpriseTRex__ has quit [Read error: Connection reset by peer] 08:49:16 -!- travis-ci has joined ##crawl-dev 08:49:17 The build passed. (master - 75e0785 #5721 : Alex Jurkiewicz): https://travis-ci.org/crawl/crawl/builds/134426470 08:49:17 -!- travis-ci has left ##crawl-dev 08:54:11 -!- Amphouse has quit [Quit: Page closed] 08:58:00 -!- Zekka has quit [Ping timeout: 258 seconds] 08:58:23 <|amethyst> tavern estimates about half a day of work for one person to convert Crawl to a real-time game 08:59:45 -!- Shard1697 has quit [Ping timeout: 244 seconds] 09:00:01 -!- omarax has quit [Remote host closed the connection] 09:00:16 sounds reasonable 09:00:56 huh 09:01:05 does cancellation get rid of your stored delayed fireball? 09:01:18 if not i can't think of any other reason it would have gone away 09:01:40 <|amethyst> it does 09:02:03 ah 09:02:07 fair enough 09:04:20 -!- mizu_no_oto has quit [Quit: Computer has gone to sleep.] 09:04:34 -!- JStrange has joined ##crawl-dev 09:04:36 -!- Patashu_ has quit [Ping timeout: 276 seconds] 09:07:31 -!- JStrange_ has quit [Ping timeout: 244 seconds] 09:09:24 |amethyst: somehow implement a loop that auto-presses the wait key every 2 seconds of no input 09:09:26 Unstable branch on crawl.jorgrun.rocks updated to: 0.19-a0-454-g75e0785 (34) 09:13:59 -!- Doll has quit [Quit: Lost terminal] 09:16:49 -!- debo has quit [Quit: orb spiders :(] 09:18:04 -!- elliptic has quit [Quit: Leaving] 09:18:11 -!- bencryption has quit [Quit: WeeChat 1.0.1] 09:20:19 -!- elliptic has joined ##crawl-dev 09:21:01 -!- wheals has quit [Ping timeout: 240 seconds] 09:21:22 -!- tabstorm has joined ##crawl-dev 09:29:21 -!- Rast has quit [Ping timeout: 240 seconds] 09:30:59 -!- Rast has joined ##crawl-dev 09:37:41 -!- tabstorm has quit [Ping timeout: 240 seconds] 09:40:06 -!- tealeaves has quit [Quit: Bye] 09:44:06 -!- zxc has quit [Read error: Connection reset by peer] 09:47:27 -!- syllogism has quit [Ping timeout: 258 seconds] 09:52:37 -!- maxonian has quit [Quit: Page closed] 09:54:27 -!- tealeaves has quit [Quit: Bye] 10:00:02 -!- omarax has quit [Remote host closed the connection] 10:04:07 -!- Daekdroom has quit [Ping timeout: 264 seconds] 10:17:47 -!- Dracunos-m has quit [Ping timeout: 244 seconds] 10:19:33 -!- tabstorm has joined ##crawl-dev 10:20:20 -!- PoisonMushroom has quit [Ping timeout: 250 seconds] 10:28:07 -!- debo has joined ##crawl-dev 10:28:08 -!- ProzacElf has quit [Ping timeout: 272 seconds] 10:35:56 -!- Dalwyn has quit [Ping timeout: 250 seconds] 10:41:27 -!- tabstorm has quit [Ping timeout: 260 seconds] 10:42:16 -!- Tux[Qyou] has joined ##crawl-dev 10:45:25 -!- Rust3dCor3 has quit [Ping timeout: 260 seconds] 11:00:01 -!- omarax has quit [Remote host closed the connection] 11:02:29 -!- Woasha has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client] 11:10:45 -!- Daekdroom has quit [Quit: Leaving] 11:14:04 -!- GoblinBomb has quit [Ping timeout: 240 seconds] 11:15:45 -!- siepu has quit [Quit: Leaving] 11:24:32 -!- hong has joined ##crawl-dev 11:24:41 hello 11:25:23 i have two question need your help! 11:25:50 what are they? 11:25:52 if can i use termcast.shalott.org site about cwz's ttyrec file 11:26:09 what is correct path ttyrec folder 11:26:43 or Is exist another configuration way? 11:26:47 -!- JStrange has quit [Quit: Leaving] 11:27:10 that's...stuff even I don't know actually 11:27:46 okey. thank 11:27:49 then next questions 11:28:05 do you know jettyplay.jar? 11:28:40 no, never heard of it 11:28:46 sorry for not being of much help 11:28:57 oh sorry to 11:29:02 (stay in the chat and hopefully someone more helpful will arrive soon) 11:29:14 could also try the regular ##crawl channel 11:29:49 what is difference ##crawl or this 11:30:46 -!- Kellhus has quit [Quit: Page closed] 11:31:10 ##crawl-dev is where the devs usually are 11:31:16 ##crawl is where the players tend to be 11:31:49 oh 11:32:09 i will going to there 11:33:06 just as a warning, the chat seems to be slow in general right now; if you can't get any help now, try again in an hour or two 11:34:28 oh i know this. ha ha. i will just opend this tab and doing another work. or sleep 11:35:06 k 11:37:03 ##crawl will probably not be helpful for the ttyrec question; unfortunately I don't think many people other than |amethyst can help with that currently, unless it's in the dev wiki somewhere 11:40:48 -!- Kenran has quit [Client Quit] 11:44:23 -!- scummos__ has quit [Remote host closed the connection] 11:48:38 -!- Kenran has quit [Quit: Leaving] 11:53:50 -!- LexAckson_ has joined ##crawl-dev 12:00:02 -!- omarax has quit [Remote host closed the connection] 12:04:28 -!- wheals has joined ##crawl-dev 12:11:37 -!- Kenran has quit [Quit: leaving] 12:11:38 -!- nezrel has quit [Read error: Connection reset by peer] 12:12:37 -!- Bcadren has quit [Read error: Connection reset by peer] 12:15:00 -!- lukano has quit [Quit: brb] 12:17:17 -!- elliptic has quit [Quit: Leaving] 12:18:28 -!- Bcadren has quit [Ping timeout: 264 seconds] 12:18:43 -!- elliptic has joined ##crawl-dev 12:26:34 -!- Yermak has joined ##crawl-dev 12:27:25 Note on new green circles for friendlies: you can hardly notice this circle around wyvern. 12:28:40 -!- Zekka has quit [Ping timeout: 260 seconds] 12:29:17 -!- Kalir has quit [Changing host] 12:31:33 -!- Shard1697 has joined ##crawl-dev 12:33:49 -!- Rust3dCor3 has quit [Ping timeout: 258 seconds] 12:33:59 !lg -tv 12:33:59 No games for -tv. 12:34:04 !lg 12:34:05 2840. hong the Nimble (L10 OpCK of Hepliaklqana), mangled by a hill giant (a +0 giant club) on D:8 on 2016-05-31 03:33:09, with 3724 points after 7544 turns and 0:17:46. 12:34:37 !lg hong -tv 12:34:38 2840. hong, XL10 OpCK, T:7544 requested for FooTV: telnet://termcast.develz.org or http://termcast.develz.org. 12:37:02 !lg hong -tv 12:37:02 2840. hong, XL10 OpCK, T:7544 requested for FooTV: telnet://termcast.develz.org or http://termcast.develz.org. 12:37:58 -!- scummos__ has quit [Ping timeout: 272 seconds] 12:38:05 -!- PleasingFungus has joined ##crawl-dev 12:38:49 !tell ontoclasm ' Note on new green circles for friendlies: you can hardly notice this circle around wyvern.' 12:38:49 PleasingFungus: OK, I'll let ontoclasm know. 12:43:10 Btw, how about eating mutagenic chunks from the ground? One still has to pick up them to eat. 12:44:25 a reasonable FR 12:45:34 -!- Zekka has quit [Ping timeout: 244 seconds] 12:45:51 -!- PsyMar has quit [Disconnected by services] 12:46:04 -!- PsyMar2 is now known as PsyMar 12:49:37 -!- lukano has quit [Quit: brb] 12:49:49 the best bugs are the one that require a net line loss to fix 12:50:02 03wheals02 07* 0.19-a0-455-gce57c30: Check that the explosion target is actually valid (#10467). 10(27 seconds ago, 1 file, 1+ 6-) 13https://github.com/crawl/crawl/commit/ce57c302253b 12:52:47 nice 12:52:53 was worried that one might be mine somehow 12:57:28 -!- regret-index has joined ##crawl-dev 13:00:03 -!- omarax has quit [Remote host closed the connection] 13:00:25 "So I decided to do trunk zig sprint and this thing decided to appear in one of the fixedart piles." http://puu.sh/pbHl7/500b56b00a.png 13:00:26 pleasingfungussssssss 13:00:30 greetings 13:01:51 not trivially reproducible 13:02:05 gotta be shillyshalleagh, right? 13:02:31 presumably the level already generated the unrand in another room before devasator? 13:02:38 -!- rchandra has joined ##crawl-dev 13:02:40 huh 13:02:46 hadn't considered that possibility 13:03:14 hrm 13:03:39 &% devasatator after it's already generated just gave me a crash on trying to identify the runed club 13:03:46 yep 13:03:52 since it has a brand for which there's no tile 13:04:42 -!- jinn has joined ##crawl-dev 13:05:40 -!- olscumpy has joined ##crawl-dev 13:06:33 -!- jinn has left ##crawl-dev 13:07:45 -!- Suga_H has quit [Ping timeout: 260 seconds] 13:08:20 -!- regret-index has quit [Ping timeout: 260 seconds] 13:08:41 -!- regret-index has joined ##crawl-dev 13:09:00 surely there should be an emergency case for that 13:09:27 Unstable branch on crawl.jorgrun.rocks updated to: 0.19-a0-455-gce57c30 (34) 13:09:50 -!- lukano has quit [Quit: brb again] 13:12:57 i can see it being reasonable to crash there 13:13:01 not the root problem, in any case 13:13:07 yeah 13:18:28 -!- scummos__ has quit [Ping timeout: 264 seconds] 13:19:38 has the increase in god count made d:1-3 altars more common? certainly more are taken these days, that could also be a change in player habit 13:19:49 !lm * god.worship s=cv o=cv / place~~d:[1-3] 13:20:00 probably 13:20:11 need bigger temple vaults 13:20:13 370826/1140624 milestones for * (god.worship): 4656/12476x 0.19-a [37.32%], 11778/28717x 0.18 [41.01%], 43732/113741x 0.18-a [38.45%], 33214/81085x 0.17 [40.96%], 50293/129015x 0.17-a [38.98%], 23311/63774x 0.16 [36.55%], 26471/79841x 0.16-a [33.15%], 16242/48581x 0.15 [33.43%], 19914/61769x 0.15-a [32.24%], 8697/31339x 0.14 [27.75%], 22304/76592x 0.14-a [29.12%], 7684/26968x 0.13 [28.49%], 15139/... 13:20:43 in 0.5 it was at 3.42% 13:21:14 players have gotten better, clearly 13:23:29 -!- Kenran has quit [Read error: Connection reset by peer] 13:23:41 rchandra: 0.5 didn't have overflows iirc 13:23:59 there were a few altar vaults, but temple always had all the altars 13:24:08 ah, that explains the big jump (15% for 0.6) 13:24:44 then a more gradual increase to present's 35-40% 13:25:33 03PleasingFungus02 07* 0.19-a0-456-gb74f522: Fix unrand fallback for Devastator 10(2 minutes ago, 1 file, 1+ 1-) 13https://github.com/crawl/crawl/commit/b74f522642e2 13:25:38 -!- ZiBuDo has joined ##crawl-dev 13:26:22 i suspect some of that is the conventional wisdom becoming that you should take one of the first altars you see 13:27:36 yeah 13:29:04 I think smaller temples are also more common too (in addition to there being more gods total) 13:29:17 not sure exactly when that changed or how it works 13:29:19 Unstable branch on crawl.akrasiac.org updated to: 0.19-a0-455-gce57c30 (34) 13:29:41 03PleasingFungus02 07* 0.19-a0-457-gbba3dae: Fix species_mock for dracs of colour (rchandra) 10(48 seconds ago, 1 file, 1+ 1-) 13https://github.com/crawl/crawl/commit/bba3daeb0fe7 13:29:47 -!- tealeaves has quit [Quit: Bye] 13:29:47 walkerboh's hyper account has the restriction that it takes the first god, always - only reached temple once in 56 gods, and that back in 0.12 13:32:46 -!- Kenran has quit [Client Quit] 13:32:47 !tell gammafunk from floodkiller: http://pastebin.com/TSFwz8Gi wrt server auth stuff 13:32:48 PleasingFungus: OK, I'll let gammafunk know. 13:32:56 !tell |amethyst from floodkiller: http://pastebin.com/TSFwz8Gi wrt server auth stuff 13:32:57 PleasingFungus: OK, I'll let |amethyst know. 13:33:39 -!- lukano has quit [Quit: again brb] 13:33:52 -!- scummos__ has quit [Ping timeout: 252 seconds] 13:38:00 "link account" will need to be (b) or both 13:38:38 i'm scared of words and reading so i haven't gone through it yet 13:38:48 but people were asking what floodkiller was up to 13:39:28 ah, he had two methods for linking accounts - (a) required webtiles login, which won't work for CDO and is a nuisance for console players 13:40:04 the rcfile check (similar to tournaments) works for both types 13:42:06 reasonable! 13:43:04 -!- ontoclasm has joined ##crawl-dev 13:47:34 @??black mamba 13:47:34 black mamba (02S) | Spd: 18 | HD: 7 | HP: 33-45 | AC/EV: 4/15 | Dam: 2008(poison:14-28) | cold-blooded | Res: 06magic(20), 03poison | Chunks: 14noxious | XP: 457 | Sz: Medium | Int: animal. 13:47:49 Why not make temples bigger in advance to reserve space for future gods? I think there will be nothing wrong if some altars occur twice in the Temple. 13:48:16 waffling on meliai now that they're done- there's a lot of fast swarming monsters around now, and "Lair vault / late D black mamba with 0.6x health + poison moved to a second 10 damage hit + smiting + queen bee berserk possibilities" is pushing it regardless of how the flavour works mythologically or whimsically 13:49:02 ...next project is temple god averages, huh 13:49:20 it's the talk of the moment! 13:50:03 Yermak: the underlying assumption there is that we're gonna keep increasing the # of gods. 13:50:55 grunt's not really around anymore, which cuts the new god rate in half at least :P 13:51:56 also: 13:51:58 ??missing gods 13:51:58 missing gods[1/1]: IW 13:52:20 when we run out of letters, old gods will be revamped instead 13:52:28 finally, changes to... sif 13:52:38 that's probably not gonna require more altars in Temple, though :P 13:55:07 -!- tealeaves has quit [Quit: Bye] 13:55:42 -!- dalwyn has quit [Ping timeout: 250 seconds] 13:56:43 I understand that the desired goal is 27 gods. And some of the temlpes were supposed to have all the gods with few exceptions like Jyiva, Beogh, Lugonu (are there any other?). Why not make such temples have 24 altars? And while there are not enough gods to fill them all, some altars could be duplicate. 13:57:03 i don't think that's the goal 13:57:04 ontoclasm: You have 1 message. Use !messages to read it. 13:57:14 !messages 13:57:14 (1/1) PleasingFungus said (1h 18m 25s ago): ' Note on new green circles for friendlies: you can hardly notice this circle around wyvern.' 13:57:43 welp, time to redraw wyverns 13:59:23 -!- MarvinPA has joined ##crawl-dev 14:00:03 -!- omarax has quit [Remote host closed the connection] 14:00:11 @??wyvern 14:00:11 wyvern (09l) | Spd: 15 | HD: 5 | HP: 22-33 | AC/EV: 5/10 | Dam: 20 | fly | Res: 06magic(20) | XP: 206 | Sz: Large | Int: animal. 14:00:19 l? 14:00:30 huh 14:01:20 they're basically buffed newts 14:01:49 but they can't swim! 14:01:55 what a horrible nerf 14:02:02 they fly, that's like buffed swimming 14:02:13 buffed clinging 14:02:19 sure 14:02:33 no that's geckos 14:03:27 giant newt (03l) | Spd: 10 (swim: 60%) | HD: 1 | HP: 1-3 | AC/EV: 0/15 | Dam: 3 | amphibious, cold-blooded | Res: 12drown | XP: 1 | Sz: tiny | Int: animal. 14:03:27 %??giant newt 14:03:29 giant gecko (08l) | Spd: 12 | HD: 1 | HP: 4-7 | AC/EV: 1/14 | Dam: 5 | cold-blooded | XP: 3 | Sz: little | Int: animal. 14:03:29 %??giant gecko 14:03:39 i guess they're more like geckoes anyway since they're fast 14:04:17 -!- amalloy_ is now known as amalloy 14:07:04 27 gods is the limit! 14:07:26 imo in 0.19 we should remove like 3 gods >.> 14:07:48 -!- Yermak has quit [Quit: Page closed] 14:08:12 like dpeg, let's be radical. start by removing trog 14:08:33 -!- Yermak has joined ##crawl-dev 14:08:45 nobody wants to consolidate 14:08:58 rip crawl 14:09:02 combine oka and trog 14:09:06 -!- rchandra has left ##crawl-dev 14:09:23 Unstable branch on crawl.jorgrun.rocks updated to: 0.19-a0-457-gbba3dae (34) 14:10:20 if you combine zin and ash, do you get a god of bindage and discipline? 14:10:25 *bondage 14:11:26 # Following Oka by itself gets repetitive, so does Makh. What if we combine them?... 14:13:04 -!- scummos__ has quit [Ping timeout: 264 seconds] 14:13:22 -!- WalrusKing has quit [Ping timeout: 244 seconds] 14:13:58 OMakhRog? 14:13:59 !lg * cv>=0.18 place=Lair:8 kmap!~uniq s=kmap 14:14:00 558 games for * (cv>=0.18 place=Lair:8 kmap!~uniq): 276x, 44x evil_forest, 31x evilmike_catoblepas_cave, 31x hangedman_lair_tendril_chambers, 27x hangedman_lair_in_review, 26x minmay_lair_end_enchanted_forest, 22x wormcave, 22x grunt_lair_end_beastmaster, 21x guppyfry_lair_end_dragon, 15x minmay_lair_end_frog_pond, 10x hangedman_lair_caniforms_friends, 6x slime_altar_2, 5x special_room; special_ro... 14:14:35 still at the bottom 14:15:17 just put new gods on the rest of the numbers. it will work perfectly for my plans to introduce 2tankhamun 14:16:07 if we were going to have a 2 god, i'd want it to be some kind of dual god, Foo and Bar 14:16:07 except probably not called exactly that 14:16:16 http://comicsalliance.com/files/2010/11/2tank.jpg 14:16:23 dooroklohe 14:17:13 -!- breadbocks has quit [Read error: Connection reset by peer] 14:17:16 -!- PleasingFungus has quit [Remote host closed the connection] 14:21:43 -!- Shard1697 has quit [Ping timeout: 252 seconds] 14:22:58 -!- Blazinghand has joined ##crawl-dev 14:23:29 eronarn's door god idea was two gods 14:27:10 -!- Bcadren has quit [Read error: Connection reset by peer] 14:28:48 ??wyvern 14:28:48 wyvern[1/1]: Fast flying {yak}. 14:28:48 -!- Poncheis has quit [Client Quit] 14:30:26 surely a terrible example, wyverns don't come in bands at all 14:32:34 -!- Laptop_ has quit [Ping timeout: 240 seconds] 14:34:12 @??hound 14:34:12 hound (08h) | Spd: 15 | HD: 3 | HP: 14-19 | AC/EV: 2/13 | Dam: 6 | see invisible | Res: 06magic(10), 08blind | XP: 42 | Sz: small | Int: animal. 14:34:18 @??wyvern 14:34:18 wyvern (09l) | Spd: 15 | HD: 5 | HP: 22-33 | AC/EV: 5/10 | Dam: 20 | fly | Res: 06magic(20) | XP: 206 | Sz: Large | Int: animal. 14:34:53 clearly they're jsut big flying hounds 14:35:33 @??yak 14:35:33 yak (07Y) | Spd: 10 | HD: 7 | HP: 33-45 | AC/EV: 4/7 | Dam: 18 | Res: 06magic(20) | XP: 204 | Sz: Large | Int: animal. 14:36:01 -!- JimmahDean has quit [] 14:36:59 @??crocodile 14:36:59 crocodile (07t) | Spd: 10 (swim: 60%) | HD: 5 | HP: 22-33 | AC/EV: 4/10 | Dam: 20 | amphibious, cold-blooded | Res: 06magic(20), 12drown | XP: 105 | Sz: Large | Int: animal. 14:37:34 wow, very close 14:38:57 lair has a lot of pretty redundant monsters 14:39:06 @??elephant 14:39:06 elephant (03Y) | Spd: 10 | HD: 9 | HP: 56-79 | AC/EV: 8/2 | Dam: 2007(trample), 5 | Res: 06magic(60), 12drown | XP: 481 | Sz: Giant | Int: animal. 14:39:13 @??death yak 14:39:13 death yak (08Y) | Spd: 10 | HD: 14 | HP: 62-89 | AC/EV: 9/5 | Dam: 30 | Res: 06magic(100) | Chunks: 14noxious | XP: 873 | Sz: Big | Int: animal. 14:43:22 -!- Dracunos has quit [Ping timeout: 272 seconds] 14:44:03 still, there's _some_ appreciable difference and flavouring, whereas the only thing that prevents me from folding crocodile appearances into wyverns is the former's sewer appearances :P 14:47:02 regret-index: btw, i had an actual serious FR 14:47:33 ? 14:48:00 an ai command that is "follow when no enemies are in view; otherwise wait" 14:48:27 as is i find myself pressing tw -> let my guys kill stuff -> tf 14:48:29 all the time 14:48:49 "fire at will" 14:48:52 possibly reasonable but beyond my purview :P 14:48:57 amalloy: yes 14:49:04 ah 14:49:06 hong: hi, are you there? 14:49:06 gammafunk: You have 4 messages. Use !messages to read them. 14:49:15 i don't really understand why that's not the default friendly-ai behaviour 14:49:18 i mean, if that existed, i would set it to that and then basically never press t 14:49:36 since 95% of the time that's what i want them doing 14:52:08 -!- Harudoku has quit [Ping timeout: 240 seconds] 14:52:19 elephants are very noticably harder to kill than yaks 14:52:57 Lightli: i compared them to death yaks 14:53:19 oh in that case yeah they're ridiculously similar 14:53:20 death yaks are very-slightly-more powerful elephants 14:53:30 trampling is scary though 14:53:32 but without trample 14:53:37 but also with much more MR 14:53:48 yeah idk what the heck is up with the mr 14:53:50 really? elephant/dyak have similar MR i thought 14:53:55 @??death yak 14:53:55 death yak (08Y) | Spd: 10 | HD: 14 | HP: 62-89 | AC/EV: 9/5 | Dam: 30 | Res: 06magic(100) | Chunks: 14noxious | XP: 873 | Sz: Big | Int: animal. 14:53:57 @??elephant 14:53:57 elephant (03Y) | Spd: 10 | HD: 9 | HP: 56-79 | AC/EV: 8/2 | Dam: 2007(trample), 5 | Res: 06magic(60), 12drown | XP: 481 | Sz: Giant | Int: animal. 14:54:00 no they have a lot more mr 14:54:03 thanks, hd 14:54:05 DYs have 14 hd because ___ 14:54:14 because they're death yaks! 14:54:17 accuracy 14:54:23 -!- tealeaves has quit [Quit: Bye] 14:54:33 shapeshifter cantrip 14:54:36 see: why the Lernaean Hydra is HD 30 14:56:13 delephyak (Y) | Spd: 10 | HD: 14 | HP: 62-89 | AC/EV: 9/5 | Dam: 30(trample) | Red: magic(100) | Chunks : noxious | XP: 873 | Sz: Big | Int: animal. 14:56:21 problem solved 14:56:52 not exactly 14:57:01 the issue is placement 14:57:01 -!- MarvinPA has quit [Ping timeout: 240 seconds] 14:57:18 all those vaults 14:57:22 not sure what you mean 14:57:28 monsters have to place 14:57:36 so elephants have level placement, vault placement 14:57:41 they appear in the same areas 14:57:41 likewise death yaks 14:57:49 those placements aren't the same 14:57:52 maybe like a floor apart 14:58:04 how accurate do you think that statement is? 14:58:05 http://git.develz.org/?p=crawl.git;a=blob;f=crawl-ref/source/mon-pick-data.h;#l219 14:58:11 pretty accurate 14:58:18 well you'd be wrong 14:58:20 i would say L:5-8 for both 14:58:42 ??objstat[2] 14:58:42 objstat[2/2]: Latest spreadsheets for past releases and trunk (0.18-a0-1324-g13589fb): https://drive.google.com/folderview?id=0B7VXhHzhWWb7S282VWhLVWRXbG8&usp=sharing , See the README for details: https://docs.google.com/document/d/1D5mFqVi8ghz_nzvVmDUc3unx8VanVBWfgvZ8xCHaiJo/edit?usp=sharing 14:58:52 what quantities etc 14:59:17 -!- glaas has quit [Quit: WeeChat 0.4.2] 14:59:19 you could merge them but it'd be a question of making a placement that would have what desired level of balance 14:59:31 my point is that it's not merely as simple as "replace these monster stats" 14:59:35 ...yes, you have to write a new placement line 14:59:39 ...no 14:59:57 you have to write a new placement line and modify like many vaults, including branch ends 15:00:02 -!- omarax has quit [Remote host closed the connection] 15:00:14 since 1 elephant != 1 delephant 15:00:36 it sort of is 15:00:43 slightly more powerful but not a lot 15:01:07 * regret-index rolls her eyes. 15:01:09 -!- regret-index has left ##crawl-dev 15:01:16 okay, jeez 15:01:16 it's significant enough; at a bare minimum death yaks are not very hexable 15:01:29 it's not just a "slap it on there" type change 15:01:52 well, if you say so; it certainly seems like it to me 15:02:00 elephants have stuff like the elephant graveyard vault 15:02:01 yeah I can't see how you think it would be 15:02:07 but death yaks are kind of iconic lair enemies 15:02:07 but difference of opinion I guess! 15:02:13 -!- CanOfWorms has joined ##crawl-dev 15:02:34 because in my experience the two monsters are basically indistinguishable aside from trample 15:02:41 that is not my experience 15:02:45 yeah no 15:02:58 elephants trample, death yaks basically laugh off MR checking spells 15:04:05 i guess those facets don't make a whole lot of difference in my eyes 15:04:23 it's like having two monsters who differ only in that one of them flies 15:04:34 I'd say combine them into death elephants, but dire elephants already exist 15:04:43 or has SInv 15:04:56 @??quoka 15:04:56 unknown monster: "quoka" 15:05:09 i.e. i'm sure it matters occasionally, but not enough that, imo, it warrants having both 15:06:30 which one would you remove 15:07:12 personally? i'd remove death yaks and buff elephants a little 15:07:24 MR/trample are a bigger deal than those things by a signficant degree, but I'm not saying you can't merge, just that you'd want to take a look at any vault placing either and say "will this be ridiculous" 15:07:35 because in some it will be 15:07:42 also you'd be removing death yaks 15:07:44 they have death in the name 15:08:52 -!- removeelyvilon_ has joined ##crawl-dev 15:09:05 did you know that angels can generate with blowguns? 15:09:09 no 15:13:29 -!- lukano has quit [Quit: bbiaw] 15:13:45 -!- Blade- has quit [Ping timeout: 260 seconds] 15:14:54 -!- ProzacElf has joined ##crawl-dev 15:15:12 ...are there any monsters that only have rN+? 15:15:14 the green circles will need some time getting used to 15:15:49 but I died more than once thinking a monster was on my side when it wasn't 15:16:20 so props 15:16:50 removeelyvilon_: yeah, i got tired of trying to watch the little hearts xD 15:16:53 so i changed it 15:19:48 hm... what if someone is colour blind? 15:20:07 isn't the heart still available as an option 15:20:38 Lightli: i guess i could have an rcfile option for it 15:24:20 I don't think being color blind would prevent it from being useful 15:24:28 since you'd still see the big circle 15:24:58 and the three colors i used are green, yellow, and grey 15:24:59 it could make differentiating the circles hard when both ally types are on screen, but that's rare 15:27:36 btw sheep don't bite, they headbutt you... they are also quite dangerous and perfectly able of killing you with one hit. No need to mention in the game that these are special dungeon sheep. 15:27:43 source: I'm a shepherd 15:30:04 -!- regret-index has joined ##crawl-dev 15:30:50 angels generatin wit blowguns is probably That One Vault where they get any weapon of some... "level" 15:32:02 !vault zin_angel 15:32:02 1/1. https://github.com/crawl/crawl/blob/master/crawl-ref/source/dat/des/altar/overflow.des#l2682 15:32:20 it was in holy pan do 15:34:08 then it picked up a blowgun from the loot 15:39:19 -!- tealeaves has quit [Quit: Bye] 15:40:12 because sheep do not have any upper incisors 15:43:13 !source enum attack_type 15:43:14 Can't find enum. 15:43:35 http://git.develz.org/?p=crawl.git;a=blob;f=crawl-ref/source/mon-enum.h;#l24 15:43:44 anything more appropiate here? 15:44:29 <|amethyst> obviously the sheep attack should be AT_RAM 15:44:29 |amethyst: You have 1 message. Use !messages to read it. 15:45:28 regret-index headbutt 15:45:45 ...oh, right, that _is_ right there. 15:46:56 ...for... minotaurs before they got at_gore instead?? 15:50:25 -!- Kenran has quit [Quit: Leaving] 15:53:08 -!- namelastname112 has quit [Ping timeout: 250 seconds] 15:53:38 https://dl.dropboxusercontent.com/u/1000017/crawl/wyvern.png 15:54:11 ontoclasm looks like flygon 15:54:34 oh and sheep aren't stupid either but I guess I'm pushing my luck here 15:55:02 <|amethyst> ? 15:55:07 <|amethyst> re sheep not being stupid 15:55:18 -!- tealeaves has quit [Quit: Bye] 15:55:18 <|amethyst> are you suggesting they should be I_HUMAN rather than I_ANIMAL? 15:55:31 -!- tealeaves has quit [Client Quit] 15:55:58 <|amethyst> ah, the description 15:57:26 well I mean their survival instincsts have been partially removed through breeding but still, it's proven that they can remember people's faces, make decisions etc. 15:58:17 oh and just try catching one 16:00:03 -!- omarax has quit [Remote host closed the connection] 16:00:21 <|amethyst> http://journals.plos.org/plosone/article?id=10.1371/journal.pone.0015752 16:00:23 i caught a cat once 16:00:27 we could attest intelligence to rats or bees or elephants easily but after intelligence was simplified mechanically down to three I doubt another layer will be added just for sheep 16:00:43 I_SHEEP 16:00:47 (clearly need ravens again) 16:01:11 <|amethyst> ontoclasm: ITYM I_SHEEPLE 16:01:21 <|amethyst> wake up! 16:01:22 -!- serq has quit [Quit: und weg...] 16:02:42 ru's worshippers must be insufferable 16:03:39 okay this is the last thing I promise: the crawl breed of sheep appears to be flammable i. e. the lanolin hasn't been washed out of the wool 16:03:52 that would make them matt and greasy and not fluffy to the touch 16:04:29 one day you'll realize that you've only got two hands because that's what THE MAN wants 16:05:57 who would be washing the sheep in the dungeon anyway 16:06:08 -!- dtsund has joined ##crawl-dev 16:07:07 -!- GoblinBomb has quit [Ping timeout: 276 seconds] 16:07:15 they can bathe in the pond vaults 16:07:17 water elementals have to get their fun somehow 16:07:32 or in the shoals tides 16:07:53 -!- zero_one is now known as Sprort 16:08:09 the people demand sheep realism 16:08:40 -!- Cerpin_ has joined ##crawl-dev 16:08:48 wheals: cyclopes 16:08:51 -!- scummos__ has quit [Remote host closed the connection] 16:13:15 -!- Dracunos has quit [Ping timeout: 260 seconds] 16:13:42 do they even bathe themselves? 16:15:57 the humans or cyclops with them 16:16:46 Polyphemus is proud of winning best of show with his prized death yak 16:19:20 where are the text colors for webtiles defined 16:20:15 the real question is, who bathes the uniques? 16:21:02 everyone in the dungeon is super stinky 16:21:21 except the elves, elves always smell nice 16:21:31 thats like, one of the rules of elves 16:22:01 -!- regret-index has left ##crawl-dev 16:22:30 the elven halls are directly beneath the orcish mines 16:22:34 are you sure deep elves are up on their hygiene the same way surface elves are? 16:22:36 does your game or bad fantasy novel have elves in it? if so they must obey the elf rules 16:22:37 what about deep elves, do they smell nice? 16:22:49 1. they must be tall, lean, and clean 16:22:54 -!- hong has quit [Quit: Page closed] 16:22:54 2. they must be extremely racist 16:22:59 -!- hong_ has quit [Quit: Page closed] 16:23:04 3. they must have pointy ears 16:23:05 etc 16:23:14 what about santa elves, those aren't tall 16:23:21 and you lose your sense of time and direction when you enter their forest 16:23:32 wheals: every rule has an exception 16:23:39 that's more of a fairy thing than strictly an elf thing 16:23:41 lean, clean and mean 16:23:51 although some stories lump in elves with fairies anyway 16:23:58 gammafunk: i assure you they do 16:24:13 I doubt your claims of extreme racism 16:24:23 never trust an elf 16:24:26 I think it's dwarven PC culuture gone awry 16:24:30 *culture 16:24:30 sound advice 16:24:45 4. they need to be described as "peaceful" yet constantly be at war and all of them are experts at archery and/or fencing 16:25:01 I have the eyes of a hawk and the ears of a fox 16:25:07 -!- MgDark has quit [Quit: ChatZilla 0.9.92 [Firefox 46.0.1/20160502172042]] 16:25:10 minmay is an anti-elf dwarven propogandist 16:25:27 *propagandist 16:25:30 -!- scummos__ has quit [Remote host closed the connection] 16:25:37 i think i'm about the last person you could describe as anti-elf 16:25:39 why does english have both *a*s and *os* 16:26:36 <|amethyst> I was worried I would be charged with blasphemy, but fortunately the prosecutor was a pro-pagan DA 16:26:49 im making fun of the bad writing in fictional elves, not real elves 16:26:58 real elves aren't any more racist than humans 16:27:03 If you trace the mythological roots, elves and dwarfs could be considered the same thing 16:27:04 !lg name=minmay|gammafunk s=name,regexp_replace(crace, ".*elf.*", "elf") 16:27:05 3826 games for gammafunk (name=minmay|gammafunk): 3826x gammafunk (2587x elf, 460x Minotaur, 185x Felid, 137x Mummy, 114x Octopode, 48x Merfolk, 34x Human, 33x Vine Stalker, 26x Demigod, 26x Naga, 24x Formicid, 18x Ghoul, 16x Tengu, 16x Gargoyle, 14x Hill Orc, 13x Halfling, 12x Centaur, 12x Kobold, 8x Spriggan, 7x Ogre, 7x Vampire, 7x Demonspawn, 7x Troll, 6x Draconian, 5x Deep Dwarf, 2x Djinni, L... 16:27:11 <|amethyst> minmay: so really racist? 16:27:20 yeah, but not more than humans 16:27:43 !lg name=minmay|gammafunk crace~~elf s=name 16:27:44 2587 games for gammafunk (name=minmay|gammafunk crace~~elf): 2587x gammafunk 16:27:52 it's not very clear... but "dark elf" = dwarf 16:28:09 !lg name=minmay|gammafunk crace~~elf s=name 16:28:10 189 games for minmay (name=minmay|gammafunk crace~~elf): 189x minmay 16:28:21 !lg * name=minmay|gammafunk crace~~elf s=name 16:28:22 2776 games for * (name=minmay|gammafunk crace~~elf): 2587x gammafunk, 189x minmay 16:28:23 d w ar (kel) f 16:28:25 seems legit 16:28:33 -!- nezrel has quit [Read error: Connection reset by peer] 16:28:36 so we see who is anti-elf and who isn't 16:28:38 removeelyvilon_: but dwarves are like...beardy and nordic! 16:29:10 gammafunk: youve killed over 2500 elves, i havent 16:29:23 elves are nordic, too 16:29:29 and i never called you anti-elf! 16:29:30 I brought them honor and glory 16:29:33 removeelyvilon_: that is the joke yes 16:29:39 removeelyvilon_: don't make me link to that blog again 16:29:59 !lg . won crace~~elf 16:29:59 I don't see how that's related 16:30:00 6. gammafunk the Elven Blade (L27 HECK of Fedhas), escaped with the Orb and 5 runes on 2016-05-21 01:54:08, with 2696775 points after 92007 turns and 8:47:26. 16:30:14 !lg devteam won crace~~elf s=name 16:30:15 the vestibule of HECK 16:30:15 215 games for devteam (won crace~~elf): 64x 78291, 39x elliptic, 11x Lasty, 11x MarvinPA, 11x evilmike, 11x Medar, 10x rob, 8x itsmu, 7x doy, 6x gammafunk, 4x dpeg, 4x amalloy, 4x greensnark, 3x SGrunt, 2x erisdiscordia, 2x ontoclasm, 2x PleasingFungus, 2x haranp, 2x pointless, 2x rax, wheals, Napkin, HangedMan, bh, sorear, Keskitalo, evktalo, KiloByte, mumra, edlothiol 16:30:19 anyway, clearly we can solve this anachronism problem by removing dwarves from the game 16:30:23 -!- dpeg has joined ##crawl-dev 16:30:45 why anachronism? they lived at the sime time afaik 16:30:51 the timing on that join couldn't have been better lol 16:31:00 a* 16:31:07 the sime tame? 16:31:16 removeelyvilon_: can't have both deep elves and deep dwarves in the game obviously! 16:31:36 there's deep elves and deep dwarves 16:31:37 yet 16:31:41 no deep dish pizza??? 16:32:04 as I said, to this day, the relationship is not very clear... they might be one and the same or closely related 16:32:09 replace with mountain elves 16:32:24 gammafunk: that query is gong to look pretty dumb when we add Bookshelf as a race 16:32:24 GONNNNG! 16:32:42 or 2 different species that originated from the same ancestor 16:32:50 amalloy: nice g.ong 16:33:04 I guess translating ancient mythological texts is hard 16:33:20 this channel is a lot more fun if you imagine everyone having the conversation in real life 16:33:28 -!- edsrzf has joined ##crawl-dev 16:33:32 and someone stutters in the middle of saying "going" and a deafening gong noise goes off 16:33:32 PANG! 16:34:05 minmay: is this just a way to try and convince the devs to remove DD 16:34:27 and there's the usual problem of terms being interchangable in folklore 16:34:50 an elf could be anything ranging to a santa's helper to a fairy, to a wood nymph to the elf minmay described 16:35:02 from* 16:35:10 also grammar 16:45:45 -!- removeelyvilon_ has quit [Quit: Page closed] 16:46:54 -!- scummos| has quit [Remote host closed the connection] 16:48:36 -!- dalwyn has quit [Ping timeout: 250 seconds] 16:51:02 03|amethyst02 07* 0.19-a0-458-gfd99d95: Fix NOWIZARD builds (sagitter) 10(27 minutes ago, 4 files, 14+ 20-) 13https://github.com/crawl/crawl/commit/fd99d95e7eb9 16:51:20 <|amethyst> Putting together a big batch of fixes for 0.18 16:51:46 <|amethyst> but I don't have time to test it at the moment other than compilation 16:52:26 <|amethyst> so I guess I'll push that to a branch, and someone can pull it into stone_soup-0.18 if things actually work and the list looks good 16:53:22 <|amethyst> %git stone_soup-0.18 16:53:22 07|amethyst02 * 0.18.1-8-gdd0e5ea: Avoid an uninitialized variable warning. 10(5 weeks ago, 1 file, 2+ 1-) 13https://github.com/crawl/crawl/commit/dd0e5eaaca86 16:53:27 <|amethyst> 33 more commits on top of that 16:54:51 <|amethyst> including a few UI improvements that aren't exactly bug fixes 16:54:55 <|amethyst> like the X<> thing 16:56:29 -!- PsyMar has quit [Ping timeout: 244 seconds] 16:58:13 -!- Rust3dCor3 has quit [Ping timeout: 244 seconds] 16:58:21 New branch created: nfm-0.18.2-candidate (73 commits) 13https://github.com/crawl/crawl/tree/nfm-0.18.2-candidate 16:58:23 03|amethyst02 07[nfm-0.18.2-candidate] * 0.18-b1-1-gcfa3e8e: Improve acquired =tele (ProzacElf) 10(5 weeks ago, 1 file, 1+ 0-) 13https://github.com/crawl/crawl/commit/cfa3e8e64123 16:58:23 03PleasingFungus02 07[nfm-0.18.2-candidate] * 0.18-b1-2-gd0c887e: Re-add the Talos playerdoll tile 10(5 weeks ago, 3 files, 1+ 0-) 13https://github.com/crawl/crawl/commit/d0c887e60116 16:58:23 03|amethyst02 {PleasingFungus} 07[nfm-0.18.2-candidate] * 0.18-b1-3-gf26509a: Mention that gloves cover claws, boots hooves and talons (#10380) 10(5 weeks ago, 1 file, 4+ 2-) 13https://github.com/crawl/crawl/commit/f26509aa26ab 16:58:23 03PleasingFungus02 07[nfm-0.18.2-candidate] * 0.18-b1-4-g5143204: Let Hell Lords be their own species (10376) 10(5 weeks ago, 1 file, 5+ 16-) 13https://github.com/crawl/crawl/commit/51432040ae5c 16:58:23 03PleasingFungus02 07[nfm-0.18.2-candidate] * 0.18-b1-5-g0beb7b5: Speciesify the great Pan Lords (10376) 10(5 weeks ago, 1 file, 4+ 4-) 13https://github.com/crawl/crawl/commit/0beb7b5ddb57 16:58:23 03PleasingFungus02 07[nfm-0.18.2-candidate] * 0.18-b1-6-g919c828: Forbid enslaving random pan lords' souls (10376) 10(5 weeks ago, 2 files, 7+ 5-) 13https://github.com/crawl/crawl/commit/919c828fe7b4 16:58:23 03PleasingFungus02 07[nfm-0.18.2-candidate] * 0.18-b1-7-g779352e: Elaborate on the Box of Beast's description 10(5 weeks ago, 1 file, 10+ 0-) 13https://github.com/crawl/crawl/commit/779352e8a71e 16:58:23 03MarvinPA02 {PleasingFungus} 07[nfm-0.18.2-candidate] * 0.18-b1-8-gf460698: Tweak box of beast wording 10(5 weeks ago, 1 file, 3+ 3-) 13https://github.com/crawl/crawl/commit/f46069893e40 16:58:23 03PleasingFungus02 07[nfm-0.18.2-candidate] * 0.18-b1-9-gb9df70c: Uphold the sacred 80-Character Law 10(5 weeks ago, 1 file, 1+ 1-) 13https://github.com/crawl/crawl/commit/b9df70c31b2b 16:58:23 03PleasingFungus02 07[nfm-0.18.2-candidate] * 0.18-b1-10-g3f7de93: Fix mutant beast 'bat' speed 10(5 weeks ago, 1 file, 1+ 0-) 13https://github.com/crawl/crawl/commit/3f7de93eda21 16:58:23 ... and 63 more commits 16:58:51 <|amethyst> err 16:59:24 woah 16:59:24 <|amethyst> oh, right, new branch so it showed all commits that aren't in master, i.e. everything post-branching 16:59:40 <|amethyst> %git stone_soup-0.18 16:59:40 07|amethyst02 * 0.18.1-8-gdd0e5ea: Avoid an uninitialized variable warning. 10(5 weeks ago, 1 file, 2+ 1-) 13https://github.com/crawl/crawl/commit/dd0e5eaaca86 16:59:47 <|amethyst> %git nfm-0.18.2-candidate 16:59:47 07|amethyst02 * 0.18.1-41-g04e063e: Fix NOWIZARD builds (sagitter) 10(36 minutes ago, 4 files, 14+ 20-) 13https://github.com/crawl/crawl/commit/04e063e6b673 17:00:03 -!- omarax has quit [Remote host closed the connection] 17:00:03 "the sacred 80 character law?" 17:00:15 <|amethyst> check git log origin/stone_soup-0.18..origin/nfm-0.18.2-candidate 17:00:18 <|amethyst> for the list 17:00:40 <|amethyst> ProzacElf: the gods hate line wrapping in source code 17:00:57 <|amethyst> ah 17:01:07 <|amethyst> that was in a description actually 17:01:09 oh 17:01:17 <|amethyst> so player-relevant 17:02:02 -!- oxeimon has quit [Quit: Leaving.] 17:03:15 <|amethyst> %git 17:03:15 07|amethyst02 * 0.19-a0-458-gfd99d95: Fix NOWIZARD builds (sagitter) 10(39 minutes ago, 4 files, 14+ 20-) 13https://github.com/crawl/crawl/commit/fd99d95e7eb9 17:04:48 -!- Insomniak` has quit [Quit: I like to rock] 17:05:07 -!- Krakhan has quit [Changing host] 17:05:59 -!- miek_ has quit [Quit: Lost terminal] 17:08:45 crash when searching for "mr" 13https://crawl.develz.org/mantis/view.php?id=10468 by destrovel 17:09:21 Unstable branch on crawl.jorgrun.rocks updated to: 0.19-a0-458-gfd99d95 (34) 17:10:20 -!- sneakyness is now known as its_sixteenchars 17:10:49 -!- its_sixteenchars is now known as sixteencharlimit 17:11:13 -!- sixteencharlimit is now known as sixteencharacter 17:12:28 -!- scummos| has quit [Ping timeout: 264 seconds] 17:13:20 -!- WereVolvo has quit [Read error: Connection reset by peer] 17:13:42 -!- Athaboros has quit [Quit: Leaving] 17:14:40 -!- Patashu has joined ##crawl-dev 17:15:25 -!- lukano has quit [Quit: brb again] 17:15:38 reminds me of those Blade crashes before 17:18:15 -!- LexAckson_ has quit [Ping timeout: 258 seconds] 17:18:29 -!- CanOfWorms has quit [Quit: ChatZilla 0.9.92 [Firefox 3.6.28/20120306064154]] 17:20:42 -!- Eight has quit [Quit: Page closed] 17:21:21 <|amethyst> BTW, you know how we make +/- cycle items rather than monsters when casting apportation? 17:21:46 <|amethyst> should we also make *// cycle monsters rather than items? 17:22:04 -!- Ququman has joined ##crawl-dev 17:22:04 <|amethyst> seems that cycling monsters while casting apport is no less useful than cycling items when casting magic dart 17:22:09 <|amethyst> s/is/would be/ 17:22:35 !polytheist 17:22:40 Unwon gods for Lightli: Ukayaw 17:22:43 !won . god=ukayaw 17:22:44 Lightli (god=ukayaw) has won once in 6 games (16.67%): 1xMiFi 17:22:45 Something is wrong 17:23:04 <|amethyst> !won lightli god=ukayaw x=src,cv,vlong,explbr 17:23:05 lightli (god=ukayaw) has won once in 6 games (16.67%): 1xMiFi 17:23:12 <|amethyst> !lg lightli won god=ukayaw x=src,cv,vlong,explbr 17:23:13 1. [src=cbro;cv=0.18-a;vlong=0.18-a0-1278-gd8a6959;explbr=combo god] Lightli the Rhythm of Life and Death (L27 MiFi of Ukayaw), escaped with the Orb and 3 runes on 2016-02-13 20:11:09, with 1729318 points after 72625 turns and 1:56:35. 17:23:21 <|amethyst> experimental branches don't count 17:23:24 oh duh 17:23:39 <|amethyst> hm 17:23:42 <|amethyst> that reminds me 17:23:42 !lg . won s=god 17:23:43 151 games for Lightli (won): 61x Trog, 22x Vehumet, 16x Okawaru, 8x Elyvilon, 6x Ru, 5x Pakellas, 4x Makhleb, 2x Qazlal, 2x, 2x Kikubaaqudgha, 2x Dithmenos, 2x Ashenzari, 2x Hepliaklqana, 2x Gozag, 2x Yredelemnul, Uskayaw, Beogh, Lugonu, Xom, The Shining One, Cheibriados, Jiyva, Sif Muna, Ukayaw, Wulndraste, Zin, Nemelex Xobeh, Fedhas 17:23:54 <|amethyst> do we need any special handling in sequell for the ukayaw -> uskayaw rename? 17:24:12 <|amethyst> !lg * won god=uskayaw 17:24:12 7. Lightli the Rhythm of Life and Death (L27 MiSk of Uskayaw), escaped with the Orb and 3 runes on 2016-06-01 04:40:54, with 1884541 points after 60686 turns and 2:31:00. 17:24:16 <|amethyst> oh 17:24:17 <|amethyst> I guess we do 17:24:31 <|amethyst> !cmd !polytheist 17:24:31 Command: !polytheist => .echo $(greathelper god ${1:-.} gods polytheist "won !experimental") 17:24:40 <|amethyst> !fn greathelper 17:24:40 !fn greathelper (a b c d e) $(!lg * $e s=$a o=-$a / won @$b format:"${.}" title:"Unwon $c for $name" stub:"$name is a ${d}!" ?:N=0) 17:25:03 I assume uskayaw is ukayaw but with a fake mustache on 17:26:16 <|amethyst> hm 17:26:33 <|amethyst> elliptic: thoughts on how to make !polytheist recognise ukayaw and uskayaw as the same god? 17:27:06 <|amethyst> !lg * won !experimental ukayaw 17:27:07 No keyword 'ukayaw' 17:27:09 <|amethyst> !lg * won !experimental god=ukayaw 17:27:13 31. jjukjjukrer the Invulnerable (L27 HOFi of Ukayaw), escaped with the Orb and 15 runes on 2016-06-01 13:26:49, with 22048596 points after 68810 turns and 4:42:44. 17:27:16 <|amethyst> !lg * won !experimental god=ukayaw -2 17:27:19 30/31. SilvereR the Rhythm of Life and Death (L27 VSGl of Ukayaw), escaped with the Orb and 15 runes on 2016-06-01 07:59:13, with 17385661 points after 89488 turns and 7:26:19. 17:27:24 <|amethyst> !polytheist silverer 17:27:29 Unwon gods for silverer: Ashenzari, Beogh, Cheibriados, Dithmenos, Elyvilon, Fedhas, Hepliaklqana, Kikubaaqudgha, Lugonu, Makhleb, Okawaru, Sif Muna, Uskayaw, Xom, Yredelemnul, Zin 17:27:29 <|amethyst> !polytheist jjukjjukrer 17:27:35 Unwon gods for jjukjjukrer: , Ashenzari, Beogh, Cheibriados, Dithmenos, Elyvilon, Fedhas, Gozag, Hepliaklqana, Jiyva, Kikubaaqudgha, Lugonu, Nemelex Xobeh, Pakellas, Qazlal, Ru, Sif Muna, The Shining One, Trog, Uskayaw, Vehumet, Xom, Yredelemnul, Zin 17:31:56 -!- miek_ has joined ##crawl-dev 17:32:20 -!- simmarine has joined ##crawl-dev 17:33:50 -!- Marvin is now known as Guest91235 17:35:30 -!- wheals has quit [Ping timeout: 260 seconds] 17:37:30 -!- Sprort has quit [Read error: Connection reset by peer] 17:37:57 -!- RedFeather has quit [Quit: ChatZilla 0.9.92 [Firefox 46.0.1/20160502172042]] 17:42:45 -!- heteroy has quit [Quit: ChatZilla 0.9.92 [Firefox 46.0.1/20160502172042]] 17:43:36 -!- Doll has quit [Quit: Lost terminal] 17:43:57 -!- ProzacElf has quit [Ping timeout: 276 seconds] 17:44:52 -!- breadbocks has quit [Ping timeout: 264 seconds] 17:46:29 -!- Patashu has quit [Ping timeout: 260 seconds] 17:48:21 -!- Cerpin_ has quit [Ping timeout: 240 seconds] 17:48:38 -!- gammafunk has quit [Quit: leaving] 17:49:55 -!- Dracunos has quit [Read error: Connection reset by peer] 17:50:19 -!- siepu has quit [Read error: Connection reset by peer] 17:53:16 -!- removeelyvilon_ has joined ##crawl-dev 17:53:45 What is this vault? Should I be offended by it? http://imgur.com/CMrWuW0 17:57:14 -!- Lasty has joined ##crawl-dev 17:57:47 It looks like a burning cross 17:58:25 is it staying like that? 17:58:43 also it looks more like a burning plus sign 17:59:37 -!- Tux[Qyou] has quit [Read error: Connection reset by peer] 18:00:03 -!- omarax has quit [Remote host closed the connection] 18:03:00 -!- scummos__ has quit [Remote host closed the connection] 18:10:08 |amethyst: maybe we should have a cgod field in sequell 18:10:15 -!- gammafunk has joined ##crawl-dev 18:10:20 !lg * crace=tengu s=race 18:10:22 165692 games for * (crace=tengu): 120230x Tengu, 45462x Kenku 18:10:41 since that is how we handled kenku -> tengu 18:11:02 (well, crace already existed for drac colors) 18:12:14 it is also the flag of my country 18:13:53 would it be better if it was in freezing clouds rather than fire? 18:15:02 how about a freezing minus and a burning plus 18:15:18 Unstable branch on underhound.eu updated to: 0.19-a0-458-gfd99d95 (34) 18:16:56 -!- jefus- has joined ##crawl-dev 18:16:58 -!- Guest91235 has quit [Remote host closed the connection] 18:19:59 -!- regret-index has joined ##crawl-dev 18:20:15 people always never provide enough information for vaults they find questionable, I swear 18:20:34 -!- jeefus has quit [Ping timeout: 240 seconds] 18:21:23 well what do you want to know? but I didn't create it so I don't know the story behind it 18:21:36 level 18:22:20 well seems like I died so I have to record it next time I see it 18:22:29 what else you need 18:22:37 never mind 18:22:42 do you even remember which branch it was in? 18:22:59 current trunk 18:23:03 no, branch of the dungeon 18:23:10 main d, very early 18:23:15 2 or 3 perhaps 18:24:07 regret-index: hey, those hornet/wasp vaults were nearly identical 18:25:13 one was fixed and one wasn't 18:25:19 ("fixed") 18:27:13 -!- travis-ci has joined ##crawl-dev 18:27:14 The build passed. (nfm-0.18.2-candidate - 04e063e #5726 : Neil Moore): https://travis-ci.org/crawl/crawl/builds/134577221 18:27:15 -!- travis-ci has left ##crawl-dev 18:27:53 -!- Ququman has quit [Remote host closed the connection] 18:28:49 how am I not finding this 18:31:06 -!- ystael has quit [Ping timeout: 260 seconds] 18:46:55 -!- Amphouse has quit [Ping timeout: 250 seconds] 18:48:47 -!- Blazinghand has quit [Ping timeout: 244 seconds] 18:48:51 Ok, reading/quaffing items from the ground is super-good ui improvement. Now how about adding items under player to the list of things to be affected by scrolls of identify (enchant armour, recharging)? 18:50:39 -!- Blazinghand has joined ##crawl-dev 18:52:15 -!- oxeimon has quit [Quit: Leaving.] 18:53:36 -!- tealeaves has quit [Quit: Bye] 18:53:49 I give up, I can't find anything that looks like that at all 18:53:57 -!- MarvinPA has joined ##crawl-dev 18:54:12 maybe you'll have a dream about it, and all will be clear 18:54:17 I will find it again 18:54:28 I'll find it at the point where I will literally review every vault and nobody will notice or care about my efforts 18:54:33 -!- regret-index has quit [Quit: leaving] 18:54:58 : / 18:54:59 Was going to say that various people still complain about hangedman all the time, even for things you've not changed, but rip 18:55:11 Yermak: I was going to say that this would cause problems due to free actions, but I guess it wouldn't, actually 18:55:46 still takes a turn to read the id/ea/recharge 18:56:34 -!- debo has quit [Ping timeout: 240 seconds] 18:57:11 -!- MadCoyote is now known as FunkyBomb 18:59:38 -!- jefus- is now known as jefus 19:00:03 -!- omarax has quit [Remote host closed the connection] 19:00:06 -!- tealeaves has quit [Quit: Bye] 19:00:39 -!- Blazinghand has quit [Ping timeout: 276 seconds] 19:02:00 -!- mopl_ has quit [Quit: Page closed] 19:04:05 -!- regret-index has joined ##crawl-dev 19:04:11 !vault monster_avoids_cloud 19:04:11 1/1. https://github.com/crawl/crawl/blob/master/crawl-ref/source/dat/des/test/suite.des#l42 19:04:20 what the fuck why did this spawn normally in a game 19:04:20 -!- wheals has joined ##crawl-dev 19:05:49 hrm 19:06:00 oh hep altars must be lightgreen? 19:06:16 -!- Blazinghand has joined ##crawl-dev 19:08:15 -!- Brannock has joined ##crawl-dev 19:08:43 -!- Kalir has quit [Quit: I'M OUT SON. PEACE, LOVE, EXPLOSIONS.] 19:09:01 it's not the first time I've seen it either 19:10:34 will cutting it out of normal generation be fine 19:12:24 *looks around* If you are asking me (?), uh yes, sure 19:12:48 wow, good testsuite vault generating 19:14:12 -!- Klaymen has quit [Ping timeout: 246 seconds] 19:14:40 -!- dpeg has quit [Quit: Lost terminal] 19:16:02 -!- regret-index has quit [Ping timeout: 240 seconds] 19:16:49 oh, so the vault's problem was you were never supposed to see it ever 19:17:08 -!- regret-index has joined ##crawl-dev 19:17:09 -!- regret-index has quit [Client Quit] 19:17:13 I knew something was off when I saw that... 19:18:18 Good night and thanks for the hard work 19:19:04 -!- removeelyvilon_ has quit [Quit: Page closed] 19:23:14 -!- Isvaffel has quit [Quit: Leaving] 19:23:40 !lg * map=monster_avoids_cloud ktyp=cloud -tv 19:23:41 13. Tobisume, XL2 DsGl, T:376 requested for FooTV: telnet://termcast.develz.org or http://termcast.develz.org. 19:23:48 -!- Brannock has quit [Quit: Leaving] 19:24:49 !lg * map=monster_avoids_cloud ktyp=cloud -tv -2 19:24:50 12/13. Wabnappa, XL2 DsBe, T:390 requested for FooTV: telnet://termcast.develz.org or http://termcast.develz.org. 19:26:01 all these poor people teleporting into it 19:26:21 -!- removeelyvilon has quit [Quit: Page closed] 19:27:03 !lg * map=monster_avoids_cloud 19:27:04 19. joon153 the Sneak (L2 OpEn), quit the game on D:1 (monster_avoids_cloud) on 2016-05-19 12:15:10, with 11 points after 1783 turns and 0:01:46. 19:27:25 clearly add a no-tele-into flag and leave it in as decoration 19:27:42 I wonder if we could have a tag for any of those test suite vaults that would prevent them from placing 19:27:50 I guess it's just a case where someone put a depth when they shouldn't have 19:27:55 at least I assume that's what caused it 19:31:07 -!- wheals_ has joined ##crawl-dev 19:31:08 -!- wheals_ has quit [Client Quit] 19:31:51 Btw, how about reading books from the ground? In inventory it takes 0 turns though, maybe harder to fit this into the trend. 19:31:59 -!- Brannock has joined ##crawl-dev 19:34:43 what's the issue? 19:35:29 -!- wheals_ has joined ##crawl-dev 19:35:39 -!- klardi has quit [Quit: Page closed] 19:35:47 -!- Shard1697 has joined ##crawl-dev 19:39:25 -!- wheals has quit [Ping timeout: 244 seconds] 19:40:36 onursoysal (L7 MiFi) ASSERT(in_non_diamond_int(r.start)) in 'ray.cc' at line 217 failed. (D:5) 19:41:57 -!- Amphouse has quit [Ping timeout: 250 seconds] 19:43:34 wheals_: see the url r-i linked above, it has a Depth: D:1 statement 19:43:38 I think that's what made it place 19:43:47 i was asking Yermak 19:43:50 oh 19:44:04 yeah I wasn't sure that there was any issue for reading books from the ground either 19:44:14 -!- WorkSight has quit [Quit: Leaving...] 19:44:36 Well, if reading books from the ground took 0 auts too, wouldn't it be almsot the same as identifying them on sight? 19:45:09 yeah, I guess it would make moving onto the book the same as iding it 19:45:14 -!- Brannock has quit [Quit: Leaving] 19:45:15 that's not such a bad issue though 19:45:21 since you still have to move to it or apport it 19:46:01 hrm, that would make them different from other items, I guess 19:46:16 presently you have to spend a turn to read-id a scroll on the ground 19:46:38 but that's more because of the use of the item; taking a turn to ID it isn't really important 19:47:22 I guess there might be some weird logisting as to when you ID the item and message ordering, etc 19:49:28 does anything break from having test vaults place in the main dungeon? 19:51:25 no, they're just stupid? 19:53:38 03regret-index02 07* 0.19-a0-459-gb8ed64d: Don't place a test suite vault in regular games 10(15 minutes ago, 1 file, 4+ 4-) 13https://github.com/crawl/crawl/commit/b8ed64d4bba0 19:54:33 -!- AreBrandon has joined ##crawl-dev 19:56:03 -!- ontoclasm has quit [Quit: Leaving.] 19:56:29 -!- MarvinPA has left ##crawl-dev 19:57:37 !seen johnstein 19:57:37 I last saw johnstein at Mon May 30 08:31:59 2016 UTC (2d 15h 25m 38s ago) saying 'Mattias, on vacation till thursday, so haven't done anything' on ##crawl-dev. 19:57:42 rats 19:58:03 so no one noticed that a test vault was placing for about 9 months 19:58:17 -!- ProzacElf has joined ##crawl-dev 20:00:04 -!- omarax has quit [Remote host closed the connection] 20:06:25 !tstats 20:06:27 !tstats 0.17 20:06:42 Stats after 16 days (t): 2759 players, 913 runers, 479 winners, 1358 wins, 68718 games, winrate 1.98%, total player time 4y+49d+1:09:53. 20:06:48 Stats after 0.17 days (t): 300 players, 20 runers, 8 winners, 8 wins, 908 games, winrate 0.88%, total player time 11d+11:34:52. 20:07:38 derp 20:07:51 !cmd !tstats 20:07:52 Command: !tstats => .echo $(let (arg1 ${1:-16} arg2 ${*:-t}) (let (t (concat $arg2 " !@bot " end<$(+ (stamptime (!lg * $arg2 1 fmt:"$end")) $arg1))) "Stats after $arg1 days $(concat '(' $arg2 ')'): $(=tstats.players $t), $(=tstats.runers $t), $(=tstats.winners $t), $(=tstats.wins $t), $(=tstats.games $t), $(=tstats.winrate $t), $(=tstats.playertime $t).")) 20:08:02 !tstats 17 0.17 20:08:24 Stats after 17 days (0.17): 2815 players, 1006 runers, 536 winners, 1376 wins, 72602 games, winrate 1.90%, total player time 4y+258d+15:36:35. 20:08:47 !lg * t won 20:08:48 1361. rchandra the Envoy of Void (L26 HOAK of Lugonu), escaped with the Orb and 3 runes on 2016-05-22 19:54:52, with 1571163 points after 75927 turns and 5:34:20. 20:09:10 !lg * t / won 20:09:10 1361/75764 games for * (t): N=1361/75764 (1.80%) 20:09:16 -!- Jessika has quit [Quit: Page closed] 20:09:25 hm why is this different to !tstats 20:09:26 Unstable branch on crawl.jorgrun.rocks updated to: 0.19-a0-459-gb8ed64d (34) 20:09:34 !lm * t rune 20:09:40 14172. [2016-05-22 19:58:48] PollenGolem the Conqueror (L27 OgFi of Kikubaaqudgha) found a dark rune of Zot on turn 134447. (Pan) 20:12:50 -!- WalkerBoh has joined ##crawl-dev 20:13:43 -!- ProzacElf has quit [Ping timeout: 260 seconds] 20:16:04 !lg . t s=br 20:16:05 38 games for chequers (t): 21x D, 3x Abyss, 3x Lair, 3x Depths, 2x Lab, Bailey, Elf, Dis, Ossuary, Geh, Snake 20:16:09 chequers: tstats doesn't include bots 20:16:17 !cmd !tstats 20:16:17 Command: !tstats => .echo $(let (arg1 ${1:-16} arg2 ${*:-t}) (let (t (concat $arg2 " !@bot " end<$(+ (stamptime (!lg * $arg2 1 fmt:"$end")) $arg1))) "Stats after $arg1 days $(concat '(' $arg2 ')'): $(=tstats.players $t), $(=tstats.runers $t), $(=tstats.winners $t), $(=tstats.wins $t), $(=tstats.games $t), $(=tstats.winrate $t), $(=tstats.playertime $t).")) 20:16:21 ah 20:16:26 !lg @bot t won 20:16:28 3. qw the Acrobat (L27 DsBe of Trog), escaped with the Orb and 3 runes on 2016-05-18 14:14:45, with 1753983 points after 65309 turns and 1:42:51. 20:17:17 !mcd =tstats.winrate 20:17:22 !cmd =tstats.winrate 20:17:22 Command: =tstats.winrate => .echo winrate $(!lg * $* !boring s=year(end) / won fmt:"$n_ratio" stub: "NaN") 20:17:31 also winrate excludes boring games 20:17:39 which is probably a much bigger deal than bots 20:17:46 s=year(end) <-- why this? 20:18:13 !lg * week s=year(end) / won 20:18:14 314/35606 games for * (week): 314/35606x 2016 [0.88%] 20:18:25 !lg * week s=year(end) / won fmd:"$n_ratio" 20:18:26 314/35605 games for * (week): 314/35605x 2016 [0.88%] 20:18:28 !lg * week s=year(end) / won fmt:"$n_ratio" 20:18:29 314/35605 games for * (week): 0.88% 20:18:37 !lg * week / won fmt:"$n_ratio" 20:18:38 314/35604 games for * (week): 20:18:42 :O 20:20:03 -!- Shard1697 has quit [Ping timeout: 244 seconds] 20:20:46 !lg yermak 1 s=cv 20:20:47 2678 games for yermak: 413x 0.14-a, 284x 0.11, 262x 0.17, 227x 0.10, 223x 0.15-a, 222x 0.17-a, 181x 0.16-a, 159x 0.13-a, 141x 0.9, 119x 0.13, 100x 0.15, 90x 0.12, 67x 0.16, 61x 0.18, 54x 0.14, 27x 0.18-a, 25x 0.19-a, 22x 0.11-a, 0.6 20:20:54 !lg yermak 1 s=cv o=. 20:20:55 2678 games for yermak: 25x 0.19-a, 61x 0.18, 27x 0.18-a, 262x 0.17, 222x 0.17-a, 67x 0.16, 181x 0.16-a, 100x 0.15, 223x 0.15-a, 54x 0.14, 413x 0.14-a, 119x 0.13, 159x 0.13-a, 90x 0.12, 284x 0.11, 22x 0.11-a, 227x 0.10, 141x 0.9, 0.6 20:21:04 !lg yermak 1 x=start 20:21:04 1/2678. [start=2010-06-07 11:25:07 [20100507112507S]] Yermak the Stinger (L4 MuVM), slain by a water moccasin on D:6 on 2010-06-07 11:49:34, with 217 points after 1808 turns and 0:13:06. 20:24:36 -!- Harudoku has quit [Ping timeout: 246 seconds] 20:24:46 slain by a seven-headed hydra (summoned by a shadow trap (triggered by a four-headed hydra (called by a spriggan druid))) <-- looking through past tourneys is always fun 20:24:49 #memories 20:26:08 Yermak: any comments for the record on your win? 20:26:35 -!- debo has joined ##crawl-dev 20:27:02 Hmm? What record? 20:27:12 the blog post i'm writing 20:27:16 oh 20:27:39 nope 20:28:08 mysterious! 20:28:46 Actually 20:29:11 Make sure you mention I won with all species/roles/gods (: 20:29:45 good trivia, will do 20:31:04 -!- debo has quit [Ping timeout: 264 seconds] 20:31:08 -!- debo_ has joined ##crawl-dev 20:31:41 I wonder if anyone in the past has won polytheist greaterplayer during tourney 20:32:03 A bit weird: enslaving flayed ghost doesn't end fla status. 20:32:27 !greaterplayer tolias t0.15 20:32:33 Unwon backgrounds for tolias (t0.15): Berserker, Earth Elementalist, Gladiator, Monk, Skald, Wanderer, Wizard 20:32:35 -!- home has quit [Read error: Connection reset by peer] 20:33:09 nope, I think you're the first 20:33:18 Well, it ends, but not immediately, as though one jsut ran away 20:33:39 Good to know! 20:34:22 are you a him, btw? 20:34:27 -!- lordfrikk has joined ##crawl-dev 20:35:09 Tolias? no 20:35:16 This is my only account 20:35:32 sorry i mean are you a guy? I want to use he/she in the blog post when talking about you 20:36:07 oh, yep 20:36:15 thx 20:37:10 -!- Kellhus has quit [Quit: Page closed] 20:38:06 -!- debo has joined ##crawl-dev 20:38:45 chequers, make sure you don't leave out how good looking the top player on the top team is 20:39:52 !seen chequers 20:39:52 johnstein: You have 1 message. Use !messages to read it. 20:39:53 I last saw chequers at Thu Jun 2 00:36:14 2016 UTC (3m 38s ago) saying 'thx' on ##crawl-dev. 20:40:02 what is AWBW btw? 20:40:15 https://awbw.org 20:40:31 ha who am i kidding, it's actually this 20:40:56 http://awbw.amarriner.com 20:41:10 chequers, did someone do the tourney writeup? 20:41:12 lol 20:41:15 johnstein: i'm doing it now 20:41:24 ah, nice 20:41:54 punpun (L21 DgFE) (Shoals:4) 20:42:00 http://imgur.com/a/awlwK] 20:42:02 http://imgur.com/a/awlwK 20:42:11 beeyootiful 20:42:24 !gamesby Yermak t 20:42:24 Yermak (t) has played 60 games, between 2016-05-07 01:23:15 and 2016-05-22 16:45:03, won 30 (50.0%), high score 20329971, total score 117779953, total turns 2417050, play-time/day 11:49:11, total time 7d+21:07:02. 20:42:25 !gamesby demise t 20:42:26 demise (t) has played 143 games, between 2016-05-06 20:33:01 and 2016-05-22 19:17:07, won 30 (21.0%), high score 17915780, total score 84090698, total turns 3973425, play-time/day 6:33:19, total time 4d+15:26:30. 20:42:47 !lg Yermak t x=avg(dur) 20:42:47 60 games for Yermak (t): avg(dur)=3:09:07 20:42:49 !lg demise t x=avg(dur) 20:42:50 143 games for demise (t): avg(dur)=0:46:45 20:42:55 !lg demise t x=avg(dur) won 20:42:56 30 games for demise (t won): avg(dur)=2:20:19 20:42:57 -!- debo has quit [Ping timeout: 258 seconds] 20:43:01 !lg Yermak t x=avg(dur) won 20:43:02 30 games for Yermak (t won): avg(dur)=5:53:04 20:43:16 Damn, this guy is a rocket 20:43:24 he did a win in 40 minutes 20:43:43 yeah, your play styles are almost exactly opposite 20:44:38 i loved his line in one of your trunk update videos, something like "i don't even feel like i'm playing the game anymore, i'm just watching a movie to see how my minotaur wins" 20:44:55 -!- Shard1697 has joined ##crawl-dev 20:44:56 i laughed out loud 20:44:58 haha 20:45:57 Well Yermak's play still isn't really "exactly opposite" 20:46:00 i'm using that quote 20:46:10 go look up the real quote :) 20:46:18 one is going for a realtime WR one is trying to win a tournament 20:46:21 would you happen to remember the video? 20:46:28 let me look 20:46:30 gammafunk: demise was trying to win the tournament 20:46:32 or possibly a spen 20:46:39 WalkerBoh: oh it should be in your youtube history 20:46:46 yeah i think it was the march 23rd one 20:46:53 i'll find it, gimme a minute 20:47:14 winning the realtime WR won't win the tournament 20:47:25 yermak plays pretty fast, he's just not going for realtime records :) 20:47:37 !hs yermak 20:47:38 2678. Yermak the Ninja (L22 SpEn of Dithmenos), escaped with the Orb and 15 runes on 2014-04-10 18:12:53, with 54334266 points after 26400 turns and 8:45:17. 20:47:38 demise's strategy was to win via streak points at the start 20:47:58 then moved to just winning nchoices quickly 20:47:59 hopefully we'll see another great ninja some day 20:48:28 !lg demise t sp|en s=char 20:48:28 11 games for demise (t ((sp || en))): 4x SpFE, 2x VpEn, 2x HEEn, 2x FeEn, SpHu 20:48:39 the differenence isn't really "play style"; what you're describing really isn't play style at all 20:48:44 it's just point strategy for tournaments 20:48:50 yes sir 20:49:40 chequers is floored by play styles where 80% of games don't end in death 20:49:52 to be fair 80% is pretty good 20:49:59 heh, yeah it would be 20:50:04 *80% of xl17 chars 20:50:06 there 20:59:06 hm, ultraviolent4's streak calculation seems wrong 20:59:15 he repeated Mo 20:59:21 like a chump 20:59:28 aha 20:59:51 though while i was gloating about that, i realized that someone removed pts for having a top 3 streak, and it ruined the moment for me 21:00:03 -!- omarax has quit [Remote host closed the connection] 21:00:44 that change is a few tourneys old :) 21:00:50 cant even blame me 21:00:54 shows how much attention i pay 21:01:46 -!- Arglure has quit [Quit: Page closed] 21:02:50 -!- klardi has quit [Quit: Page closed] 21:03:35 -!- debo has joined ##crawl-dev 21:08:21 !seen irum 21:08:21 I last saw irum at Mon Jan 4 02:39:12 2016 UTC (21w 2d 22h 29m 8s ago) quitting, saying 'Quit: Page closed'. 21:08:31 !seen mooon 21:08:31 Sorry chequers, I haven't seen mooon. 21:08:33 well sorry chequers, i couldn't find it with a quick browse 21:08:43 -!- debo has quit [Ping timeout: 276 seconds] 21:08:59 can't remember the context now 21:09:06 no worries 21:09:12 i'll just ask him to requote it to me :) 21:09:18 :) 21:09:26 !lg !boring recent !bot xl>=17 s=src / won o-% 21:09:26 Broken query near '%' 21:09:31 !lg !boring recent !bot xl>=17 s=src / won o=-% 21:09:32 No keyword 'bot' 21:09:39 !lg !bot !boring recent xl>=17 s=src / won o=-% 21:09:42 8466/31136 games for bot (!boring recent xl>=17): 622/4820x cwz [12.90%], 1903/7376x cao [25.80%], 728/2821x cue [25.81%], 117/416x lld [28.12%], 1726/5650x cszo [30.55%], 1224/3946x cxc [31.02%], 1449/4299x cbro [33.71%], 367/1063x cpo [34.52%], 66/167x cjr [39.52%], 264/578x cdo [45.67%] 21:10:42 I see console players have found cjr 21:11:07 !seen xeno23 21:11:07 I last saw xeno23 at Fri Mar 20 13:26:22 2015 UTC (about 1y 10w 5d 11h 44m 44s ago) quitting, saying 'Ping timeout: 246 seconds'. 21:11:16 !lg * cjr / tiles 21:11:17 3803/4004 games for * (cjr): N=3803/4004 (94.98%) 21:12:36 !gamesby xeno23 t 21:12:37 xeno23 (t) has played 6 games, between 2016-05-07 05:50:53 and 2016-05-22 07:32:16, won 6 (100.0%), high score 19076849, total score 86721503, total turns 525964, play-time/day 3:59:59, total time 2d+15:59:58. 21:12:51 !lg * cjr !tiles s=name 21:12:52 201 games for * (cjr !tiles): 87x gammafunk, 43x wheals, 15x Barfbag, 14x n1000, 10x EriktheRed, 7x Teryn, 6x nikheizen, 3x glaas, 3x neil, 2x Sprort, 2x beem, Ouro130Ros, itaibn, monkeytor, mspang, Gramm, n1000MPH, qwqw, raskol, Toenail 21:13:04 -!- Zekka has quit [Ping timeout: 264 seconds] 21:13:16 pretty good 21:13:20 I like the n1k alt as well 21:13:27 i thought that was pretty good 21:16:18 !lg * cjr xl>=17 s=name 21:16:19 169 games for * (cjr xl>=17): 18x manman, 11x ksagri, 10x coal, 9x mahalanobis, 8x doctordoom, 7x gammafunk, 6x drakale, 6x n1000, 6x fulsomfrank, 5x glosham, 4x melon, 4x shadowablaze, 4x spaige, 4x Gramm, 4x hercules, 3x EriktheRed, 3x resistentialism, 3x zewo, 3x tabstorm, 3x noobcanoe, 3x pleasingfungus, 3x acoo, 3x glaas, 3x braveplatypus, 2x godzillablitz, 2x wheals, 2x dookie, 2x ZiBuDo, 2x... 21:16:26 oh yeah 21:18:49 found it chequers 21:19:03 ooh 21:19:09 -!- zxc has joined ##crawl-dev 21:19:24 "The minotaur does what the minotaur does, alright? It's not like I have any control over it. At this point in the game it's just like watching a movie now. It's not even playing the game anymore, I'm just seeing how my minotaur wins." 21:19:27 that's the quote 21:19:45 "tabstorm: *extremely hangedman voice* - Personally, in my assessment, it's quite problematic that you can mitigate the damage of collections of monsters by repositioning to a corner. this problem admits resolution only by creating more enemies with smiting, such as this one, with the following mythological inspiration..." 21:19:47 pure demise 21:20:04 that was his explanation for how he triggered the OOD timer on d1 with a MiAK 21:20:10 -!- dalwyn has quit [Quit: Page closed] 21:20:33 LOL so only the first 1000 turns require active intelligence 21:20:53 reminds me of the four stages of competence 21:20:55 i'm a little sad you guys haven't done one already for the may 25th updates 21:24:25 Lightli: any particular reason why you pasted that in the dev channel? 21:24:50 gammafunk: I thought it was ##crawl 21:25:05 next time try thinking you're in ##crawl-dev 21:25:53 -!- lukano has quit [Ping timeout: 258 seconds] 21:26:22 k 21:26:23 -!- Amphouse has quit [Ping timeout: 250 seconds] 21:26:30 is it a bug when you're smitten by orc prist even though you're invisible? 21:26:56 gammafunk: for context it was tabstorm's critcisms of regret-index's bee priestesses 21:27:46 !lg * t won s=char 21:27:47 1361 games for * (t won): 85x MiFi, 85x MiBe, 53x GrFi, 36x HOFi, 31x HOGl, 26x DDFi, 25x GrBe, 20x TrMo, 19x MiGl, 18x FoFi, 16x DsGl, 15x GrGl, 14x SpEn, 13x VSMo, 13x GhMo, 13x DsFi, 12x MfGl, 11x GrEE, 10x GhAK, 10x DrTm, 9x TeTm, 9x OgSu, 9x MiCj, 9x CeNe, 9x VpEn, 9x DECj, 9x OgAE, 9x KoMo, 8x VpVM, 8x GhEE, 8x DDSu, 8x GrMo, 8x FoIE, 8x GrAM, 8x MfFE, 8x HEEn, 8x DsBe, 8x HuEn, 8x CeAr, 8x ... 21:28:27 !lg * t feck j 21:28:28 No keyword 'j' 21:28:30 !lg * t feck jiyva 21:28:31 No games for * (t feck jiyva). 21:28:53 !lg * t fe--|mu-- jiyva 21:28:54 5. ldf the Acrobat (L25 FeWr of Jiyva), escaped with the Orb and 4 runes on 2016-05-22 18:32:57, with 1769393 points after 107354 turns and 6:59:01. 21:29:17 lordfrikk: no, not a bug, they do have a reduced chance of landing the smite 21:29:20 also oh hey the "invis was working in water" thing got fixed 21:29:42 I think they actually just target you less frequently with it 21:29:49 but yeah they can still smite you sometimes 21:29:50 gammafunk, alright, didn't know that! 21:29:59 lordfrikk: did you die to the smite? 21:30:03 yeah 21:30:06 good... 21:30:09 :) 21:30:47 wait 21:30:59 do you still drown if you abandon beogh while standing over water with water-walking 21:31:31 shouldn't it trigger the new emergency flight? 21:31:31 have any of those perma-death in water changes landed? 21:31:43 yeah I'm not familiar with how emergency flight works 21:31:46 can't you still drown 21:32:06 I *think* forms are not yet accounted for (dragon form etc.) 21:32:39 regular flight just drops you into emergency flight 21:33:47 just tested, abandoning Beogh will also trigger it 21:34:41 but seems you don't get drained 21:35:06 and yep, dragon form still causes drowning 21:35:12 losing it, that is 21:36:25 Why isn't Uska's damage bond mentioned on ^ screen? 21:37:28 And I believe it (sometimes?) disappears at high piety. 21:38:58 Yermak: is prepare solo mentioned on ^? 21:39:35 Actually it is also not mentioned 21:39:36 what do you mean it disappears at high piety? It's a temporary status 21:39:48 oh, ok, this is intended 21:41:00 Maybe solo/pain bond should be on the ^ screen... 21:43:14 -!- nikheizen has joined ##crawl-dev 21:43:56 do god passives usually show up there? 21:44:18 Btw, it would be cool to add blood splashes on using grand finale 21:44:31 Yes, they do 21:44:34 Yermak: it doesn't do blood splashes? I thought it did. 21:44:37 That's definitely a mistkae 21:44:55 It does throw chunks 21:45:02 But I think no splashes 21:45:02 but does it blow chunks 21:45:26 hrm 21:45:29 I'll have to check that 21:47:18 I haven't had easier time killing hell/pan bosses than with Uska 21:48:49 !hs yermak usk 21:48:50 1. Yermak the Covert (L10 SpAs of Ukayaw), slain by a fire bat in Volcano (volcano_lake) on 2016-05-25 05:38:17, with 4156 points after 3374 turns and 0:23:05. 21:48:56 !lm yermask usk 21:48:57 No milestones for yermask (usk). 21:49:00 Haven't finished yet 21:49:01 !lm yermak usk 21:49:04 130. [2016-06-02 01:47:46] Yermak the Ninja (L27 HOAs of Uskayaw) escaped (hah) into the Abyss! (Pan) 21:49:05 yermask....fr: 21:49:13 !lm yermak usk x=turns,urune 21:49:14 130. [2016-06-02 01:47:46] [turn=48928;urune=13] Yermak the Ninja (L27 HOAs of Uskayaw) escaped (hah) into the Abyss! (Pan) 21:49:37 yep, Uska is pretty good for boss-killin' 21:50:09 please make it the bloodiest spell ever 21:50:11 spell/ability 21:51:20 how do you kill them? hit them until you can do grand finale? 21:52:33 draft #1 of the tourney post http://dpaste.com/3SY7STC#wrap 21:52:38 any feedback appreciated 21:55:16 -!- eb has quit [] 21:56:35 -!- Taraiph has quit [Ping timeout: 252 seconds] 21:59:57 Most times I had enough monsters to hit before I managed to make my way to a boss. 22:00:03 -!- omarax has quit [Remote host closed the connection] 22:00:47 -!- flappity has quit [Ping timeout: 258 seconds] 22:01:17 With Lom it was the other: there were no monsters and I went from **** to *** just when I stepped next to him, quite comfortable coincidence. 22:02:02 that doesn't necessarily cause solo to trigger 22:02:30 Yes, but my last solo was quite far away in time 22:03:21 Also, boots of Assassin make this game just a breeze combined with Uska and axes 22:06:05 -!- mizu_no_oto has quit [Quit: Computer has gone to sleep.] 22:06:12 -!- Amnesiac has quit [Quit: Page closed] 22:08:51 -!- Amphouse has quit [Ping timeout: 250 seconds] 22:10:07 yeah, I've heard that's a pretty amazing combo 22:10:31 I've been wondering if solo might be better as a no-act status on monsters that doesn't enable stabs 22:13:14 -!- tealeaves has quit [Quit: Bye] 22:13:22 Isn't boots of Assassin too edgy case to worry about? 22:14:04 -!- mizu_no_oto has quit [Quit: Computer has gone to sleep.] 22:16:42 it is 22:16:58 But I'm not sure the offensive boost it gives is good 22:17:08 It's intended to be mostly to give you time 22:18:53 I think if the interaction with the boots is the problem then that's what should be changed, not the ability itself 22:19:43 but I also think such an edge case is nothing major to worry about 22:19:52 why does rpois give complete immunity to mephitic clouds? 22:20:06 -!- GoblinBomb has quit [Ping timeout: 244 seconds] 22:21:25 Lasty: if desire is to give you time: maybe it's a good idea to make several your next actions to take 0 auts instead? 22:22:18 that's hard in crawl code unfortunately 22:22:28 amalloy tried to implement it for wizmode 22:23:09 well 22:23:31 i think if someone who understands the delay code were to look at it, it might not be so ahrd to fix 22:23:44 I would replace "The Winners" with something like "Individual Winners" 22:23:49 !tell pleasingfungus I think 'you feel your blood thicken' is not very clear as a mutation message (I mean, there are some really bad ones already, but this one could be clearer too) 22:23:49 chequers: OK, I'll let pleasingfungus know. 22:23:59 we don't really have a hierarchy for rankings in the t 22:24:04 ok 22:24:05 chequers: comments: (1) I can confirm that Yermak is the first tournament great(er)player or polytheist (neither had been done before) (2) IMO you should mention that Yermak had the longest streak somewhere (3) "The most valuable win was..." sentence is quite incorrect; this isn't easy for us to compute, so IMO just remove that line 22:24:31 oh yeah, good catch, was going to say how it's odd to mention ultraviolent's 2nd-longest without mentioning the longest 22:24:51 chequers: comfortably won -> won comfortably feels better 22:25:30 elliptic: thanks, how did you confirm 1? 22:25:46 queries like this one: 22:25:50 "the equal second longest streak" what is this supposed to mean? 22:25:56 I skilled 2 since there was a 13-win streak a few tourneys back, and it's easily visible on the front page 22:26:01 *skipped 22:26:02 I was going to quip about the Yermak as a bridesmaid line since it's probably not fair to say that 22:26:11 !lg * won tall s=name,cv x=cdist(god) ?:cdist(god)>20 22:26:20 30 games for * (won tall): 30x Yermak (30x 0.18 [24]) 22:26:30 would maybe be better to emphasize that yermak has done well in many tourneys past rather than implying that he's "fallen short in tournaments past" 22:26:35 shows that yermak is the only player to win with at least 21 distinct gods in a single t 22:26:39 re: 3, fair enough 22:26:45 !lg * won tall s=name,cv x=cdist(crace) ?:cdist(crace)>20 22:26:54 108 games for * (won tall): 30x Yermak (30x 0.18 [26]), 30x Demise (30x 0.18 [25]), 27x iafm (27x 0.17 [24]), 21x bmfx (21x 0.13 [21]) 22:27:08 -!- Lasty has quit [Quit: Leaving.] 22:27:18 amalloy: second longest streak 22:27:19 chequers: i would rewrite: "both won by four players" to "each earned by just four players" 22:27:19 he may not really have been going for top player in many of those anyhow 22:27:50 "each earned" is a bit alliterative 22:28:06 -!- Harudoku has quit [Read error: Connection reset by peer] 22:28:06 eared by four players each? 22:28:33 each collected by four players 22:28:49 collected is fine i guess. i just object to "winning" a banner 22:28:55 and reword sigmund to 'earned by 1495 players' 22:28:58 !lg * t won x=avg(dur) 22:28:59 1361 games for * (t won): avg(dur)=6:49:16 22:29:00 yeah, good catch on winning 22:29:04 and i think it's noce to add "just" to emphasise that 4 is a small number 22:29:07 !lg * recentish won x=avg(dur) 22:29:08 16990 games for * (recentish won): avg(dur)=8:36:16 22:29:15 yep 22:29:36 we can't use t as a field for s, can we 22:29:38 !kw t 22:29:38 Built-in: t => start>='2016-05-06 20:00:00' time<'2016-05-22 20:00:00' cv=0.18 explbr= 22:29:52 you can use s=cv tall, which is similar 22:29:55 as elliptic did 22:30:02 well I want in t and out of t 22:30:13 summarized 22:30:18 gammafunk: you can do / t 22:30:21 or / !t 22:30:23 / tall? 22:30:24 but that's it 22:30:25 yeah 22:30:29 chequers, please put lasty last in our team member description 22:30:31 it's only right 22:30:50 I was going to say that it's probably better to list the clan + team captain rather than each member, since the clan page shows the members 22:30:55 WalkerBoh: he is already? 22:30:56 -!- OCTOTROG has quit [Remote host closed the connection] 22:31:05 oh, in those member lines, "with members of" should just be "with members" 22:31:18 I guess it's nice to show the ranking in the list for those that were top 10 22:31:27 chequers: looks like he's mentioned first to me 22:31:39 WalkerBoh: oh, last, ok 22:31:40 also remove the WalkerBoh thing because it's silly 22:31:48 ...to imply that WalkerBoh is good looking 22:31:50 elliptic: yes 22:31:55 gammafunk: it does go without saying 22:32:20 also when listing chequers put (#1 (splats)) 22:32:26 -!- Shard1697 has quit [Ping timeout: 260 seconds] 22:32:35 i only splatted twice! 22:32:43 !lg chequers 0.18t splat 22:32:44 No keyword '0.18t' 22:32:45 i guess the perecntage of 100% though 22:32:49 *was 22:32:49 !lg chequers t0.18 splat 22:32:50 7. chequers the Bludgeoner (L20 MiBe of Trog), blasted by a lich (crystal spear) (kmap: evilmike_negative_zone) on Depths:3 on 2016-05-22 13:17:14, with 294749 points after 52816 turns and 1:24:44. 22:32:54 that is not 2 22:33:02 oh, I guess I did better than I remember 22:33:23 -!- flappity_ is now known as flappity 22:33:26 give a shoutout to PleasingFungus (#2 (splats)) 22:33:49 Yermak has been a regular sight in recent DCSS tournaments, placing second or third in the [0.14], [0.15] and [0.16] competitions. 22:33:52 better? 22:34:00 yeah 22:34:10 emphasize the awesomeness of the 'mack 22:34:13 *'mak 22:34:16 regular sight at the top of recent DCSS tournaments* 22:34:31 +1 22:34:40 -!- OCTOTROG has quit [Remote host closed the connection] 22:36:15 yep 22:38:10 hrm, if I return a function in lua, do I have to have it be global? 22:38:26 -!- mizu_no_oto has quit [Quit: Computer has gone to sleep.] 22:39:32 also chequers, imo either change good-looking to narcissistic and leave the ******, or just remove that bit 22:39:43 oh yeah, I was going to remove it 22:40:21 -!- OCTOTROG has quit [Remote host closed the connection] 22:40:32 you could say that SuckerBoh is the good-looking one 22:40:39 http://dpaste.com/2Z24EYN#wrap v2 22:40:59 suckerboh is only good at what his name suggests! 22:41:53 i assume you'll include a link to johnstein's graphs somewhere? i personally like those a lot 22:42:04 might be nice in general to compare to the 0.17 tourney 22:42:17 yep 22:42:28 well i only want to include one graph, since participation was lower :P 22:42:34 hence no text stats 22:42:37 but images are good 22:42:56 i mean, just note that participation was lower and then note any changes to the dev team since 0.17 was released 22:44:17 or maybe note changes to tourney management 22:44:24 that should make a nice clear link 22:45:04 -!- DevlanMud|Lappy has quit [Ping timeout: 240 seconds] 22:45:05 good idea 22:45:54 (for the record, awbw never won a tourney while elliptic was managing, so i'm pretty happy with the direction things are going) 22:47:51 -!- PoisonMushroom has quit [Ping timeout: 250 seconds] 22:48:02 -!- Xenobreeder has joined ##crawl-dev 22:49:17 foreign game invaders 22:51:19 chequers: I still think it is weird to mention "equal second longest streak" and never say who got the longest one... 22:51:44 chequers: also second place team line still has "with members of" 22:52:26 ty 22:54:01 chequers: if you really don't want to mention the longest streak for some reason (I don't understand why someone getting a slightly longer streak a few tourneys ago is relevant), I'd suggest just mentioning that ultraviolent4 had an eight-game streak without saying that it was the equal second longest 22:54:24 yeah i'm adding the streak mention now 22:55:15 !lg yermak t 10 22:55:16 10/60. Yermak the Vandal (L1 SpHu), slain by a giant gecko on D:1 (matt_arrival_los_fun) on 2016-05-11 17:12:06, with 0 points after 100 turns and 0:00:06. 22:55:24 !lg yermak t 9 22:55:25 9/60. Yermak the Ninja (L27 FeBe of Trog), escaped with the Orb and 3 runes on 2016-05-11 02:01:07, with 1526835 points after 87003 turns and 7:10:37. 22:55:48 !lg yermak t 1 22:55:49 1/60. Yermak the Cleaver (L10 HOGl of Makhleb), blasted by a lich (bolt of acid) on Abyss:1 on 2016-05-07 01:52:14, with 3844 points after 9542 turns and 0:28:56. 22:55:53 !lg yermak t 15 22:55:54 15/60. Yermak the Conjurer (L1 VSCj), slain by an adder on D:2 on 2016-05-13 18:10:07, with 5 points after 409 turns and 0:03:59. 22:55:55 !lg yermak t 5 22:55:56 5/60. Yermak the Fencer (L27 FoIE of Okawaru), escaped with the Orb and 3 runes on 2016-05-08 10:35:00, with 1570792 points after 81875 turns and 10:11:15. 22:56:04 !lg yermak t 7 22:56:04 7/60. Yermak the Ninja (L27 VpVM of Ru), escaped with the Orb and 3 runes on 2016-05-09 20:40:43, with 1621822 points after 80785 turns and 8:41:58. 22:56:13 !lg yermak t 9 22:56:14 9/60. Yermak the Ninja (L27 FeBe of Trog), escaped with the Orb and 3 runes on 2016-05-11 02:01:07, with 1526835 points after 87003 turns and 7:10:37. 22:56:18 um 22:56:23 what are you looking for? 22:56:26 !lg yermak t 10 22:56:27 10/60. Yermak the Vandal (L1 SpHu), slain by a giant gecko on D:1 (matt_arrival_los_fun) on 2016-05-11 17:12:06, with 0 points after 100 turns and 0:00:06. 22:56:28 the streak breaker 22:56:37 VsCj 22:56:49 did you play on multiple servers or something? 22:56:56 oh was that the griefer 22:57:03 !lg yermak t vscj 22:57:04 3. Yermak the Conjurer (L2 VSCj), slain by a jackal on D:1 on 2016-05-14 13:10:28, with 18 points after 867 turns and 0:01:40. 22:57:07 No, lld games were griefer's 22:57:11 !lg yermak t vscj !lld 22:57:11 3. Yermak the Conjurer (L2 VSCj), slain by a jackal on D:1 on 2016-05-14 13:10:28, with 18 points after 867 turns and 0:01:40. 22:57:14 !lg yermak t vscj !lld -log 22:57:15 3. Yermak, XL2 VSCj, T:867: http://crawl.xtahua.com/crawl/morgue/Yermak/morgue-Yermak-20160514-131028.txt 22:58:26 !lg yermak t !lld rstart>201604130916 1 22:58:27 1/46. Yermak the Conjurer (L1 VSCj), slain by an adder on D:2 on 2016-05-13 18:10:07, with 5 points after 409 turns and 0:03:59. 22:58:31 chequers: it was this one ^ 22:58:45 !lg yermak t !lld rstart>201604130916 1 -log 22:58:46 1/46. Yermak, XL1 VSCj, T:409: http://crawl.xtahua.com/crawl/morgue/Yermak/morgue-Yermak-20160513-181007.txt 22:59:01 ty 22:59:15 [Yermak] had the longest streak of the tournament, winning his first 10 games in a row. He subsequently [died on d:2 to an adder] -- see, it happens to the best of us! 22:59:25 there was a shaft accident 22:59:38 time for a shaft pun 22:59:59 ??confusing touch 22:59:59 confusing touch[1/3]: A level 2 Hexes spell that makes your hands "glow red" for 10 + d(power) / 5 (max 20) turns. While the status is up, your unarmed attacks do no damage but are slightly more accurate. If you hit a monster with no weapon wielded, it has a chance to get confused and the status to end. 23:00:03 -!- omarax has quit [Remote host closed the connection] 23:00:05 chequers: it wasn't his first 10 games 23:00:07 shaccident 23:00:32 good point, "streaking his first 10 wins in a row" 23:00:42 -in a row 23:00:47 I'd just go with "winning 10 games in a row" 23:01:16 winning his first 10-game streak 23:01:32 [Yermak] had the longest streak of the tournament, winning 10 games in a row. His streak was broken by a [d:2 adder] -- see, it happens to the best of us! 23:01:55 -!- Bcadren has quit [Ping timeout: 250 seconds] 23:02:19 obviously compensating for your having not won a game in the t 23:02:29 but I'll just leave that in a blog comment 23:03:37 is there a tournament table for "least relec found in a speedrun", because I should be #1 23:04:13 why do you even care about rElec in speedruns :P 23:04:36 -!- sixteencharacter has quit [Quit: Textual IRC Client: www.textualapp.com] 23:04:48 v3 http://dpaste.com/0K0V8ZD#wrap 23:04:49 next time I'll just go for it, but I was a squishy elf 23:04:55 with barely 100 hp 23:06:15 -!- Dracunos has quit [Ping timeout: 272 seconds] 23:08:32 -!- CanOfWorms has joined ##crawl-dev 23:27:03 -!- Daekdroom has quit [Quit: Leaving] 23:28:35 -!- Shinino has quit [Ping timeout: 250 seconds] 23:28:35 -!- bluedonut has quit [Ping timeout: 250 seconds] 23:31:22 -!- wheals_ has quit [Remote host closed the connection] 23:34:10 !tell pleasingfungus also since the threshold is 2/3 it's probably not "seriously injured" any more, just "injured". You should make the AC bonus linear with HP :) 23:34:10 chequers: OK, I'll let pleasingfungus know. 23:37:58 -!- Harudoku has quit [Remote host closed the connection] 23:51:25 -!- JimmahDean has quit [] 23:51:33 -!- omarax has quit [Remote host closed the connection] 23:51:46 -!- WalrusKing has quit [Ping timeout: 260 seconds] 23:53:27 -!- Ultraviolent4 has joined ##crawl-dev 23:54:34 The blast of magma engulfs the killer bee. You kill the killer bee! Qazlal accepts your kill. You can now call upon nature's wrath in a wide area around you. 23:54:41 The blast of magma engulfs the killer bee. You kill the killer bee! Qazlal accepts your kill. You can no longer call upon nature's wrath in a wide area around you. 23:54:52 thanks, Q 23:55:34 Wandering mushroom allies can trap you 13https://crawl.develz.org/mantis/view.php?id=10469 by Ultraviolent4 23:56:06 i think i have to make a 2nd forest fire :/ 23:57:33 smokey the bear would be so sad 23:57:37 -!- scwizard has quit [Ping timeout: 250 seconds] 23:59:01 you mean fedhas, right 23:59:26 it shouldn't take 200 turns to regen 57 pts of hp, right? or is that a normal regen rate? 23:59:47 -!- mibe has quit [Ping timeout: 250 seconds]