RimWorld
EBSG Framework
Показані результати 1–10 із 134
< 1  2  3 ... 14 >
Оновлено: 27 верес. о 6:05

- XML BREAKING STUFF : Murderous Need is updating the fallPerDay stuff to be less insane by using the fall stuff in the NeedDef. If you're using fallPerDay inside the extension, move it to the main part of the def, otherwise add `<fallPerDay>0.0333</fallPerDay>` to the main part of NeedDef
- Propagation Events are moving out of the recorder and into the extension. Your xml can be updated any time between the release of this update and 1.7 releasing
- Reworked the Murderous Need code to inherit from Generic Needs so all of the things from Generic Needs is available in Murderous Needs without risk of things interacting weirdly and updating the code will be easier in the future
- Related to the rework, Generic Needs gains ageRange to allow for restricting by age
- Murderous Need also gains ageRange, and in 1.7 the min/max age for need nodes will be removed. Unrelated, Murderous need also gains targetParams, which will replace the current allowType toggles the extension uses so it's more flexible and easier to update in future Rimworld versions. Both of these changes can be implemented any point between the release of this and 1.7 without issue
- Reworked the Skill Changing Genes and Hediffs code to be a bit more efficient. The xml side is untouched

Оновлено: 20 верес. о 14:27

- Murderous Needs gained fallStat and the hediff stuff from Generic Needs

Оновлено: 20 верес. о 10:22

- Destroy Corpse : Ability comp that destroys a corpse and has some options for making the destruction fancier and/or more useful for the player
- Reworked the code for Instant Death a little bit. In theory this shouldn't have any actual impact for users since it was just simiplification

Оновлено: 19 верес. о 17:15

- Deal Damage : Simplistic ability comp that just deals damage
- Flip Gender Periodically : Hediff comp that causes gender to periodically flip between male and female
- Gender by Age Hediff : Hediff comp version of Gender by Age
- Dead pawns should explode properly now

Оновлено: 13 верес. о 11:35

- Give Resource : DRG ability comp that offsets the resource levels of the target
- Cleaned up the code of Resource Using Abilities some. I can't imagine it'll have any actual in-game impacts

Оновлено: 7 верес. о 6:17

- Fixed bug where low Gestation Speed wasn't being recognized consistently

Оновлено: 3 верес. о 16:47

- Give Multiple Hediffs and Hediffs on Removal have the option to use a severity range instead of a singular value for their severity. If the value picked is at or below 0, then that hediff is usually skipped
- Create Other Hediffs can now use ranges for the initial and per day severities. If the initial severity is zero or lower, the hediff is skipped. Severity per day checks a new severityCondition node which which has the options of None (the default which doesn't do any checks), Positive (severity must be above 0 to take effect, and Negative (must be below 0)
- Give Other Hediffs Periodically also gained severityCondition and its severity can be a range
- Fixed a bug where Equip Restrict checked the wrong list when checking requireOneOfGenesToEquip

Оновлено: 26 серп. о 15:57

- Expanded the failsafe set up for the season conditional so it will hopefully be able to handle the weirder issues

Оновлено: 21 серп. о 5:48

- Stopped the Weapon Trait Extension from randomly yelling when it can't find Odyssey or Royalty

Оновлено: 21 серп. о 5:41

- Stopped the Weapon Trait Extension from randomly yelling when it can't find Odyssey or Royalty