RimWorld
EBSG Framework
134개 중 11~20개 표시 중
< 1  2  3  4 ... 14 >
업데이트: 2025년 8월 18일 @ 오전 9시 14분

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

업데이트: 2025년 8월 16일 @ 오전 9시 32분

- Simplified my permanent injury damage worker so any mod that alters how AddInjury functions (like Elite Bionics Framework) will also change how my worker functions to match. This worker is mostly used for Remove/Damage Parts

업데이트: 2025년 8월 15일 @ 오전 10시 10분

- Thoughts on Down from Gene : This addition to the EBSG Extension makes it so a gene can cause pawns to experience additional memories when they are downed. Unlike a lot of the gene stuff in this framework, this does not require any special gene class

업데이트: 2025년 8월 15일 @ 오전 9시 39분

- Remove Hediffs on Removal : Hediff Comp that causes other hediffs to be removed when the parent is removed. Can be limited to specific body parts if needed
- Add or Append Hediff on Ingest gained finalRange, a range of severities which the final hediff severity must be between. If the ingestion would not alter the severity, then the range gets ignored

업데이트: 2025년 8월 9일 @ 오전 9시 12분

- Reloadable Abilities should stop throwing errors when the amount consumed is the exact amount needed to reload

업데이트: 2025년 8월 9일 @ 오전 8시 02분

- Remove Hediffs on Removal : Hediff Comp that causes other hediffs to be removed when the parent is removed. Can be limited to specific body parts if needed
- Add or Append Hediff on Ingest gained finalRange, a range of severities which the final hediff severity must be between. If the ingestion would not alter the severity, then the range gets ignored

업데이트: 2025년 8월 8일 @ 오전 11시 54분

- Reloadable Abilities should stop throwing errors when the amount consumed is the exact amount needed to reload

업데이트: 2025년 8월 7일 @ 오후 5시 05분

- Add or Append Hediff on Ingest : Ingestion Outcome Doer that adds and/or alters the severity of the specified hediff. Unlike vanilla's IngestionOutcomeDoer_GiveHediff, this allows for negative severity change, and allows you to differentiate between initial and added severity
- Layer Conditional Stat Affecter : Conditional stat affecter that is active based on the world map layer the pawn is on

업데이트: 2025년 8월 6일 @ 오후 1시 39분

- Destroy Filth : Ability comp that destroys filth or decreases the thickness
- Destroy Items : Ability comp that destroys items on or around the target based on the list given
- Severity per Interval by Terrain : An expanded version of vanilla's HediffCompProperties_Pollution that can check the type of terrain the pawn is standing on in addition to being able to check if it's polluted
- Add Things to Inventory can now make items spawn equipped if the pawn is capable of equipping it and has nothing in the way, and gained tryEquip which can be set to False to revert it to the old behaviour
- EBSG Body's code was cleaned up and hopefully improved. It should have an easier time finding the genes, and the generic graphics should be less prone to overriding the body specific ones
- Equippable Ability is retired because the vanilla CompProperties_EquippableAbilityReloadable should now allow for abilities that do not require ammunition
- Remove or Damage Parts gained removeCount and damageCount, which limit how many items from the respective list can be picked

업데이트: 2025년 8월 2일 @ 오후 1시 11분

- Added loadBefore tiagocc0.FemaleBodyVariants