release v1.0.6 0u0

This commit is contained in:
Lynne Megido 2022-03-08 20:38:32 +10:00
parent 8a437a2edc
commit dca74d22b4
Signed by: lynnesbian
GPG Key ID: F0A184B5213D9F90
4 changed files with 17 additions and 9 deletions

View File

@ -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) => {

Binary file not shown.

View File

@ -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",

View File

@ -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"
]
}