RimWorld

RimWorld

EBSG Framework
Viser 1–10 av 133 bidrag
< 1  2  3 ... 14 >
Oppdatering: 20. sep. @ 14.27

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

Oppdatering: 20. sep. @ 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

Oppdatering: 19. sep. @ 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

Oppdatering: 13. sep. @ 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

Oppdatering: 7. sep. @ 6.17

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

Oppdatering: 3. sep. @ 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

Oppdatering: 26. aug. @ 15.57

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

Oppdatering: 21. aug. @ 5.48

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

Oppdatering: 21. aug. @ 5.41

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

Oppdatering: 18. aug. @ 9.14

- Fix bug where reduceDamagePostDestroy wouldn't properly reduce damage for Shield Hediff and Shield Equipment