diff --git a/LyneMod/LyneMod.cs b/LyneMod/LyneMod.cs index e69a8fe..0de3aa7 100644 --- a/LyneMod/LyneMod.cs +++ b/LyneMod/LyneMod.cs @@ -1,4 +1,4 @@ -// Copyright 2021 Lynnesbian +// Copyright 2021-2022 Lynnesbian // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -17,7 +17,7 @@ using R2API.Utils; namespace LyneMod { [BepInDependency("com.bepis.r2api")] - [BepInPlugin("space.lynnesbian.lynemod", "Lyne Mod", "1.0.3")] + [BepInPlugin("space.lynnesbian.lynemod", "Lyne Mod", "1.0.6")] public class LyneMod : BaseUnityPlugin { public void Awake() { On.EntityStates.EngiTurret.DeathState.OnExit += (orig, self) => { diff --git a/res/LyneMod.dll b/res/LyneMod.dll index 93e9bb4..a4ab348 100644 Binary files a/res/LyneMod.dll and b/res/LyneMod.dll differ diff --git a/res/lyne.language b/res/lyne.language index fd949c7..c422754 100644 --- a/res/lyne.language +++ b/res/lyne.language @@ -2,7 +2,7 @@ "strings": { "ITEM_MISSILE_NAME": "Hooah.", "ITEM_EXPLODEONDEATH_NAME": "Will-o'-the-stinch", - "ITEM_MUSHROOM_NAME": "Fungus Among Us", + "ITEM_MUSHROOM_NAME": "Bungus", "ITEM_BLEEDONHIT_NAME": "Tri-Tip Stabber", "ITEM_HEALWHILESAFE_NAME": "Slightly Sluggy Slug", "ITEM_INFUSION_NAME": "Inboosion", @@ -29,11 +29,19 @@ "ITEM_CRITGLASSES_NAME": "Critsy Glasses", "ITEM_FIRERING_NAME": "Cripsy Band", "ITEM_ICERING_NAME": "Frotsy Band", + "ITEM_STRENGTHENBURN_NAME" : "NOS Bottle", + "ITEM_MOVESPEEDONKILL_NAME" : "Stuping Harpoon", + "ITEM_TREASURECACHEVOID_NAME": "Crutsy Key", + "ITEM_SLOWONHIT_NAME": "Make Sticky", + "ITEM_BEARVOID_NAME" : "Tardigrade Times", + "ITEM_MISSILEVOID_NAME": "Missile Shrimp", + "EQUIPMENT_FIREBALLDASH_NAME" : "Volcanic Eggy", "EQUIPMENT_LIFESTEALONHIT_NAME": "Loveleech", "EQUIPMENT_TEAMWARCRY_NAME": "Gorgug's Opus", "EQUIPMENT_BLACKHOLE_NAME": "Very Heavy Cube", "EQUIPMENT_METEOR_NAME": "Stuping Meteorite", + "ITEM_MUSHROOMVOID_NAME": "The Infamous Wungus", "SHRINE_COMBAT_NAME": "Shrine of Wombat", "SHRINE_COMBAT_CONTEXT": "Pray to Shrine of Wombat", diff --git a/res/manifest.json b/res/manifest.json index 6e5d6a8..4924b73 100644 --- a/res/manifest.json +++ b/res/manifest.json @@ -6,10 +6,10 @@ "Description": "A somewhat bonked mod, by a somewhat bonked Lynne...", "Licence": "", "GameVersion": "N/A", - "Version": "1.0.5", + "Version": "1.0.6", "Dependencies": [ - "bbepis-BepInExPack-5.4.9", - "tristanmcpherson-R2API-3.0.30" + "bbepis-BepInExPack-5.4.1902", + "tristanmcpherson-R2API-4.0.11" ], "OptionalDependencies": [], "Incompatibilities": [], @@ -23,11 +23,11 @@ "ExtraData": {}, "name": "LyneMod", - "version_number": "1.0.5", + "version_number": "1.0.6", "website_url": "https://git.bune.city/lynnesbian/lynemod", "description": "A somewhat bonked mod, by a somewhat bonked Lynne...", "dependencies": [ - "bbepis-BepInExPack-5.4.9", - "tristanmcpherson-R2API-3.0.30" + "bbepis-BepInExPack-5.4.1902", + "tristanmcpherson-R2API-4.0.11" ] }