边缘世界 RimWorld

边缘世界 RimWorld

EBSG Framework
正在显示第 1 - 10 项,共 133 项条目
< 1  2  3 ... 14 >
更新于:9 月 20 日 下午 2:27

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

更新于:9 月 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

更新于:9 月 19 日 下午 5: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

更新于:9 月 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

更新于:9 月 7 日 上午 6:17

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

更新于:9 月 3 日 下午 4: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

更新于:8 月 26 日 下午 3:57

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

更新于:8 月 21 日 上午 5:48

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

更新于:8 月 21 日 上午 5:41

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

更新于:8 月 18 日 上午 9:14

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