Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
IceRaptor committed Sep 24, 2020
1 parent ce64ae9 commit 5a04acb
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions mod.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,22 @@
{
"Name": "CleverGirl",
"Enabled": true,
"Version": "0.4.0",
"Version": "0.4.5",
"Description": "Provides little nudges for the AI",
"Author": "IceRaptor",
"Website": "https://github.com/IceRaptor/CleverGirl",
"Contact": "",
"DLL": "CleverGirl.dll",
"DLLEntryPoint" : "CleverGirl.Mod.Init",
"DependsOn" : [ "IRBTModUtils", "CustomComponents", "Custom Ammo Categories" ],
"DependsOn" : [ "IRBTModUtils" ],
"OptionallyDependsOn" : [ "CustomAmmoCategories", "CustomComponents" ],
"Settings": {
"Debug" : false,
"Debug" : true,
"Trace" : false,
"Profile" : false,
"UseCBTBEMelee" : true,
"Weights" : {
"FriendlyDamageMulti" : 2.0
"FriendlyDamageMulti" : 2.0,
"PunchbotDamageMulti" : 2.0
}
}
}

0 comments on commit 5a04acb

Please sign in to comment.