Skip to content

Commit

Permalink
CRYSTAL HOTFIX (v1.33)
Browse files Browse the repository at this point in the history
• Fixed: POI Crystal Lights generated Heat (screamers).
  • Loading branch information
Devrixx committed Jul 5, 2022
1 parent afde9d5 commit 2bc345a
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Mods/Sorcery/Config/XUi/windows.xml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@

<!-- UI: Pause Menu Splash -->
<window name="SorceryingameMenu" anchor="CenterCenter" pos="-125,200" width="250" height="200" controller="InGameMenuWindow" cursor_area="true">
<label name="SorceryVersion" pos="783, 285" depth="0" size="250,35" text="Sorcery (v1.32)" font_size="24" effect="outline" color="144,95,255,255" justify="right" upper_case="false" />
<label name="SorceryVersion" pos="783, 285" depth="0" size="250,35" text="Sorcery (v1.33)" font_size="24" effect="outline" color="144,95,255,255" justify="right" upper_case="false" />
<label name="SorceryDifficulty" pos="781, 260" depth="0" size="250,35" font_size="24" effect="outline" justify="right" upper_case="false" style="sorcery.window.ingame.logo.normal.label"/>
<texture name="SorceryingameMenuLogo" depth="0" size="672,446" texture="@modfolder:Textures/SorceryLogoMenu.png" pos="-200,194" />
<texture name="SorceryingameMenuChestSilver" style="sorcery.window.ingame.support.chest.silver.texture" />
Expand Down
2 changes: 1 addition & 1 deletion Mods/Sorcery/Config/XUi_Menu/windows.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
<append xpath="/windows">
<!-- UI: SORCERY VERSION -->
<window name="SorceryVersion" depth="99" pos="0,0" width="200" height="22" anchor="RightTop">
<label name="SorceryVersion" pos="-212,-43" depth="0" text="Sorcery (v1.32)" font_size="26" effect="outline" color="144,95,255,255" justify="right" upper_case="false"/>
<label name="SorceryVersion" pos="-212,-43" depth="0" text="Sorcery (v1.33)" font_size="26" effect="outline" color="144,95,255,255" justify="right" upper_case="false"/>
<label name="SorceryDifficulty" pos="-214,-68" depth="0" font_size="26" effect="outline" justify="right" upper_case="false" style="sorcery.window.mainmenu.logo.normal.label"/>
</window>

Expand Down
24 changes: 23 additions & 1 deletion Mods/Sorcery/Config/blocks.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1046,6 +1046,8 @@
<property name="CustomIconTint" value="888888"/>
<property name="Extends" value="lightCrystalMaster"/>
<property name="Model" value="#@modfolder:Resources/blockCrystals.unity3d?crystalArcane"/>
<property name="HeatMapStrength" value="0"/>
<property name="HeatMapTime" value="0"/>
<property name="CanPickup" value="false"/>
<drop event="Harvest" name="resourceEssenceFire" count="400" tag="essenceHarvestAlways"/>
<drop event="Harvest" name="resourceEssenceIce" count="400" tag="essenceHarvestAlways"/>
Expand All @@ -1065,6 +1067,8 @@
<property name="CustomIconTint" value="606060"/>
<property name="Extends" value="lightCrystalMaster"/>
<property name="Model" value="#@modfolder:Resources/blockCrystals.unity3d?crystalArcane_POI"/>
<property name="HeatMapStrength" value="0"/>
<property name="HeatMapTime" value="0"/>
<property name="CanPickup" value="false"/>
<drop event="Harvest" name="resourceEssenceFire" count="400" tag="essenceHarvestAlways"/>
<drop event="Harvest" name="resourceEssenceIce" count="400" tag="essenceHarvestAlways"/>
Expand All @@ -1087,7 +1091,9 @@
<property name="Model" value="#@modfolder:Resources/blockCrystals.unity3d?crystalClusterArcane_POI"/>
<property name="BigDecorationRadius" value="5"/>
<property name="MultiBlockDim" value="4,2,4"/>
<property name="CanPickup" value="false"/>
<property name="HeatMapStrength" value="0"/>
<property name="HeatMapTime" value="0"/>
<property name="CanPickup" value="false"/>
<drop event="Harvest" name="resourceEssenceFire" count="400" tag="essenceHarvestAlways"/>
<drop event="Harvest" name="resourceEssenceIce" count="400" tag="essenceHarvestAlways"/>
<drop event="Harvest" name="resourceEssenceLightning" count="400" tag="essenceHarvestAlways"/>
Expand All @@ -1107,6 +1113,8 @@
<property name="CustomIconTint" value="888888"/>
<property name="Extends" value="lightCrystalMaster"/>
<property name="Model" value="#@modfolder:Resources/blockCrystals.unity3d?crystalFire"/>
<property name="HeatMapStrength" value="0"/>
<property name="HeatMapTime" value="0"/>
<property name="CanPickup" value="false"/>
<drop event="Harvest" name="resourceEssenceFire" count="400" tag="essenceHarvestAlways"/>
<drop event="Harvest" name="resourceEssenceFire" count="120" tag="essenceFireHarvest"/>
Expand All @@ -1120,6 +1128,8 @@
<property name="CustomIconTint" value="606060"/>
<property name="Extends" value="lightCrystalMaster"/>
<property name="Model" value="#@modfolder:Resources/blockCrystals.unity3d?crystalFire_POI"/>
<property name="HeatMapStrength" value="0"/>
<property name="HeatMapTime" value="0"/>
<property name="CanPickup" value="false"/>
<drop event="Harvest" name="resourceEssenceFire" count="400" tag="essenceHarvestAlways"/>
<drop event="Harvest" name="resourceEssenceFire" count="120" tag="essenceFireHarvest"/>
Expand All @@ -1134,6 +1144,8 @@
<property name="CustomIconTint" value="888888"/>
<property name="Extends" value="lightCrystalMaster"/>
<property name="Model" value="#@modfolder:Resources/blockCrystals.unity3d?crystalIce"/>
<property name="HeatMapStrength" value="0"/>
<property name="HeatMapTime" value="0"/>
<property name="CanPickup" value="false"/>
<drop event="Harvest" name="resourceEssenceIce" count="400" tag="essenceHarvestAlways"/>
<drop event="Harvest" name="resourceEssenceIce" count="120" tag="essenceIceHarvest"/>
Expand All @@ -1147,6 +1159,8 @@
<property name="CustomIconTint" value="606060"/>
<property name="Extends" value="lightCrystalMaster"/>
<property name="Model" value="#@modfolder:Resources/blockCrystals.unity3d?crystalIce_POI"/>
<property name="HeatMapStrength" value="0"/>
<property name="HeatMapTime" value="0"/>
<property name="CanPickup" value="false"/>
<drop event="Harvest" name="resourceEssenceIce" count="400" tag="essenceHarvestAlways"/>
<drop event="Harvest" name="resourceEssenceIce" count="120" tag="essenceIceHarvest"/>
Expand All @@ -1161,6 +1175,8 @@
<property name="CustomIconTint" value="888888"/>
<property name="Extends" value="lightCrystalMaster"/>
<property name="Model" value="#@modfolder:Resources/blockCrystals.unity3d?crystalLightning"/>
<property name="HeatMapStrength" value="0"/>
<property name="HeatMapTime" value="0"/>
<property name="CanPickup" value="false"/>
<drop event="Harvest" name="resourceEssenceLightning" count="400" tag="essenceHarvestAlways"/>
<drop event="Harvest" name="resourceEssenceLightning" count="120" tag="essenceLightningHarvest"/>
Expand All @@ -1174,6 +1190,8 @@
<property name="CustomIconTint" value="606060"/>
<property name="Extends" value="lightCrystalMaster"/>
<property name="Model" value="#@modfolder:Resources/blockCrystals.unity3d?crystalLightning_POI"/>
<property name="HeatMapStrength" value="0"/>
<property name="HeatMapTime" value="0"/>
<property name="CanPickup" value="false"/>
<drop event="Harvest" name="resourceEssenceLightning" count="400" tag="essenceHarvestAlways"/>
<drop event="Harvest" name="resourceEssenceLightning" count="120" tag="essenceLightningHarvest"/>
Expand All @@ -1188,6 +1206,8 @@
<property name="CustomIconTint" value="888888"/>
<property name="Extends" value="lightCrystalMaster"/>
<property name="Model" value="#@modfolder:Resources/blockCrystals.unity3d?crystalUnholy"/>
<property name="HeatMapStrength" value="0"/>
<property name="HeatMapTime" value="0"/>
<property name="CanPickup" value="false"/>
<drop event="Harvest" name="resourceEssenceUnholy" count="400" tag="essenceHarvestAlways"/>
<drop event="Harvest" name="resourceEssenceUnholy" count="120" tag="essenceUnholyHarvest"/>
Expand All @@ -1201,6 +1221,8 @@
<property name="CustomIconTint" value="606060"/>
<property name="Extends" value="lightCrystalMaster"/>
<property name="Model" value="#@modfolder:Resources/blockCrystals.unity3d?crystalUnholy_POI"/>
<property name="HeatMapStrength" value="0"/>
<property name="HeatMapTime" value="0"/>
<property name="CanPickup" value="false"/>
<drop event="Harvest" name="resourceEssenceUnholy" count="400" tag="essenceHarvestAlways"/>
<drop event="Harvest" name="resourceEssenceUnholy" count="120" tag="essenceUnholyHarvest"/>
Expand Down
2 changes: 1 addition & 1 deletion Mods/Sorcery/ModInfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
<Name value="Sorcery" />
<Description value="Play as a vanilla-balanced post-apocalyptic zombie vanquishing Sorcerer. Through training and discovery, you'll learn how to deport the undead straight back to hell while casting elemental spells of annihilation!" />
<Author value="Devrix" />
<Version value="1.32" />
<Version value="1.33" />
<Website value="http://sorcerymod.com" />
</ModInfo>
</xml>

0 comments on commit 2bc345a

Please sign in to comment.