Skip to content

Commit

Permalink
v1.18.1.0 - Ghouls Update
Browse files Browse the repository at this point in the history
Rim of Madness - Vampires

v1.18.1.0 (12/30/17)

New Features:
+ Added Ghouls. Vampires can now right click humans and give them vitae to give them Ghoul powers.
+ Added natural damage soaking for Vampires and Ghouls.
+ Added Heal Scars to hide scars on characters.
+ Added Vitae addiction effects.
+ Added Blood Bonding between Vampires and Ghouls.
+ Added Vampire interactions. Vampires will now share vampiric lore with other vampires and share experiences (and XP) with other Kindred.
+ Better Sunlight pathing. Rewrote and tested in various situations. Vampires should no longer prove problematic when the sun is rising.
+ Vampire bats now have a sitting animation.

Changes:
+ Vampiric healing, Heal Scars, and Regenerate Limb now all appear and disappear depending on the context. For example, Vampires that are not wounded, will not see the healing icons, but those that are, will.
+ Colonist vampires, when Diablerie'd, will turn Berserk and resist the attempt to drain their souls.
+ All JobGivers, JoyGivers, and WorkGivers now check for sunlight conditions for vampires before giving the jobs to vampires.
+ Ghouls now also have immortality like vampires.

Bugfixes:
+ Sarcophagi now have proper beds.
+ Vampires no longer feed on insectoids, Boomrats, or Boomalopes naturally.
+ Limbs that are regenerated now display the name of the limb properly.
+ Visiting vampires will start with maximum vitae. This way they will not hunt on the player's map.
+ Magic graphic effects after casting discipline skills no longer cause damage or aggro characters now.
+ If a player "awakens" a vampire that is in torpor state inside of a Hidey Hole, the Hidey Hole now disappears properly.
  • Loading branch information
jecrell committed Dec 30, 2017
1 parent 3651999 commit c8d6092
Show file tree
Hide file tree
Showing 114 changed files with 1,589 additions and 401 deletions.
4 changes: 3 additions & 1 deletion About/About.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<name>Rim of Madness - Vampires</name>
<author>Jecrell</author>
<targetVersion>0.18.0</targetVersion>
<description>V1.18.0.1
<description>V1.18.1.0
Adds vampires to RimWorld.

Heavily inspired by Vampire the Masquerade, this mod introduces a disease known as vampirism.
Expand All @@ -13,5 +13,7 @@
Adds in "vitae" and blood mechanics (check the needs menu).

REQUIRES JECSTOOLS TO PLAY

Avilable languages: English, Spanish (by Daru), and Russian (by kr33man)
</description>
</ModMetaData>
Binary file modified About/preview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Assemblies/Vampire.dll
Binary file not shown.
7 changes: 4 additions & 3 deletions Defs/ThingDefs_Buildings/ROMV_Furniture.xml
Original file line number Diff line number Diff line change
Expand Up @@ -351,13 +351,13 @@
</comps>
<techLevel>Medieval</techLevel>
<researchPrerequisites><li>Beds</li></researchPrerequisites>
<costStuffCount>110</costStuffCount>
<costStuffCount>220</costStuffCount>
<altitudeLayer>Building</altitudeLayer>
<passability>Standable</passability>
<blockWind>true</blockWind>
<terrainAffordanceNeeded>Heavy</terrainAffordanceNeeded>
<staticSunShadowHeight>0.3</staticSunShadowHeight>
<!--<designationCategory>Misc</designationCategory>-->
<!-- <designationCategory>Misc</designationCategory> -->
<designationHotKey>Misc9</designationHotKey>
</ThingDef>

Expand Down Expand Up @@ -390,13 +390,14 @@
</statBases>
<scatterableOnMapGen>false</scatterableOnMapGen>
<useHitPoints>False</useHitPoints>
<size>(1,2)</size>
<size>(2,2)</size>
<passability>Standable</passability>
<drawGUIOverlay>True</drawGUIOverlay>
<selectable>False</selectable>
<building>
<isEdifice>False</isEdifice>
<bed_showSleeperBody>False</bed_showSleeperBody>
<bed_healPerDay>2</bed_healPerDay>
<sowTag>SupportPlantsOnly</sowTag>
<canPlaceOverImpassablePlant>false</canPlaceOverImpassablePlant>
<ai_chillDestination>false</ai_chillDestination>
Expand Down
8 changes: 0 additions & 8 deletions Languages/Russian/DefInjected/DamageDefs/ROMV_Damages.xml

This file was deleted.

25 changes: 0 additions & 25 deletions Languages/Russian/DefInjected/FactionDefs/ROMV_Factions.xml

This file was deleted.

7 changes: 0 additions & 7 deletions Languages/Russian/DefInjected/HediffDefs/ROMV_Animalism.xml

This file was deleted.

11 changes: 0 additions & 11 deletions Languages/Russian/DefInjected/HediffDefs/ROMV_Auspex.xml

This file was deleted.

9 changes: 0 additions & 9 deletions Languages/Russian/DefInjected/HediffDefs/ROMV_Dominate.xml

This file was deleted.

7 changes: 0 additions & 7 deletions Languages/Russian/DefInjected/HediffDefs/ROMV_Flight.xml

This file was deleted.

13 changes: 0 additions & 13 deletions Languages/Russian/DefInjected/HediffDefs/ROMV_Fortitude.xml

This file was deleted.

33 changes: 0 additions & 33 deletions Languages/Russian/DefInjected/HediffDefs/ROMV_Hediffs.xml

This file was deleted.

This file was deleted.

13 changes: 0 additions & 13 deletions Languages/Russian/DefInjected/HediffDefs/ROMV_Potence.xml

This file was deleted.

13 changes: 0 additions & 13 deletions Languages/Russian/DefInjected/HediffDefs/ROMV_Protean.xml

This file was deleted.

7 changes: 0 additions & 7 deletions Languages/Russian/DefInjected/HediffDefs/ROMV_Thaumaturgy.xml

This file was deleted.

This file was deleted.

24 changes: 0 additions & 24 deletions Languages/Russian/DefInjected/HediffDefs/ROMV_Vicissitude.xml

This file was deleted.

27 changes: 0 additions & 27 deletions Languages/Russian/DefInjected/JobDefs/ROMV_Jobs.xml

This file was deleted.

This file was deleted.

8 changes: 0 additions & 8 deletions Languages/Russian/DefInjected/NeedDefs/ROMV_Needs.xml

This file was deleted.

This file was deleted.

12 changes: 0 additions & 12 deletions Languages/Russian/DefInjected/ScenarioDef/ROMV_Scenarios.xml

This file was deleted.

23 changes: 0 additions & 23 deletions Languages/Russian/DefInjected/ThoughtDefs/ROMV_RelThoughts.xml

This file was deleted.

Loading

0 comments on commit c8d6092

Please sign in to comment.