Skip to content

Commit

Permalink
Version updates
Browse files Browse the repository at this point in the history
  • Loading branch information
donZappo committed Feb 24, 2020
1 parent b8c6e25 commit 9328560
Show file tree
Hide file tree
Showing 14 changed files with 29 additions and 134 deletions.
Binary file modified .vs/slnx.sqlite
Binary file not shown.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Binary file modified CBTBehaviorsEnhanced/CBTBehaviorsEnhanced.dll
Binary file not shown.
34 changes: 20 additions & 14 deletions CBTBehaviorsEnhanced/mod.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"Name": "CBTBehaviorsEnhanced",
"Enabled": true,
"Version": "0.4.0",
"Version": "0.4.2",
"Description": "Provides TableTop like behaviors for heat, movement, and more",
"Author": "FrostRaptor",
"Website": "https://github.com/IceRaptor/CBTBehaviorsEnhanced/",
Expand All @@ -16,15 +16,15 @@
"CharlesB"
],
"Settings": {
"Debug": true,
"Debug": false,
"Trace": false,
"EnablePermanentEvasion": false,
"ToHitSelfJumped": 2,
"dZ_Abilities": true,
"Features": {
"BiomeBreaches": false,
"StartupChecks": false
},
"EnablePermanentEvasion": false,
"dZ_Abilities": true,
"ToHitSelfJumped": 2,
"Heat": {
"Movement": {
"15": -1,
Expand Down Expand Up @@ -77,12 +77,14 @@
},
"ShowLowOverheatAnim": 42,
"ShowExtremeOverheatAnim": 90,
"ShutdownFallThreshold": 0
"ShutdownFallThreshold": 0,
"MaxHeat": 150,
"WarnAtHeat": 42
},
"Melee": {
"SkillMulti": 0.05,
"MadeChargeFallChance": 0.60,
"MadeDFAFallChance": 0,
"MadeDFAFallChance": 0.,
"MissedKickFallChance": 0,
"HitByChargeFallChance": 0,
"HitByDFAFallChance": 0,
Expand Down Expand Up @@ -131,19 +133,23 @@
"TITLE": "HEAT LEVEL",
"END_OF_TURN_HEAT": "Projected Heat: {0} of {1}",
"HEAT_AND_SINKING": "\n Heat: {0} of {1} Will Sink: {2} of {3} (<color=#{4}>x{5:#.#}</color>)",
"AMMO_EXP_CHANCE": "\nAmmo Explosion on d100+{0 * 100f} < {1:P1}",
"AMMO_EXP_CHANCE": "\nAmmo Explosion on (d100+{0}) < {1}",
"AMMO_EXP_WARNING": "Guaranteed Ammo Explosion!",
"PILOT_INJURY_CHANCE": "\nPilot Injury on d100+{0} < {1:P1}",
"SYSTEM_FAILURE_CHANCE": "\nSystem Failure on d100+{0} < {1:P1}",
"SHUTDOWN_CHANCE": "\nShutdown on d100+{0} < {1:P1}",
"PILOT_INJURY_CHANCE": "\nPilot Injury on (d100+{0}) < {1}",
"SYSTEM_FAILURE_CHANCE": "\nSystem Failure on (d100+{0}) < {1}",
"SHUTDOWN_CHANCE": "\nShutdown on (d100+{0}) < {1}",
"SHUTDOWN_WARNING": "\nGuaranteed Shutdown!",
"ATTACK_PENALTY": "\nAttack Penalty: +{0}",
"MOVEMENT_PENALTY": "\nMovement Penalty: -{0}m"
"MOVEMENT_PENALTY": "\nMovement Penalty: -{0}m",
"SHUTDOWN_ICON_TITLE": "SHUT DOWN",
"SHUTDOWN_ICON_TEXT": "This target is easier to hit, and Called Shots can be made against this target. When clicking the restart button, a piloting check will if the BattleMech restarts.",
"OVERHEAT_ICON_TITLE": "OVERHEATING",
"OVERHEAT_ICON_TEXT ": "This unit will suffer penalties, may shutdown or even explode unless heat is reduced past critical levels.\n<i>Hover over the heat bar to see a detailed breakdown.</i>"
},
"Quips": {
"Breach": [
"Shit, explosive decomission!",
"Hull integrity breach detected!",
"Shit, explosive decompression!",
"Hull breach detected!",
"I've lost something to atmo!",
"I hope life support holds up",
"I cant breathe!",
Expand Down
Binary file modified CleverGirl/CleverGirl.dll
Binary file not shown.
11 changes: 7 additions & 4 deletions CleverGirl/mod.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"Name": "CleverGirl",
"Enabled": true,
"Version": "0.3.2",
"Version": "0.4.0",
"Description": "Provides little nudges for the AI",
"Author": "IceRaptor",
"Website": "https://github.com/IceRaptor/CleverGirl",
Expand All @@ -10,8 +10,11 @@
"DependsOn" : [ "IRBTModUtils" ],
"OptionallyDependsOn" : [ "CustomAmmoCategories", "CustomComponents" ],
"Settings": {
"Debug" : true,
"Trace" : true,
"Profile" : false
"Debug" : false,
"Trace" : false,
"Profile" : false,
"Weights" : {
"FriendlyDamageMulti" : 2.0
}
}
}
1 change: 0 additions & 1 deletion CleverGirl/modstate.json

This file was deleted.

4 changes: 2 additions & 2 deletions ReputationOverhaul/simGameConstants/SimGameConstants.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
"FriendlyRepShopAdjustment": -0.1,
"HonoredRepShopAdjustment": -0.15,

"TargetRepSuccessMod": -0.5,
"TargetRepGoodFaithMod": -0.25,
"TargetRepSuccessMod": -0.22,
"TargetRepGoodFaithMod": -0.12,
"TargetRepBadFaithMod": 0,

"EmployerRepSuccessMod": 1.1,
Expand Down

0 comments on commit 9328560

Please sign in to comment.