00:00:01 "what did you expect", the shopkeeper asks 00:00:03 -!- omarax has quit [Remote host closed the connection] 00:00:50 shoulda read the fine print. rip. 00:02:22 should sell decks of summoning that only have a single identified summon demon card 00:02:30 (probably not) 00:03:23 there's no way to specify that detail in a deck anyway 00:03:26 -!- ProzacElf has quit [Ping timeout: 260 seconds] 00:04:04 also, someone later in the SA thread suggested that the panbazaar should sell the demonic rune somewhere for a couple thousand bucks. terrible idea or best idea. 00:05:34 -!- Twiggytwiggytwig has quit [Quit: See ya guys later ;)] 00:08:05 FR: ability to set individual cards in a deck 00:08:11 (also, probably not) 00:08:57 eventually you reach a point where the difficulty of implementing a Clever Vault Trick outweighs the number of times it'll ever be used 00:09:19 -!- ussdefiant_Lappy has joined ##crawl-dev 00:15:49 There is no lua mountain high enough... 00:16:26 i think even lua has limits 00:17:12 New branch created: warlock_mirror (1 commit) 13https://github.com/crawl/crawl/tree/warlock_mirror 00:17:13 03PleasingFungus02 07[warlock_mirror] * 0.18-a0-1036-g22c2255: Warlock's Mirror unrand [very incomplete] 10(2 minutes ago, 5 files, 29+ 1-) 13https://github.com/crawl/crawl/commit/22c2255a11e9 00:18:37 ! 00:18:41 ? 00:18:45 _ 00:19:15 && origin_spell != SPELL_CHAIN_LIGHTNING 00:19:18 :( 00:19:20 -!- amalloy_ is now known as amalloy 00:19:30 better than the code in the function right above it, imo 00:19:50 also I only did that because I had no idea what would happen if you reflected chain lightning 00:19:52 ...I should test 00:20:01 ultimate power 00:20:16 PleasingFungus goes to the laboratory. "Igor! Fetch me some fresh brains!" 00:20:24 I am conjecturing from having read the code for it: 00:20:26 -!- ProzacElf has joined ##crawl-dev 00:20:29 it will behave normally 00:20:29 but 00:20:32 you will take no damage from it 00:20:34 it would be cool to be able to reflect fireball, but idk how that would work 00:20:36 huh 00:20:38 will test 00:20:38 "But marthter, this ekthperiment doethn't involve brainth?" "I know, Igor! I need a snack." 00:20:49 (note that I am not actively reading the code) 00:20:54 (I am just remembering from the last time I read) 00:21:03 !source is_blockable 00:21:03 1/1. https://github.com/crawl/crawl/blob/master/crawl-ref/source/beam.cc#l111 00:21:10 !source chain_spell 00:21:11 Can't find chain_spell. 00:21:11 ^ check out the comment in this 00:21:23 hm, does that mean that chain of chaos would be a problem? 00:21:27 I can't remember if that still exists 00:21:37 @??mnoleg 00:21:37 Mnoleg (09&) | Spd: 13 | HD: 17 | HP: 301-415 | AC/EV: 10/25 | Dam: 4009(claw), 3509(mutation), 30, 2306(blink self) | 05demonic, 10doors, fighter, unholy, see invisible | Res: 13magic(immune), 05fire, 10elec, 03poison, 04rot, 13neg+++, 13torm | Vul: 08holy++, 11silver | XP: 10843 | Sp: dig [06!sil], b.random (3d21 / 3d24 / 3d22 / 3d26 / 3d20) [06!sil], sum.eyeballs [06!sil], malig.. 00:21:38 if chain lightning poses a problem, so will chain of chaos 00:21:47 Chain of Chaos is a Xom effect exclusively 00:21:49 but it still exists 00:21:51 -!- simmarine has quit [Read error: Connection reset by peer] 00:21:57 !source cast_chain_spell 00:21:58 1/1. https://github.com/crawl/crawl/blob/master/crawl-ref/source/spl-damage.cc#l185 00:22:28 ah, I'm wrong 00:22:35 hm 00:22:37 it bounced between us 00:22:39 ya 00:22:41 but 00:23:10 the arc will continue from you as though it did hit you 00:23:11 I think 00:23:23 that's actually relatively easy to fix 00:23:52 !source spl-damage.cc:227 00:23:53 https://github.com/crawl/crawl/blob/master/crawl-ref/source/spl-damage.cc#l227 00:24:03 instead of "source = target", use something along of "source = beam.pos" 00:24:06 () 00:24:26 *along the lines of 00:24:29 cannot type tonight 00:25:52 drunk Grunt is best Grunt 00:25:56 drunt 00:26:20 ಠ_ಠ 00:27:34 drunk grunt ends up coding two entire gods, three unrands, and a branch 00:27:36 pos() is a private member of beam. 00:28:16 Unstable branch on CRAWL.XTAHUA.COM updated to: 0.18-a0-1035-g72c9994 (34) 00:28:17 is there a lua function that will return X elements from a given array with no repeats 00:31:17 nicolae-: from http://rosettacode.org/wiki/Remove_duplicate_elements#Lua i would guess there is no built-in for it 00:31:44 i sort of figured 00:31:46 oh well! 00:32:09 hm 00:32:12 I think he wants a random choice? 00:32:17 not sure that reflecting enchants will work right either 00:32:18 otherwise I'm not sure why you'd need this 00:32:22 will experiment tomorrow. 00:32:26 -!- PleasingFungus has quit [Quit: ChatZilla 0.9.92 [Firefox 43.0.4/20160105164030]] 00:32:30 New branch created: pull/212 (2 commits) 13https://github.com/crawl/crawl/pull/212 00:32:31 03argonaut02 07https://github.com/crawl/crawl/pull/212 * 0.18-a0-868-gdde5dd7: Sif reduces spell hunger. 10(8 days ago, 2 files, 7+ 1-) 13https://github.com/crawl/crawl/commit/dde5dd74bf07 00:32:31 03argonaut02 07https://github.com/crawl/crawl/pull/212 * 0.18-a0-869-g0f64853: Include hunger reduction in Sif description. 10(80 minutes ago, 1 file, 3+ 2-) 13https://github.com/crawl/crawl/commit/0f6485337151 00:32:33 Let's start the experiment! 00:33:56 yeah, random choice 00:34:45 yeah, I'd probably just make a simple loop calling random on the size of the table 00:35:09 hrm 00:35:25 wonder how you could do this without additional calls to random2 00:36:07 well i think you'd need to call it at least X times 00:36:15 yeah that's what I mean 00:36:29 a somewhat naive implementation would call more than that 00:36:35 lua tables are a bit weird 00:36:51 I guess just a for loop over X 00:36:53 alternately i could try implementing a "no_repeats" flag for shops 00:37:13 and build up a table of viable choices each time 00:37:21 if you like I could make this 00:38:02 random_subset(table, n) 00:38:22 well not calling the var table but you get the idea, it would return a table (array) 00:38:26 with n items 00:38:47 sure, that would be excellent 00:38:58 hmm. maybe i could even slip it into alphashops 00:39:41 so lua has tables, which are basically hashmaps, right? what about converting the list into a map where each entry is [key, true], to represent a set 00:40:01 that removes duplicates, and then you can just select a random entry and remove it 00:40:36 like in http://stackoverflow.com/q/2282444/625403 00:42:56 well you can't select a random entry, you can select a random int on a range of 1,#table 00:44:44 do 00:45:31 -!- tensorpudding has quit [Ping timeout: 260 seconds] 00:48:38 -!- destroythecore has quit [Read error: Connection reset by peer] 00:49:08 -!- Turgon has quit [Quit: Page closed] 00:56:57 -!- travis-ci has joined ##crawl-dev 00:56:58 The build passed. (warlock_mirror - 22c2255 #4424 : Nicholas Feinberg): https://travis-ci.org/crawl/crawl/builds/101220587 00:56:58 -!- travis-ci has left ##crawl-dev 00:57:55 -!- Shard1697 has quit [Ping timeout: 256 seconds] 01:00:02 -!- omarax has quit [Remote host closed the connection] 01:01:07 night all 01:01:08 -!- nicolae- has left ##crawl-dev 01:05:58 -!- namelastname112 has quit [Ping timeout: 252 seconds] 01:09:15 -!- LordSloth has quit [Ping timeout: 256 seconds] 01:12:07 Unstable branch on crawl.s-z.org updated to: 0.18-a0-1035-g72c9994 (34) 01:18:35 !tell nicolae- Here you go, function + example (it could be cleaned up some but it works): http://sprunge.us/UdDW 01:18:35 gammafunk: OK, I'll let nicolae- know. 01:19:25 Unstable branch on crawl.develz.org updated to: 0.18-a0-1035-g72c9994 (34) 01:26:00 -!- Zeor has quit [Quit: Leaving.] 01:36:00 -!- zhaorenw has quit [Ping timeout: 245 seconds] 01:39:48 -!- tealeaves has quit [Quit: Bye] 01:43:17 -!- tealeaves has quit [Client Quit] 01:44:16 -!- zxc has joined ##crawl-dev 01:48:48 -!- FireSight has quit [] 01:48:55 -!- ProzacElf has quit [Ping timeout: 256 seconds] 01:49:11 -!- tealeaves has quit [Quit: Bye] 01:54:24 Windows builds of master branch on crawl.develz.org updated to: 0.18-a0-1035-g72c9994 01:54:36 -!- ystael has quit [Ping timeout: 255 seconds] 01:56:24 -!- st_ has quit [Ping timeout: 265 seconds] 01:57:16 -!- bonghitz has quit [Ping timeout: 240 seconds] 01:58:07 -!- nosratheno has quit [Quit: You remind me of the babe.] 01:58:51 -!- PsyMar has quit [Ping timeout: 250 seconds] 02:00:03 -!- omarax has quit [Remote host closed the connection] 02:04:37 -!- __miek has quit [Ping timeout: 265 seconds] 02:09:57 -!- ystael has quit [Ping timeout: 246 seconds] 02:11:01 -!- Vizer has quit [Ping timeout: 256 seconds] 02:11:18 -!- mong has quit [Quit: Leaving] 02:12:56 -!- meatpath has quit [Ping timeout: 260 seconds] 02:16:04 -!- Naruni has quit [Quit: Leaving] 02:24:32 03gammafunk02 07* 0.18-a0-1036-g7ac1859: Fix jewellery tiles and add a temporary tile for mana regeneration 10(23 minutes ago, 6 files, 4+ 4-) 13https://github.com/crawl/crawl/commit/7ac1859f2614 02:25:47 !tell ontoclasm in 7ac1859 I've used the rcor ego tile for rings of corrosion res, but it needs fixing, and added palette swap of regeneration as a temporary mana regen tile 02:25:49 gammafunk: OK, I'll let ontoclasm know. 02:29:08 -!- WalrusKing has quit [Ping timeout: 260 seconds] 02:32:27 -!- Dazzix has quit [Ping timeout: 240 seconds] 02:35:06 -!- Bcadren has quit [Ping timeout: 260 seconds] 02:53:11 Monster database of master branch on crawl.develz.org updated to: 0.18-a0-1036-g7ac1859 02:58:44 -!- Kalir has quit [Quit: I'M OUT SON. PEACE, LOVE, EXPLOSIONS.] 03:00:02 -!- omarax has quit [Remote host closed the connection] 03:02:42 -!- brknglss has quit [Quit: Page closed] 03:08:22 -!- Alcopop has quit [Quit: Page closed] 03:10:41 -!- GauHelldragon has quit [Ping timeout: 260 seconds] 03:15:11 -!- __miek has quit [Ping timeout: 265 seconds] 03:17:47 -!- ussdefiant_Lappy has quit [Ping timeout: 240 seconds] 03:19:43 -!- Mekanik has quit [Client Quit] 03:21:59 Unstable branch on crawl.beRotato.org updated to: 0.18-a0-1036-g7ac1859 (34) 03:31:15 -!- tealeaves has quit [Quit: Bye] 03:33:52 -!- ontoclasm has quit [Quit: Leaving.] 03:44:15 -!- mopl has quit [Quit: Page closed] 03:46:30 -!- fazisi has quit [Read error: Connection reset by peer] 04:00:03 -!- omarax has quit [Remote host closed the connection] 04:21:07 -!- Kramell has quit [Read error: Connection reset by peer] 04:22:23 -!- ystael has quit [Ping timeout: 272 seconds] 04:27:50 -!- WhodaMan has quit [Ping timeout: 252 seconds] 04:29:38 -!- Kramell has quit [Remote host closed the connection] 04:33:27 -!- vev has quit [Ping timeout: 246 seconds] 04:35:54 -!- edsrzf has quit [Ping timeout: 246 seconds] 04:38:38 -!- AreBrandon has joined ##crawl-dev 04:45:07 -!- dtsund has quit [Remote host closed the connection] 04:55:13 -!- Rast- has quit [Ping timeout: 250 seconds] 04:58:34 -!- Rast has joined ##crawl-dev 05:00:03 -!- omarax has quit [Remote host closed the connection] 05:23:26 -!- st_ has joined ##crawl-dev 05:24:50 -!- mibe has quit [Quit: Page closed] 05:25:41 -!- __miek has quit [Ping timeout: 265 seconds] 05:32:27 -!- iFurril has quit [Ping timeout: 265 seconds] 05:42:27 -!- AreBrandon has quit [Ping timeout: 250 seconds] 05:45:30 -!- waat has quit [Ping timeout: 250 seconds] 06:00:01 -!- omarax has quit [Remote host closed the connection] 06:07:07 -!- mopl has quit [Quit: Page closed] 06:16:31 -!- Alarkh has joined ##crawl-dev 06:33:03 -!- radinms has quit [Ping timeout: 245 seconds] 06:37:15 -!- iFurril has quit [Ping timeout: 272 seconds] 06:42:59 -!- waat has quit [Ping timeout: 256 seconds] 06:45:11 -!- iFurril has quit [Read error: Connection reset by peer] 06:49:05 -!- Furril has quit [Ping timeout: 240 seconds] 06:56:01 -!- MgDark has quit [Ping timeout: 256 seconds] 06:56:06 -!- MgDark_ is now known as MgDark 07:00:01 -!- omarax has quit [Remote host closed the connection] 07:07:47 -!- MgDark has quit [Ping timeout: 250 seconds] 07:08:09 -!- Ququman has joined ##crawl-dev 07:09:36 -!- DDFi has quit [Quit: Page closed] 07:12:48 -!- Lightli has quit [Ping timeout: 252 seconds] 07:36:44 Hello there, im trying to make HDAtravel work in webtiles 0.17, but i get spammed by this line : sendkeys(string.char(6) .. "@corpse&&!!rott&&!!skel&&!!sky&&!!necrop&&!!ugly&&!!vampire&&!!corpse rot&&!!&&!!botono" .. exclude_this .. "\ra\r") 07:37:30 I would just mute it but i fear it might fail to do something important 07:38:07 anyone knows what it means (especially the << exclude_this .. "\ra\r" >> part ? 07:43:47 -!- johnny0_ has quit [Quit: Reconnecting] 07:44:02 -!- johnny0 has joined ##crawl-dev 07:47:01 -!- tealeaves has quit [Quit: Bye] 07:51:18 -!- myrmidette has quit [Ping timeout: 252 seconds] 07:53:46 -!- Blazinghand has quit [Read error: Connection reset by peer] 08:00:01 -!- omarax has quit [Remote host closed the connection] 08:04:25 -!- tealeaves has quit [Quit: Bye] 08:04:38 -!- tealeaves has quit [Client Quit] 08:17:39 -!- Reverie has joined ##crawl-dev 08:25:45 -!- amalloy is now known as amalloy_ 08:26:25 -!- Lasty has joined ##crawl-dev 08:26:54 -!- tealeaves has quit [Ping timeout: 265 seconds] 08:27:37 -!- CcS has quit [] 08:31:32 -!- nosratheno has quit [Quit: The trees they do grow high.] 08:32:28 -!- Alarkh has quit [Quit: Leaving] 08:44:35 -!- Lasty has quit [Quit: Leaving.] 08:59:07 -!- clouded_ has joined ##crawl-dev 08:59:09 -!- st_ has quit [Read error: Connection reset by peer] 09:00:01 -!- omarax has quit [Remote host closed the connection] 09:50:09 -!- lelel has quit [Quit: Page closed] 09:55:32 -!- Wheatmill has quit [Read error: Connection reset by peer] 10:00:01 -!- omarax has quit [Remote host closed the connection] 10:01:49 -!- ProzacElf has joined ##crawl-dev 10:03:17 -!- scummos| has quit [Ping timeout: 255 seconds] 10:07:09 -!- sysice has quit [Ping timeout: 252 seconds] 10:07:42 -!- Alcopop has quit [Ping timeout: 252 seconds] 10:07:53 -!- cang has quit [Quit: Page closed] 10:09:57 -!- Sequell has quit [Remote host closed the connection] 10:10:08 -!- Sequell has joined ##crawl-dev 10:10:28 -!- Reverie has quit [Quit: Textual IRC Client: www.textualapp.com] 10:16:24 -!- Evablue has quit [Quit: Evablue] 10:19:15 -!- thetao has quit [Ping timeout: 252 seconds] 10:20:47 -!- Wheatmill has quit [Read error: Connection reset by peer] 10:32:21 <|amethyst> why does "toggle view layers" show up under 0 in tiles key help? 10:33:28 <|amethyst> oh 10:33:34 <|amethyst> it's unbound in tiles mode 10:33:40 <|amethyst> why is it unbound in tiles mode? 10:34:02 <|amethyst> oh 10:34:22 <|amethyst> I guess because you don't need to hide layers in tiles because you can see them all 10:34:28 <|amethyst> console reasons 10:42:09 -!- clouded_ is now known as st_ 10:43:23 -!- ProzacElf has quit [Ping timeout: 246 seconds] 10:46:04 03|amethyst02 07* 0.18-a0-1037-g61a4981: Hide CMD_SHOW_TERRAIN from ?? in local tiles. 10(9 minutes ago, 1 file, 2+ 0-) 13https://github.com/crawl/crawl/commit/61a4981fe1bb 10:46:06 New branch created: pull/213 (1 commit) 13https://github.com/crawl/crawl/pull/213 10:46:06 03argonaut02 07https://github.com/crawl/crawl/pull/213 * 0.18-a0-868-g742eed6: The cloak of Preservation. 10(5 minutes ago, 4 files, 34+ 2-) 13https://github.com/crawl/crawl/commit/742eed6e766d 10:56:05 is this another pull request or is that cloak in 10:59:11 -!- siepu has quit [Read error: Connection reset by peer] 11:00:01 -!- omarax has quit [Remote host closed the connection] 11:04:55 <|amethyst> kvaak: if it shows something in brown after the author name, it's not in trunk 11:08:16 unfortunately I have hide_colors on 11:10:36 -!- radinms has quit [] 11:11:40 <|amethyst> if it shows anything between the author name and the * 11:11:50 that'll do 11:11:57 <|amethyst> it's either a branch name in [] or a PR URL 11:13:56 -!- ussdefiant_Lappy has joined ##crawl-dev 11:16:20 -!- Senshi has quit [Quit: Page closed] 11:20:08 -!- dpeg has joined ##crawl-dev 11:20:29 -!- Ladykiller69 has quit [Ping timeout: 246 seconds] 11:20:30 -!- G-Flex has quit [Quit: Time for us to bug out.] 11:24:42 -!- Lightli has joined ##crawl-dev 11:27:20 -!- xtwv has quit [Ping timeout: 272 seconds] 11:28:09 -!- Kalir has quit [Changing host] 11:28:52 figured as much, that thing doesn't really look it was thought through 11:38:37 -!- MarvinPA has joined ##crawl-dev 11:38:38 -!- simmarine has joined ##crawl-dev 11:39:05 -!- Lasty has joined ##crawl-dev 11:52:24 -!- G-Flex has joined ##crawl-dev 12:00:01 -!- omarax has quit [Remote host closed the connection] 12:11:43 -!- ussdefiant_Lappy has quit [Ping timeout: 276 seconds] 12:21:13 -!- bonghitz has quit [Remote host closed the connection] 12:23:06 -!- djinni has quit [Ping timeout: 244 seconds] 12:23:14 -!- dustinm`_ has quit [Ping timeout: 255 seconds] 12:30:42 -!- djinni has joined ##crawl-dev 12:31:27 -!- dustinm` has joined ##crawl-dev 12:37:45 -!- grimmulfr has quit [Ping timeout: 240 seconds] 12:48:09 .gfgk x=src 12:48:10 71. [src=cue] Kloppie the Warrior (L16 DDMo of Makhleb), demolished by a stone giant in WizLab (wizlab_lehudib) on 2016-01-08 08:08:00, with 112689 points after 27504 turns and 1:36:59. 12:48:26 .moon name=kloppie -tv:channel=moon:># 12:48:27 Bad seek argument for seek-after: # (T, number, ">" or "$" expected) 12:48:29 .moon name=kloppie -tv:channel=moon:>$ 12:48:30 1. Kloppie, XL15 DDMo, T:26988 (milestone) requested for moon: telnet://termcast.develz.org or http://termcast.develz.org. 12:52:44 -!- grimmulfr has quit [Remote host closed the connection] 12:53:14 good corrosion 12:59:14 -!- WalrusKing has quit [Ping timeout: 255 seconds] 13:00:01 -!- omarax has quit [Remote host closed the connection] 13:07:20 -!- scummos| has quit [Ping timeout: 255 seconds] 13:09:20 -!- serq has quit [Remote host closed the connection] 13:10:45 -!- grimmulfr has quit [Ping timeout: 240 seconds] 13:11:01 -!- amalloy_ is now known as amalloy 13:12:03 -!- MarvinPA has quit [Quit: Leaving] 13:12:40 -!- grimmulfr` has quit [Ping timeout: 250 seconds] 13:14:06 -!- dtsund has joined ##crawl-dev 13:15:51 -!- MarvinPA has joined ##crawl-dev 13:16:46 -!- ontoclasm has joined ##crawl-dev 13:21:15 -!- MarvinPA has quit [Quit: Leaving] 13:26:28 -!- bonghitz has quit [Ping timeout: 256 seconds] 13:27:07 -!- MarvinPA has joined ##crawl-dev 13:29:14 -!- Mekanik has quit [Quit: My Mac has gone to sleep. ZZZzzz…] 13:30:52 -!- tksquared_ has quit [Ping timeout: 250 seconds] 13:37:10 -!- tksquared has quit [Ping timeout: 260 seconds] 13:40:06 -!- Dixlet has quit [Read error: Connection reset by peer] 13:40:28 -!- Dixlet has joined ##crawl-dev 13:42:12 -!- Tux[Qyou] has joined ##crawl-dev 13:49:01 weren't boulder beetles removed 13:49:08 or am I extrapolating goliath beetles 13:55:13 %git :/[Bb]oulder 13:55:13 07chequers02 * 0.18-a0-174-g7cbbf60: Reduce the AC of rolling enemies. 10(7 weeks ago, 2 files, 5+ 1-) 13https://github.com/crawl/crawl/commit/7cbbf6078652 13:55:24 -!- siepu has quit [Read error: Connection reset by peer] 13:57:36 -!- Shard1697 has joined ##crawl-dev 14:00:02 -!- omarax has quit [Remote host closed the connection] 14:07:42 kvaak: boulder beetles still exxist 14:08:33 huh 14:11:07 i think they're the only remaining beetle 14:11:07 ontoclasm: You have 1 message. Use !messages to read it. 14:11:15 or no, scarabs i guess 14:11:26 !messages 14:11:26 (1/1) gammafunk said (11h 45m 38s ago): in 7ac1859 I've used the rcor ego tile for rings of corrosion res, but it needs fixing, and added palette swap of regeneration as a temporary mana regen tile 14:13:34 gammafunk: ^ thanks for that; I kept forgetting 14:15:03 Lasty: yeah, it was reported to me 14:15:16 the ring tile needs fixing though 14:15:23 it has the placement of amulet ego tiles 14:15:35 I wasn't sure if it needs resizing as well so I didn't mess with it 14:17:39 ahh 14:22:23 also the mana regent tile is just a palette swap, but it can do for now 14:23:19 Lasty: one question I had though, was about the entry for "amulet of nothing"; if that's going to stay, it will always need an entry, yet it hard a enum value listed as REMOVEME (indicating removal after major version tag increase) 14:23:25 s/hard/had/ 14:23:37 So I just renamed it to AMU_NOTHING 14:23:47 so people don't remove the entry and break things 14:23:54 ... yeah, definitely didn't mean for it to be removed. 14:24:02 ok, sounds good then 14:24:04 Is the patch up? Can I take a look? 14:24:10 -!- mizu_no_oto has quit [Quit: Computer has gone to sleep.] 14:24:11 it's in trunk yeah 14:24:12 %git 14:24:12 07|amethyst02 * 0.18-a0-1037-g61a4981: Hide CMD_SHOW_TERRAIN from ?? in local tiles. 10(4 hours ago, 1 file, 2+ 0-) 13https://github.com/crawl/crawl/commit/61a4981fe1bb 14:24:19 %git HEAD~2 14:24:19 07MarvinPA02 * 0.18-a0-1035-g72c9994: Scale the effective depth of Gozag shops with XL 10(20 hours ago, 3 files, 11+ 7-) 13https://github.com/crawl/crawl/commit/72c999403e6a 14:24:23 %git HEAD~1 14:24:23 07gammafunk02 * 0.18-a0-1036-g7ac1859: Fix jewellery tiles and add a temporary tile for mana regeneration 10(12 hours ago, 6 files, 4+ 4-) 13https://github.com/crawl/crawl/commit/7ac1859f2614 14:24:24 there 14:24:45 huh, yeah 14:24:58 so, uh 14:25:03 that's the amulet of rage, right? 14:25:11 We're not actually removing that 14:25:15 no 14:25:24 -!- us17 has quit [Ping timeout: 256 seconds] 14:25:24 the amu of rage is first entry I think 14:25:25 -i-rage AMU_REMOVEME3 +i-rage AMU_NOTHING 14:25:34 right, the first thing is which tile to use 14:25:35 ah huh 14:25:48 So, I could be wrong, but I'm pretty sure I didn't set AMU_REMOVEME3 14:25:49 second is which enum value it will have (only used internally, I think) 14:26:02 well someone probably added that when they saw 14:26:06 that it had no entry in this file 14:26:10 it needs an entry 14:26:20 since it's in the jewel enum 14:26:39 that list has to match the jewel_type enum (or whatever it's called) in terms of order 14:27:03 ah hmm 14:27:21 thanks for taking care of it 14:28:05 -!- bonghitz has quit [Ping timeout: 240 seconds] 14:36:23 -!- Dirtsage has quit [Read error: Connection reset by peer] 14:37:52 -!- us17 has quit [Ping timeout: 256 seconds] 14:39:36 that file is a mess 14:42:01 -!- Pacra has joined ##crawl-dev 14:43:10 -!- nikheizen has quit [Quit: Farewell.] 14:45:34 New branch created: combo_god (1 commit) 13https://github.com/crawl/crawl/tree/combo_god 14:45:34 03Lasty02 07[combo_god] * 0.18-a0-1037-g2bea649: Add Ukayaw as a god that compiles 10(8 minutes ago, 22 files, 82+ 10-) 13https://github.com/crawl/crawl/commit/2bea6491f7ee 14:49:29 -!- us17 has quit [Ping timeout: 255 seconds] 14:50:18 -!- elliptic has quit [Quit: Leaving] 14:52:47 -!- WalkerBoh has joined ##crawl-dev 14:57:47 combo god? that sounds awesome. 14:59:35 -!- us17 has quit [Ping timeout: 264 seconds] 15:00:01 -!- omarax has quit [Remote host closed the connection] 15:04:37 so rings of regen don't exist anymore rightr 15:06:14 yep 15:06:19 nor do invis rings 15:06:24 yep 15:06:30 they do have entries in the jewel enum though 15:06:37 and those entries must remain util major version increase 15:06:42 well 15:06:43 i know 15:06:46 invis got replaced 15:06:48 but i can remove their icons 15:06:49 yeah, just mentioning that 15:06:54 yeah 15:06:55 <|amethyst> no 15:06:59 <|amethyst> oh 15:07:00 no?! 15:07:01 -!- zxc has quit [Read error: Connection reset by peer] 15:07:05 <|amethyst> never mind 15:07:10 fine 15:07:12 <|amethyst> I was thinking i-regeneration was the same 15:07:21 <|amethyst> but rings and amulets have different directories 15:07:25 (i'm leaving a space, just replacing the (unused) icon with something unrelated) 15:07:27 yeah and the icons are different 15:07:30 -!- us17 has quit [Ping timeout: 250 seconds] 15:07:36 |amethyst: amulets place their gizmo in a different spot 15:07:47 i'm working on that! 15:07:49 tile-wise 15:08:08 I just assume ontoclasm is always working 15:08:10 the new amulet is really called "mana regeneration"? is that the first reference to mana? (as opposed to magical power, MP, magic points...) 15:08:31 <|amethyst> @??mana viper 15:08:31 mana viper (06S) | Spd: 14 | HD: 9 | HP: 43-58 | AC/EV: 3/14 | Dam: 2312(antimagic) | cold-blooded, see invisible | Res: 06magic(100), 03poison | XP: 583 | Sz: Medium | Int: animal. 15:08:33 A never-ceasing factor of tiles. A neural art processor, a painting computer... 15:08:37 *factory 15:08:49 don't refer to MP as mana 15:08:51 gammafunk: i am doing art for two other games at the same time even :J 15:08:55 daang 15:08:58 MP is MP and/or magic power 15:09:02 -!- Pacra has quit [Ping timeout: 256 seconds] 15:09:08 people have generally removed references to "mana" in the past 15:09:11 ontoclasm absolutely will not stop, ever, until your project is beautiful. 15:09:11 https://dl.dropboxusercontent.com/u/1000017/everest/alicewalk2.gif 15:09:39 ah, yeah I guess we have a problem with "mana regeneration" then 15:09:47 magic regeneration? 15:09:49 that would seem ok 15:10:04 <|amethyst> not to be confused with magical regeneration 15:10:07 <|amethyst> e.g. the spell 15:10:09 dammit 15:10:22 I love new elf! 15:10:26 amulet of the BATTLEMAGE 15:10:45 dpeg: <3 15:10:52 dpeg, what don't you love?! 15:11:11 amulet of recharging [your magic] 15:11:11 <|amethyst> MUT_MANA_REGENERATION also uses "mana" 15:11:22 oh yeah, mana vipers 15:11:30 Grunt: hey you violated your own rule! 15:11:30 <|amethyst> on the A screen it is "You regenerate magic rapidly." but on % it is "mana regeneration" 15:11:33 -!- dpeg has quit [Quit: Lost terminal] 15:11:35 or was that a DracoOmega monster 15:11:37 ??? 15:11:43 they were originally "sapper snakes" 15:11:46 -!- dpeg has joined ##crawl-dev 15:11:47 lol 15:11:48 I didn't give them their current name 15:11:57 gammafunk: Nemelex 15:12:01 amen 15:12:02 %git 6bdf477 15:12:02 07kilobyte02 * 0.13-a0-552-g6bdf477: Don't speak about "mana" to the player (rchandra) 10(2 years, 8 months ago, 7 files, 20+ 20-) 13https://github.com/crawl/crawl/commit/6bdf47715ff7 15:12:14 <|amethyst> oh, never mind 15:12:18 The first rule of mana club is don't talk about mana club 15:12:19 <|amethyst> it's "magic regeneration" on % 15:12:28 consistency! 15:12:30 <.< 15:12:31 s-subtractor snakes 15:12:38 fr: bring back subtractor snakes 15:12:42 <|amethyst> where is mutation_def::desc used? 15:12:49 what about: magic mambas 15:13:05 -!- debo has quit [Ping timeout: 240 seconds] 15:13:28 <|amethyst> oh, it looks like it's only used by Ru sacrifices 15:13:37 <|amethyst> so I guess that one doesn't actually appear 15:14:14 -!- AreBrandon has joined ##crawl-dev 15:14:14 -!- AreBrandon has quit [Client Quit] 15:16:48 -!- dacendoran has quit [Ping timeout: 252 seconds] 15:18:57 |amethyst: FR rename it so that's clear? 15:19:07 mutation_def::ru_desc or whatever 15:20:10 |amethyst: btw, I did this for nicolae http://sprunge.us/UdDW but I wasn't sure if there was a cleaner way 15:20:46 03ontoclasm02 07* 0.18-a0-1038-ge4130b6: Fix up some amulet/ring icons 10(in the future, 6 files, 1+ 1-) 13https://github.com/crawl/crawl/commit/e4130b698540 15:21:02 -!- us17 has quit [Ping timeout: 272 seconds] 15:21:43 ontoclasm: thanks, the new icons are good 15:21:54 I wonder if mana regen looks kind of similar to dismissal 15:21:58 which has the old warding icon 15:22:05 but it's probably distinct enough 15:22:20 with the vertical bit behind the diamond 15:22:37 bcadren question: what happens to the Fedhas Mad Dash sprint map? It starts with a ring of invisibility. 15:22:53 oh 15:23:09 -!- Evablue has quit [Quit: Evablue] 15:23:29 <|amethyst> it was turned into a cloak 15:23:47 yeah 15:24:01 I did do a check on "mana" before doing the mana regen amulet, but I figured mana vipers opened that box 15:24:12 I think they might be the only one tho 15:24:16 that's displayed in-game 15:24:22 %dump 15:24:22 Can't find character dump for kvaak. 15:24:26 what 15:24:29 &dump 15:24:31 http://crawl.develz.org/morgues/trunk/perunasaurus/perunasaurus.txt 15:24:37 take a look at the message log 15:24:45 there's something wrong here 15:25:23 oh now it went out 15:25:25 100 years of solitude covered in liquid flames. 15:25:33 I didn't know napalm could last like 50 turns 15:25:42 |amethyst: awesome, many thanks 15:25:45 maybe it got stacked a ton 15:25:56 Six Days, Seven Nights Covered In Liquid Flames 15:25:56 does it even stack? 15:25:57 It lasts in proportion to the mood of the player. If you're happy and smiling it goes away quickly. 15:26:07 -!- travis-ci has joined ##crawl-dev 15:26:08 The build passed. (combo_god - 2bea649 #4429 : Corin Buchanan-Howland): https://travis-ci.org/crawl/crawl/builds/101303691 15:26:08 -!- travis-ci has left ##crawl-dev 15:26:37 gammafunk's "mind over matter" approach to fire prevention would not meet with the fire marshal's approval 15:26:41 no it happened again 15:26:42 <|amethyst> speaking of "six days" 15:26:48 <|amethyst> FR: amulet of manna regeneration 15:26:51 I think there's something really wrong with hell hogs 15:27:05 |amethyst: it's called "gourmand" right now 15:27:15 <|amethyst> it should stop working on Saturday 15:27:20 <|amethyst> but work twice as well on Friday 15:28:56 haha 15:29:21 <|amethyst> kvaak: hm? it only seems to last a few turns for me 15:29:22 -!- bonghitz has quit [Ping timeout: 260 seconds] 15:29:31 take a look at that dump 15:30:26 <|amethyst> how many times did it hit you? 15:30:27 -!- Blazinghand has joined ##crawl-dev 15:30:47 I didn't count 15:30:53 <|amethyst> I see three in the message history 15:31:03 !lm * orb status~~liquid won lg:status~~liquid 15:31:06 No milestones for * (orb status~~liquid won lg:status~~liquid). 15:31:16 kvaak: you can get a world first 15:34:18 <|amethyst> looks like the cap is 1000 aut 15:35:59 maybe related to that bug where sticky flame duration decreased with monster HD or something weird 15:36:22 i forgot what it actually was and can't find the fix but it was something really strange 15:36:36 <|amethyst> corona caps at 2500 aut 15:36:49 <|amethyst> I'm not sure these numbers are really intentional 15:36:53 -!- cang has quit [Quit: Page closed] 15:38:07 man asmodeus has a lame sceptre, not a sword 15:38:13 I somehow mixed him up with cerebov 15:39:03 -!- Menche has quit [Quit: Leaving] 15:39:16 <|amethyst> hm 15:43:29 ah i found the weird sticky flame thing i was thinking of but it was for monster sticky flame 15:43:32 %git 16e9270f 15:43:32 07MarvinPA02 * 0.15-a0-1954-g16e9270: Fix sticky flame duration depending on the HD of the target (Patashu) 10(1 year, 6 months ago, 1 file, 1+ 1-) 13https://github.com/crawl/crawl/commit/16e9270f5618 15:50:27 03|amethyst02 {gammafunk} 07[stone_soup-0.17] * 0.17.1-2-g5865329: Allow jellies to escape nets (#10187) 10(3 weeks ago, 2 files, 4+ 16-) 13https://github.com/crawl/crawl/commit/586532902eac 15:54:06 -!- alvarops has quit [Ping timeout: 260 seconds] 15:56:59 -!- ontoclasm has quit [Quit: Leaving.] 16:00:02 -!- omarax has quit [Remote host closed the connection] 16:00:59 03MarvinPA02 07* 0.18-a0-1039-g28f4618: Rename the amulet of mana regeneration to magic regeneration 10(31 minutes ago, 9 files, 13+ 13-) 13https://github.com/crawl/crawl/commit/28f4618d528f 16:00:59 03MarvinPA02 07* 0.18-a0-1040-g4865665: Don't make quaffing unidentified berserk rage as a thirsty vampire cause hunger 10(12 minutes ago, 1 file, 0+ 1-) 13https://github.com/crawl/crawl/commit/4865665058c3 16:01:45 @??iron_giant 16:01:46 iron giant (10C) | Spd: 10 | HD: 22 | HP: 176-253 | AC/EV: 18/2 | Dam: 75 | 10items, 10doors, fighter | Res: 06magic(120), 05fire, 02cold, 03poison, 12drown | XP: 5546 | Sp: iron shot (3d37) [06!sil], throw [11!AM, 06!sil] | Sz: Giant | Int: human. 16:01:53 should we rename mana vipers to magic vipers? 16:02:03 Grunt: I assume you intentionally made those not have sinv? 16:02:10 iron giants? 16:02:12 yeah 16:02:24 seems odd to be the highest level non-unique C but not have sinv like the others 16:02:25 I didn't change most of their other statistics from when the iron giant was a unique 16:02:25 -!- PsyMar has quit [Ping timeout: 260 seconds] 16:02:31 ??shrug 16:02:33 shrug[1/1]: ¯\_(ツ)_/¯ 16:02:58 imo mana vipers can get away with it because they're not necessarily implying that "mana" is a thing the player has (it's a thing the viper has??? maybe) 16:03:04 also, the "mana regeneration" mutation 16:03:19 that's only displayed as mana regen internally 16:03:27 p.s. the spanish translation makes this a pain in the ass to grep for 16:03:36 agree with MarvinPA 16:03:43 (I think this was discussed when they were given that name) 16:03:58 <|amethyst> "mana regeneration" on the mutation appears in the same places "demonic bird flight magic" would appear 16:04:03 oh 16:04:09 fr: make "demonic bird flight magic" appear 16:05:01 -!- mopl has quit [Quit: Page closed] 16:05:02 lots of uses of mana in changelog.txt too but that probably shouldn't be changed 16:05:21 can we rename the enum/internal usage of mana for the mutation? 16:05:39 Ru asks you to corrupt yourself with: demonic bird flight magic 16:06:14 fr: replace mana vipers with a vine stalker monster 16:06:39 gammafunk: "mana" is used all over the place internally so i didn't bother renaming the amulet enums either 16:06:45 ah, ok 16:06:47 might be good to do so if someone feels like it though 16:07:01 yeah, just a refactoring/renaming project 16:08:32 -!- Reverie has joined ##crawl-dev 16:10:19 Stable (0.17) branch on underhound.eu updated to: 0.17.1-2-g5865329 16:12:47 Why do we get automated travel exclusions for curse skulls? 16:13:22 -!- PsyMar_ has quit [Ping timeout: 250 seconds] 16:14:14 dpeg: they used to be stationary 16:14:23 yes, I know :) 16:14:27 but now it's an interface screw 16:14:28 (I thought we removed the exclusion for those?) 16:14:29 <|amethyst> we don't by default 16:14:29 that's probably from an old config 16:14:32 yeah 16:14:41 <|amethyst> dpeg: your config has auto_exclude += oklob,statue,curse skull,roxanne,hyperactive,lightning spire,mimic 16:14:49 okay, so it's my fault! 16:14:56 but I never change my config :O 16:14:57 <|amethyst> the default is auto_exclude += oklob,statue,roxanne,hyperactive,lightning spire 16:15:00 !blame dpeg 16:15:01 I pronounce dpeg... Guilty! 16:15:10 <|amethyst> so you can just remove that line 16:15:11 -!- rossi has quit [Ping timeout: 246 seconds] 16:15:20 yes, will o 16:15:21 <|amethyst> since mimics aren't monsters anymore either 16:15:21 do 16:24:15 -!- Alarkh has quit [Read error: Connection reset by peer] 16:24:33 -!- kaiza has quit [Remote host closed the connection] 16:30:34 -!- scummos| has quit [Ping timeout: 245 seconds] 16:33:54 -!- kaiza has quit [Read error: Connection reset by peer] 16:34:35 -!- bonghitz has quit [Ping timeout: 240 seconds] 16:36:57 what dpeg needs is gammafunk.rc 16:37:05 it's what we all need 16:41:55 -!- HellTiger_NB has quit [Ping timeout: 240 seconds] 16:43:40 -!- PsyMar has quit [Ping timeout: 256 seconds] 16:48:08 it's not the rc we need, but the rc gammafunk deserves. 16:49:00 fr: batman unique 16:53:25 -!- Lawman0 has quit [Read error: Connection reset by peer] 17:00:02 -!- omarax has quit [Remote host closed the connection] 17:00:51 -!- Taq has quit [Quit: Page closed] 17:03:07 -!- altaj has quit [Quit: Page closed] 17:05:22 -!- debo has joined ##crawl-dev 17:07:38 -!- WalkerBoh has quit [Remote host closed the connection] 17:11:09 -!- doubleD_ has quit [Read error: Connection reset by peer] 17:15:58 -!- Marvin is now known as Guest96835 17:22:25 Pikaro (L2 HEWn) (D:1) 17:28:25 -!- mopl has quit [Quit: Page closed] 17:52:38 -!- Tux[Qyou] has quit [Quit: Excess flood] 17:57:08 -!- bonghitz has quit [Ping timeout: 255 seconds] 17:57:29 -!- ldf_ has joined ##crawl-dev 18:00:02 -!- omarax has quit [Remote host closed the connection] 18:00:13 -!- Kalir has quit [Quit: I'M OUT SON. PEACE, LOVE, EXPLOSIONS.] 18:05:57 -!- PsyMar has quit [Ping timeout: 265 seconds] 18:10:20 Unstable branch on underhound.eu updated to: 0.18-a0-1040-g4865665 (34) 18:12:35 -!- Kalir has quit [Changing host] 18:18:02 -!- __miek has quit [Ping timeout: 265 seconds] 18:18:19 -!- arianwen has quit [Quit: Lost terminal] 18:26:05 -!- PsyMar has quit [Disconnected by services] 18:26:20 -!- PsyMar2 is now known as PsyMar 18:30:16 -!- Guest96835 has quit [Remote host closed the connection] 18:33:59 !lg * current trunk s=god% 18:34:03 119840 games for * (current trunk): 72718x (60.68%), 8790x Trog (7.33%), 5344x Okawaru (4.46%), 4810x Lugonu (4.01%), 3430x Vehumet (2.86%), 3314x Xom (2.77%), 2802x Cheibriados (2.34%), 2607x Makhleb (2.18%), 2099x Ashenzari (1.75%), 1891x Pakellas (1.58%), 1764x Gozag (1.47%), 1619x Sif Muna (1.35%), 1496x Qazlal (1.25%), 1307x Ru (1.09%), 1247x Dithmenos (1.04%), 899x Kikubaaqudgha (0.75%), 884... 18:34:43 !lg * current trunk god!= s=god% 18:34:48 47122 games for * (current trunk god!=): 8790x Trog (18.65%), 5344x Okawaru (11.34%), 4810x Lugonu (10.21%), 3430x Vehumet (7.28%), 3314x Xom (7.03%), 2802x Cheibriados (5.95%), 2607x Makhleb (5.53%), 2099x Ashenzari (4.45%), 1891x Pakellas (4.01%), 1764x Gozag (3.74%), 1619x Sif Muna (3.44%), 1496x Qazlal (3.17%), 1307x Ru (2.77%), 1247x Dithmenos (2.65%), 899x Kikubaaqudgha (1.91%), 884x The Shi... 18:35:41 !lg * current trunk cls!=be|ak god!= s=god% 18:35:45 34010 games for * (current trunk cls!=be|ak god!=): 5339x Okawaru (15.70%), 3428x Vehumet (10.08%), 3313x Xom (9.74%), 2795x Cheibriados (8.22%), 2582x Makhleb (7.59%), 2097x Ashenzari (6.17%), 1887x Pakellas (5.55%), 1763x Gozag (5.18%), 1619x Sif Muna (4.76%), 1488x Qazlal (4.38%), 1304x Ru (3.83%), 1244x Dithmenos (3.66%), 896x Kikubaaqudgha (2.63%), 845x The Shining One (2.48%), 544x Nemelex X... 18:37:08 -!- Tyto has quit [Quit: Page closed] 18:49:24 -!- Kalir has quit [Quit: I'M OUT SON. PEACE, LOVE, EXPLOSIONS.] 18:53:39 -!- vev has quit [Remote host closed the connection] 18:56:07 03gammafunk02 07* 0.18-a0-1041-gbe91bf5: Rework a Pakellas overflow altar 10(6 minutes ago, 1 file, 50+ 67-) 13https://github.com/crawl/crawl/commit/be91bf513450 18:56:29 -!- Nyvrem has quit [Quit: Page closed] 18:56:38 -!- WalkerBoh has joined ##crawl-dev 19:00:03 -!- omarax has quit [Remote host closed the connection] 19:01:15 03edsrzf02 07https://github.com/crawl/crawl/pull/210 * 0.18-a0-1041-g867f5f3: Fix targeting in webtiles with tile_display_mode = glyphs|hybrid (#8286) 10(2 days ago, 1 file, 23+ 10-) 13https://github.com/crawl/crawl/commit/867f5f3b845f 19:02:22 -!- wheals has joined ##crawl-dev 19:03:06 !messages 19:03:06 No messages for wheals. 19:05:07 -!- panicbit2 has quit [Ping timeout: 276 seconds] 19:05:26 !tell pleasingfungus about 011d70e3ecb3c17d, how about checking MSGCH? 19:05:27 wheals: OK, I'll let pleasingfungus know. 19:09:43 -!- mizu_no_oto has quit [Quit: Computer has gone to sleep.] 19:18:18 -!- MarvinPA has quit [Remote host closed the connection] 19:21:47 -!- bonghitz has quit [Ping timeout: 260 seconds] 19:22:56 -!- mizu_no_oto has quit [Quit: Computer has gone to sleep.] 19:30:16 -!- Bcadren has quit [Ping timeout: 256 seconds] 19:30:50 -!- PsyMar_ has quit [Ping timeout: 246 seconds] 19:34:23 -!- WalkerBoh has quit [Remote host closed the connection] 19:37:53 -!- Bcadren has quit [Read error: Connection reset by peer] 19:43:19 -!- pikaro has joined ##crawl-dev 19:44:31 -!- mizu_no_oto has quit [Quit: Computer has gone to sleep.] 19:44:40 is there a way to get the epoch in clua? or some other way to measure time differentials between lines of code? 19:44:54 (in ms, of course) 19:45:36 does os.time() work? 19:46:10 os gives "attemt to access global os (a nil value)" 19:46:29 pretty obvious they wouldn't make all of it available :P 19:51:09 try crawl.millis() 19:55:01 ah, figured out how to use call_dlua. I'd like to try it on webtiles, though... any way to enter wizmode there? 19:55:56 the point of dlua is that players can't use it 19:56:19 oh, is millis in dlua 19:56:27 _probably_ doesn't have to be 19:56:34 yeah but crawl.millis is dlua-only 19:58:17 hm alright then there won't be much I can do to test it online :\ thanks for the help! hope whatever is bogging down my script scales up linearly and it's not a webtiles issue 19:58:29 -!- kaiza has quit [Ping timeout: 245 seconds] 19:58:47 -!- amalloy is now known as amalloy_ 19:59:37 pikaro: maybe you can on dbro? not sure 19:59:59 though you still can't call dlua from your rcfile afaik, just the wizmode cmmand 20:00:02 -!- omarax has quit [Remote host closed the connection] 20:00:23 -!- Foamed has quit [Quit: Leaving] 20:03:15 I'll try, hope it works. the function in question takes just 3ms locally, not much room to find out what's the problem there... 20:03:52 if you're on linux you can also build webtiles yourself 20:04:23 oh, i didn't realise there is crawl.call_dlua 20:04:34 hm, might not be a bad idea, is it reasonably easy to set up? 20:05:13 it's just make WEBTILES=y && webserver/server.py 20:05:24 and then open localhost:8080 on your browser 20:06:04 oh awesome, thanks! I have a VPS so I can artificially introduce some delay by putting it on there 20:11:01 -!- pikaro has left ##crawl-dev 20:25:48 -!- zhaorenw has quit [Ping timeout: 256 seconds] 20:29:30 -!- wheals has quit [Ping timeout: 265 seconds] 20:32:47 -!- Insomniak` has quit [Quit: I like to rock] 20:36:33 -!- Arivia has quit [Quit: Textual IRC Client: www.textualapp.com] 20:44:13 -!- Dixlet has quit [Read error: Connection reset by peer] 20:45:20 -!- Dixlet has joined ##crawl-dev 20:46:43 -!- Harudoku has quit [Quit: ChatZilla 0.9.92 [Firefox 43.0.3/20151223140742]] 20:53:23 @??deep_elf_mage 20:53:23 deep elf mage (06e) | Spd: 10 | HD: 9 | HP: 35-47 | AC/EV: 1/12 | Dam: 5 | 10weapons, 10items, 10doors, spellcaster | Res: 06magic(40) | XP: 570 | Sp: b.cold (3d17), throw icicle (3d17), sum.ice beast, blink / b.draining (3d17), sum.demon, sum.vermin, blink / b.fire (3d17), sticky flame range (3d5), sum.fire elementals, blink / b.lightning (3d16), blink / b.magma (3d17), stone arrow (3d15), sum.earth elemen.. 20:54:43 geekosaur: I'm implementing that pak spire vault 20:55:01 based on my previous statue one, but did you have any special gimmicks in mind when working on your version? 20:55:03 so 20:55:04 you might say 20:55:06 you were 20:55:07 inspired 20:55:15 /kick Grunt 20:55:21 /kick gammafunk 20:55:25 I know how to do that now 20:55:34 once I figure out your unicode space trick 20:55:40 I'll have absorbed all your powers 20:55:43 then I can rule the world 20:55:46 !send space gammafunk 20:55:47 Sending gammafunk to space. 20:56:04 !recur !blame3 3 space 20:56:04 spaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaceeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee 20:56:41 geekosaur: I'm playing around with either water blocking the spire and only putting non-flying monsters with ranged attacks 20:56:55 or just putting bushes in front, so anything has to get through the bush to attack the spire 20:57:06 latter allows me to put more kinds of test subjects 20:57:10 -!- Harudoku_ has quit [Remote host closed the connection] 20:57:24 since it's mostly lindwurms, fire crabs, maybe some wizard monsters for the former 20:57:32 turns out they dont seem to attack electric golems 20:57:35 @??electric_golem 20:57:36 electric golem (118) | Spd: 16 | HD: 15 | HP: 110-159 | AC/EV: 5/20 | Dam: 1511(elec:15-21), 1511(elec:15-21), 15, 15 | 11non-living, 10doors, see invisible, unbreathing | Res: 13magic(immune), 05fire, 02cold, 11elec+++, 09poison+++, 12drown, 04rot+++, 13neg+++, 13torm, 04napalm | XP: 3300 | Sp: b.lightning (3d20) [06!sil], blink [06!sil] | Sz: Large | Int: brainless. 20:57:45 I guess elec doesn't harm those at all? 20:58:01 -!- mizu_no_oto has quit [Quit: Computer has gone to sleep.] 20:58:24 nope 20:58:32 rip fun 20:59:00 it's nice to use monsters from the D pop list anyhow 20:59:14 fire crabs are included in this, as I learned 20:59:27 hrm, deep elf archer... 21:00:02 -!- omarax has quit [Remote host closed the connection] 21:00:12 -!- cmcbot has quit [Remote host closed the connection] 21:00:41 deep elf archer is too strong 21:01:56 -!- Ladykiller70 has quit [Quit: Verlassend] 21:02:21 @??gargoyle 21:02:21 gargoyle (159) | Spd: 10 | HD: 6 | HP: 23-32 | AC/EV: 18/6 | Dam: 20 | 11non-living, 10items, 10doors, fly, unbreathing | Res: 06magic(40), 10elec, 09poison+++, 12drown, 04rot+++, 13neg+++, 13torm | XP: 414 | Sp: stone arrow (3d12) [11!AM, 06!sil] | Sz: Medium | Int: human. 21:05:05 haha, annihilators take a bit of time to get mad at the spire, eating like 6 lightning bolts before one-shotting the spire with lcs 21:07:51 @??lightning_spire 21:07:51 lightning spire (118) | Spd: 10 (07stationary) | HD: 3 | HP: 17-24 | AC/EV: 13/3 | 11non-living, unbreathing | Res: 13magic(immune), 05fire++, 02cold++, 11elec+++, 09poison+++, 12drown, 04rot+++, 13neg+++, 13torm | XP: 33 | Sp: b.electrical (3d6) [11!AM, 06!sil] | Sz: small | Int: brainless. 21:08:50 * geekosaur 's brain is being eaten by incoming cold fronts and is not really tracking irc... 21:09:26 geekosaur: no worries, if you had any wacky idea you wanted to see in the vault, you can let me know 21:09:52 I think I'm going with two variants, one with deep water and monsters with ranged that can't cross it 21:09:55 and another with bushes 21:10:00 -!- KamiKatze has quit [Quit: Page closed] 21:10:23 of course a variant with a totally helpless monster that will always die is possible, but that can be more or less covered with the bushes one 21:11:36 @??tengu_conjurer 21:11:36 tengu conjurer (02Q) | Spd: 10 (move: 90%) | HD: 7 | HP: 26-36 | AC/EV: 2/17 | Dam: 10, 5, 5 | 10weapons, 10items, 10doors, spellcaster, see invisible, fly | Res: 06magic(20) | XP: 323 | Sp: force lance (3d11), mystic blast (3d13), battlesphere, blink [04emergency] / mephitic cloud, b.venom (3d12), battlesphere, blink [04emergency] / shock (d12), b.lightning (3d14), battlesphere, blink [04emergency] /.. 21:11:41 nope 21:11:58 oh wow 21:12:01 ? 21:12:07 :3 21:12:12 @??salamander_stormcaller 21:12:12 salamander stormcaller (05N) | Spd: 10 (swim: 70%) | HD: 15 | HP: 61-86 | AC/EV: 5/10 | Dam: 1004(fire:15-29) | 10weapons, 10items, 10doors, spellcaster | Res: 06magic(60), 04fire+++ | Vul: 12cold | XP: 1349 | Sp: sticky flame range (3d6), fire storm (8d12 / 8d11) | Sz: Medium | Int: human. 21:12:16 ! 21:12:16 that's in the D list... 21:12:33 !lg * ckaux=great_blast_of_fire min=score 21:12:34 Let's start the experiment... 21:12:35 456. Placid the Skirmisher (L1 HOAK of Lugonu), blasted by a salamander stormcaller (great blast of fire) on Abyss:1 on 2015-09-18 02:20:10, with 0 points after 62 turns and 0:00:30. 21:12:39 -!- Reverie has quit [Quit: Textual IRC Client: www.textualapp.com] 21:12:40 !lg * !abyss !ak ckaux=great_blast_of_fire min=score 21:12:41 443. serber55 the Basher (L9 GrFi of Okawaru), blasted by a salamander stormcaller (great blast of fire) (kmap: minmay_three_doors) on D:6 on 2015-06-23 18:03:06, with 2489 points after 7063 turns and 0:23:03. 21:12:46 ahahahahaha 21:12:56 !lg * ikiller=salamander_stormcaller br=D 21:12:57 119. Darksilverin the Devastator (L11 DEFE of Ashenzari), blasted by a salamander stormcaller (great blast of fire) on D:10 on 2016-01-09 05:34:56, with 13836 points after 17369 turns and 1:04:56. 21:13:06 -!- Mekanik has quit [Quit: My Mac has gone to sleep. ZZZzzz…] 21:13:07 !lg * ikiller=salamander_stormcaller br=D max=dam,sdam 21:13:08 No keyword ',sdam' 21:13:13 !lg * ikiller=salamander_stormcaller br=D max=dam x=dam,sdam 21:13:14 119. [dam=71;sdam=71] jalala the Warrior (L16 MiBe of Trog), blasted by a salamander stormcaller (great blast of fire) on D:15 on 2015-08-26 02:36:52, with 111201 points after 35526 turns and 6:40:14. 21:16:08 alas, it will only use sticky flame 21:16:10 for some reason 21:16:32 -!- Evablue has quit [Quit: Evablue] 21:17:32 so probably just one variant with bushes would be best, and the ones that I was going to use for the water variant will still work fine 21:25:06 -!- nikheizen has quit [Quit: Farewell.] 21:26:45 -!- Blazinghand has quit [Read error: Connection reset by peer] 21:27:23 -!- Kellhus has quit [Quit: Page closed] 21:28:47 -!- Nattefrost has quit [Ping timeout: 246 seconds] 21:31:38 -!- Cerpin has quit [Read error: Connection reset by peer] 21:33:32 -!- mizu_no_oto has quit [Quit: Computer has gone to sleep.] 21:34:39 I feel like I've used rapiers maybe twice in the whole time I've played this game 21:34:47 -!- Lasty has quit [Quit: Leaving.] 21:42:22 -!- cptnsalsa has quit [Ping timeout: 252 seconds] 21:47:30 -!- amalloy_ is now known as amalloy 21:51:56 -!- dpeg has quit [Quit: Lost terminal] 21:54:19 -!- zero_one has quit [Remote host closed the connection] 21:58:19 -!- namelastname112 has quit [Ping timeout: 252 seconds] 22:00:05 -!- omarax has quit [Remote host closed the connection] 22:11:55 -!- Lawman0 has quit [Read error: Connection reset by peer] 22:11:56 -!- Rast has quit [Quit: Leaving] 22:12:12 -!- Rast has joined ##crawl-dev 22:15:40 -!- diazepan has quit [Quit: diazepan] 22:24:22 -!- mizu_no_oto has quit [Quit: Computer has gone to sleep.] 22:26:29 -!- Marvin is now known as Guest98619 22:26:55 -!- Bcadren has quit [Ping timeout: 240 seconds] 22:37:20 -!- Bcadren has quit [Ping timeout: 260 seconds] 22:40:14 -!- Foamed has quit [Client Quit] 22:40:33 -!- Dixlet has quit [Read error: Connection reset by peer] 22:40:50 -!- Daekdroom has quit [Quit: Leaving] 22:45:50 -!- Dixlet has joined ##crawl-dev 22:47:44 -!- __miek has quit [Ping timeout: 265 seconds] 22:51:01 -!- Ququman has quit [Read error: Connection reset by peer] 22:52:18 -!- Mekanik has quit [Client Quit] 22:59:54 -!- maldini has quit [Remote host closed the connection] 23:00:02 -!- omarax has quit [Remote host closed the connection] 23:05:28 -!- Dixlet has quit [Ping timeout: 250 seconds] 23:08:26 -!- MgDark has quit [Ping timeout: 256 seconds] 23:09:37 -!- jefus- has joined ##crawl-dev 23:09:44 -!- wheals has joined ##crawl-dev 23:10:27 -!- Harudoku_ has quit [Ping timeout: 265 seconds] 23:10:58 -!- Dixlet has joined ##crawl-dev 23:13:26 -!- jefus has quit [Ping timeout: 276 seconds] 23:14:02 -!- jefus- is now known as jefus 23:15:37 -!- jefus- has joined ##crawl-dev 23:16:51 -!- jefus_ has quit [Quit: Leaving] 23:17:08 -!- jefus_ has joined ##crawl-dev 23:19:12 -!- jefus has quit [Ping timeout: 256 seconds] 23:20:20 -!- jefus- has quit [Ping timeout: 256 seconds] 23:30:15 -!- Guest98619 has quit [Remote host closed the connection] 23:31:14 -!- wheals has quit [Remote host closed the connection] 23:32:56 -!- jefus_ has quit [Ping timeout: 276 seconds] 23:35:15 -!- jefus has joined ##crawl-dev 23:42:16 -!- Mordru has quit [Ping timeout: 252 seconds] 23:50:29 -!- Harudoku has quit [Ping timeout: 276 seconds] 23:52:29 -!- Dixlet has quit [Ping timeout: 240 seconds] 23:53:44 -!- Dixlet has joined ##crawl-dev