Compare commits
2 commits
872a7d49b5
...
48c8bf537a
Author | SHA1 | Date | |
---|---|---|---|
48c8bf537a | |||
8a880d3f9d |
2 changed files with 10 additions and 3 deletions
|
@ -9,6 +9,7 @@
|
|||
"ITEM_TOOTH_NAME": "Stuping Necklace",
|
||||
"ITEM_STICKYBOMB_NAME": "Sticky Maracas",
|
||||
"ITEM_SPRINTBONUS_NAME": "Sprite of Power",
|
||||
"ITEM_BARRIERONKILL_NAME" : "Turtle Brooch",
|
||||
"ITEM_BEETLEGLAND_NAME": "Beetle Putter",
|
||||
"ITEM_BEETLEGLAND_PICKUP": "Put a Beetle Guard.",
|
||||
"ITEM_BEETLEGLAND_DESC": "Every 30 seconds, <style=cIsUtility>put a Beetle Guard</style> with bonus <style=cIsDamage>300%</style> damage and <style=cIsHealing>100% health</style>. Can have up to <style=cIsUtility>1</style> <style=cStack>(+1 per stack)</style> Guards at a time.",
|
||||
|
@ -20,6 +21,12 @@
|
|||
|
||||
"SHRINE_COMBAT_NAME": "Shrine of Wombat",
|
||||
"SHRINE_COMBAT_CONTEXT": "Pray to Shrine of Wombat",
|
||||
"SHRINE_BOSS_NAME": "Shrine of the Mountain King",
|
||||
"SHRINE_BOSS_CONTEXT": "Pray to Shrine of the Mountain King",
|
||||
"SHRINE_BOSS_USE_MESSAGE_2P": "<style=cShrine>You have invited the challenge of the Mountain King...</color>",
|
||||
"SHRINE_BOSS_USE_MESSAGE": "<style=cShrine>{0} has invited the challenge of the Mountain King...</color>",
|
||||
"SHRINE_BOSS_BEGIN_TRIAL": "<style=cShrine>Let the challenge of the Mountain... begin!</style>",
|
||||
|
||||
"PICKUP_LUNAR_COIN": "Bunar Coin",
|
||||
"LUNAR_COIN_PICKUP_CONTEXT": "Pick up Bunar Coin",
|
||||
"TELEPORTER_NAME": "Telepeebus",
|
||||
|
@ -73,6 +80,6 @@
|
|||
"VAGRANT_BODY_SUBTITLE": "Stuping Jellyfish",
|
||||
"MAGMAWORM_BODY_SUBTITLE": "Devourer of Turrets",
|
||||
|
||||
"CUTSCENE_INTRO_FLAVOR_1": "UES 'I Sure Hope Nothing Bad Happens' ",
|
||||
"CUTSCENE_INTRO_FLAVOR_1": "UES 'I Sure Hope Nothing Bad Happens' "
|
||||
}
|
||||
}
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"Description": "A somewhat bonked mod, by a somewhat bonked Lynne...",
|
||||
"Licence": "",
|
||||
"GameVersion": "N/A",
|
||||
"Version": "1.0.0",
|
||||
"Version": "1.0.1",
|
||||
"Dependencies": [
|
||||
"bbepis-BepInExPack-5.4.9",
|
||||
"tristanmcpherson-R2API-3.0.30"
|
||||
|
@ -23,7 +23,7 @@
|
|||
"ExtraData": {},
|
||||
|
||||
"name": "LyneMod",
|
||||
"version_number": "1.0.0",
|
||||
"version_number": "1.0.1",
|
||||
"website_url": "https://git.bune.city/lynnesbian/lynemod",
|
||||
"description": "A somewhat bonked mod, by a somewhat bonked Lynne...",
|
||||
"dependencies": [
|
||||
|
|
Loading…
Reference in a new issue