RimWorld
EBSG Framework
Affichage des entrées 11-20 sur 135
< 1  2  3  4 ... 14 >
Mis à jour le : 21 aout à 5h41
par Alite

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

Mis à jour le : 18 aout à 9h14
par Alite

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

Mis à jour le : 16 aout à 9h32
par Alite

- 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

Mis à jour le : 15 aout à 10h10
par Alite

- 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

Mis à jour le : 15 aout à 9h39
par Alite

- 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

Mis à jour le : 9 aout à 9h12
par Alite

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

Mis à jour le : 9 aout à 8h02
par Alite

- 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

Mis à jour le : 8 aout à 11h54
par Alite

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

Mis à jour le : 7 aout à 17h05
par Alite

- 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

Mis à jour le : 6 aout à 13h39
par Alite

- 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