Updated description

This commit is contained in:
DragonFire47
2024-10-17 22:23:15 -07:00
parent 4996dd971e
commit 8009ad6be4
4 changed files with 4 additions and 4 deletions
@@ -13,7 +13,7 @@
https://nuget.samboy.dev/v3/index.json https://nuget.samboy.dev/v3/index.json
</RestoreAdditionalProjectSources> </RestoreAdditionalProjectSources>
<RootNamespace>AutomaticShipSystems</RootNamespace> <RootNamespace>AutomaticShipSystems</RootNamespace>
<AssemblyTitle>Makes circuit breakers, thruster boosters, and trims self reset. Host side.</AssemblyTitle> <AssemblyTitle>Makes circuit breakers, thruster boosters, and trims self reset. Disables Progression.</AssemblyTitle>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'"> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DebugType>embedded</DebugType> <DebugType>embedded</DebugType>
+1 -1
View File
@@ -8,7 +8,7 @@ namespace AutomaticShipSystems
public const string PLUGIN_NAME = "AutomaticShipSystems"; public const string PLUGIN_NAME = "AutomaticShipSystems";
public const string USERS_PLUGIN_NAME = "Automatic Ship Systems"; public const string USERS_PLUGIN_NAME = "Automatic Ship Systems";
public const string PLUGIN_VERSION = "0.0.1"; public const string PLUGIN_VERSION = "0.0.1";
public const string PLUGIN_DESCRIPTION = "Makes circuit breakers, thruster boosters, and trims self reset. Host side."; public const string PLUGIN_DESCRIPTION = "Makes circuit breakers, thruster boosters, and trims self reset. Disables Progression.";
public const string PLUGIN_ORIGINAL_AUTHOR = "18107"; public const string PLUGIN_ORIGINAL_AUTHOR = "18107";
public const string PLUGIN_AUTHORS = "18107"; public const string PLUGIN_AUTHORS = "18107";
public const string PLUGIN_THUNDERSTORE_ID = "VoidCrewModdingTeam/Automatic_Ship_Systems"; public const string PLUGIN_THUNDERSTORE_ID = "VoidCrewModdingTeam/Automatic_Ship_Systems";
@@ -18,7 +18,7 @@ PluginVersion=0.0.1
GameVersion=0.27.0 GameVersion=0.27.0
; The simple description of the mod, used for MyPluginInfo.cs, Thunderstore manifest, and Assembly descriptions. Must be less than 250 Characters. ; The simple description of the mod, used for MyPluginInfo.cs, Thunderstore manifest, and Assembly descriptions. Must be less than 250 Characters.
PluginDescription=Makes circuit breakers, thruster boosters, and trims self reset. Host side. PluginDescription=Makes circuit breakers, thruster boosters, and trims self reset. Disables Progression.
; The original author of the mod, used for auto GUID and MyPluginInfo.cs. ; The original author of the mod, used for auto GUID and MyPluginInfo.cs.
PluginOriginalAuthor=18107 PluginOriginalAuthor=18107
+1 -1
View File
@@ -10,7 +10,7 @@ Developed by 18107
Requires: BepInEx-BepInExPack-5.4.2100, VoidCrewModdingTeam-VoidManager-1.2.2 Requires: BepInEx-BepInExPack-5.4.2100, VoidCrewModdingTeam-VoidManager-1.2.2
Makes circuit breakers, thruster boosters, and trims self reset. Host side. Makes circuit breakers, thruster boosters, and trims self reset. Disables Progression.
Intended for solo players. Intended for solo players.
--------------------- ---------------------