I've had pretty much every single one of my colonists take luciferium, and it seems like none of them have an addiction debuff for it despite it being 100% addictive. I have tested this by both force feeding and scheduling luciferium, but it doesn't change anything no matter how many days pass. It's pretty broken considering the buffs from luciferium never go away.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Pages1
#1
Bugs / [0.15.1280] Luciferium does not apply addiction debuff on use
August 30, 2016, 01:22:14 AM #2
Help / Re: Question about <listOrder> and <listPriority> tags
August 29, 2016, 08:17:59 PMQuote from: 1000101 on August 29, 2016, 12:52:00 AMAlright, thanks.
Generally speaking list orders and priorities only affect what order they are shown in and have no gameplay effects.
#3
Help / Re: Question about <listOrder> and <listPriority> tags
August 28, 2016, 11:29:41 PMQuote from: 1000101 on August 28, 2016, 11:19:46 PMHere they are in context:
Based on that, not a clue. What Def class are you talking about? There are a couple Defs which use those or similar tags.
Generally speaking, however, they do exactly what they say. They control the list "order" or "priority".
Code Select
<li Class="CompProperties_Drug">
<chemical>Luciferium</chemical>
<addictiveness>1.00</addictiveness>
<needLevelOffset>1.00</needLevelOffset>
<listOrder>1010</listOrder>
</li>
Code Select
<NeedDef ParentName="DrugAddictionNeedBase">
<defName>Chemical_Luciferium</defName>
<needClass>Need_Chemical</needClass>
<label>luciferium</label>
<description>This person's body is enhanced by luciferium mechanites.\n\nWithout regular doses of luciferium, they mechanites will lose cohesion. If this happens, the user becomes continuously, violently insane and eventually dies.\n\nThis addiction never goes away.</description>
<listPriority>45</listPriority>
<fallPerDay>0.15</fallPerDay>
</NeedDef>
Should I just leave them as they are or change them to something else?
#4
Help / Question about <listOrder> and <listPriority> tags
August 28, 2016, 11:09:37 PM
I'm fairly new modding, and while everything so far has been self explanatory, I came across two XML tags I could not figure out. <listOrder> and <listPriority> are both set to numbers in other files (Such as luciferium), and they both take number values. What do these tags do, and what numbers should be set for them?
Pages1