RimWorld

RimWorld

EBSG Framework
Ergebnisse 1–10 von 133
< 1  2  3 ... 14 >
Update: 20. Sep. um 14:27

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

Update: 20. Sep. um 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

Update: 19. Sep. um 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

Update: 13. Sep. um 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

Update: 7. Sep. um 6:17

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

Update: 3. Sep. um 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

Update: 26. Aug. um 15:57

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

Update: 21. Aug. um 5:48

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

Update: 21. Aug. um 5:41

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

Update: 18. Aug. um 9:14

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