Difference between revisions of "Talk:Jelly Sensing Items"

From CrawlWiki
Jump to: navigation, search
m
m
 
Line 6: Line 6:
 
I think this is radius 5, not 6, but I don't know how radius iterator works. Someone who knows more should check here https://github.com/crawl/crawl/blob/0.30.1/crawl-ref/source/spl-goditem.cc#L637 [[User:Pisaster|Pisaster]] ([[User talk:Pisaster|talk]]) 06:06, 9 July 2023 (CEST)
 
I think this is radius 5, not 6, but I don't know how radius iterator works. Someone who knows more should check here https://github.com/crawl/crawl/blob/0.30.1/crawl-ref/source/spl-goditem.cc#L637 [[User:Pisaster|Pisaster]] ([[User talk:Pisaster|talk]]) 06:06, 9 July 2023 (CEST)
  
:Radius 6 most likely comes from pre-[[0.17]] versions, where LOS was circular range 8 (in 0.16 [https://github.com/crawl/crawl/blob/0.16.0/crawl-ref/source/spl-goditem.cc it was 6). LOS_RANGE is equal to your LOS range, so it would be weird if it was 1 smaller. [[User:Hordes|Hordes]] ([[User talk:Hordes|talk]]) 16:09, 9 July 2023 (CEST)
+
:Radius 6 most likely comes from pre-[[0.17]] versions, where LOS was circular range 8 (in 0.16 [https://github.com/crawl/crawl/blob/0.16.0/crawl-ref/source/spl-goditem.cc#L469 this mut's range was 6], & in [https://github.com/crawl/crawl/blob/0.17.0/crawl-ref/source/spl-goditem.cc#L472 0.17 it's 5]). LOS_RANGE is equal to your LOS range, so it would be weird if it was 1 smaller. [[User:Hordes|Hordes]] ([[User talk:Hordes|talk]]) 16:09, 9 July 2023 (CEST)

Latest revision as of 16:16, 9 July 2023

Does the jelly grow back, and if so, how long does it take? --MoogleDan (talk) 21:51, 21 November 2013 (CET)

It's gone forever. --CommanderC (talk) 01:12, 22 November 2013 (CET)
Does that mean the mutation is cured, or does it still remain on your mutations list? --MoogleDan (talk) 02:02, 22 November 2013 (CET)
The mutation is lost. --CommanderC (talk) 22:37, 22 November 2013 (CET)

I think this is radius 5, not 6, but I don't know how radius iterator works. Someone who knows more should check here https://github.com/crawl/crawl/blob/0.30.1/crawl-ref/source/spl-goditem.cc#L637 Pisaster (talk) 06:06, 9 July 2023 (CEST)

Radius 6 most likely comes from pre-0.17 versions, where LOS was circular range 8 (in 0.16 this mut's range was 6, & in 0.17 it's 5). LOS_RANGE is equal to your LOS range, so it would be weird if it was 1 smaller. Hordes (talk) 16:09, 9 July 2023 (CEST)