RimWorld

RimWorld

EBSG Framework
Zobrazuje se 11–20 z 130 položek
< 1  2  3  4 ... 13 >
Aktualizace: 9. srp. v 9.12

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

Aktualizace: 9. srp. v 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

Aktualizace: 8. srp. v 11.54

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

Aktualizace: 7. srp. v 17.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

Aktualizace: 6. srp. v 13.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

Aktualizace: 2. srp. v 13.11

- Added loadBefore tiagocc0.FemaleBodyVariants

Aktualizace: 28. čvc. v 6.58

- Tweaked Projectile Impact Effects' harmony patch to make it hopefully more consistent in the activation

Aktualizace: 24. čvc. v 18.33

- Weapon Trait Extension : An extension for WeaponTraitDefs that allow for changing the projectile fired or melee damage dealt
- Ability Validator gains inverts for light, body size, and time, and a way to check the current season
- Dynamic Resource Genes which use conditional drain/regen can now use invertTime and invertLight, and can now check the season, day of the year, and day of the quadrum
- Conditional Stat Affecters involving time, light, and temperature all gained inverts, and new conditionals have been created related to the season, day of the year, day of the quadrum, and a multi version for all of the time conditionals. Time related conditionals are still also included in the map multi conditional

Aktualizace: 22. čvc. v 5.52

- Fixed 1.6 issue that caused mechs resurrected in the gestator to lose their starting hediffs as long as the pawn kind has the Force Starting Hediffs Extension

Aktualizace: 20. čvc. v 11.58

- Flexible Entity Releaser : A version of the Building_TrapReleaseEntity that allows for specifying most of the information in xml
- Due to a vanilla bug, Damage Over Time is reverting back to standard CompTick instead of using intervals
- Forgot to remove Healthiness related xml in the 1.6 update. It wasn't actually doing anything, so this probably won't have an impact on most people