Skip to content

Commit

Permalink
fork buff
Browse files Browse the repository at this point in the history
  • Loading branch information
Moffein committed Oct 13, 2024
1 parent 4124fcb commit 7e7301a
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Starstorm 2/Items/Common/Fork.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public override void RegisterHooks()
private void HandleStats(CharacterBody sender, RecalculateStatsAPI.StatHookEventArgs args, Inventory inventory)
{
int itemCount = inventory.GetItemCount(itemDef);
args.baseDamageAdd += 2.4f * itemCount;
args.damageMultAdd += 0.05f * itemCount;
}

public override ItemDisplayRuleDict CreateDisplayRules()
Expand Down
4 changes: 4 additions & 0 deletions Starstorm 2/Starstorm2Release/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
`0.21.8`

- Buffed Fork from +2.4 base damage -> +5% base damage

`0.21.7`

- Cyborg Defense Matrix now guards against Vagrant Novas.
Expand Down
2 changes: 1 addition & 1 deletion Starstorm 2/Starstorm2Release/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ This mod can be used alongside the official version of Starstorm 2. Be sure to g
| ![](https://raw.githubusercontent.com/Moffein/Starstorm2Unofficial/main/README%20Images/itemDetritiveTrematode.png) | Detritive Trematode | Enemies below **25% health** are infested for **100%** *(+100%)* base damage per second. |
| ![](https://raw.githubusercontent.com/Moffein/Starstorm2Unofficial/main/README%20Images/itemDiary.png) | Diary | Increases **movement speed** by **10%** *(+10%)* and **armor** by **3** *(+3)*. |
| ![](https://raw.githubusercontent.com/Moffein/Starstorm2Unofficial/main/README%20Images/itemDungus.png) | Dormant Fungus | Heals for **1.2%** *(+0.6%)* of your **health** every second **while sprinting**. |
| ![](https://raw.githubusercontent.com/Moffein/Starstorm2Unofficial/main/README%20Images/itemFork.png) | Fork | Increases your base damage by **2.4** *(+2.4)*. |
| ![](https://raw.githubusercontent.com/Moffein/Starstorm2Unofficial/main/README%20Images/itemFork.png) | Fork | Increases your base damage by **5%** *(+5%)*. |
| ![](https://raw.githubusercontent.com/Moffein/Starstorm2Unofficial/main/README%20Images/itemMoltenCoin.png) | Molten Coin | **6%** chance to **ignite on hit** for **320%** *(+320%)* base damage and earn **$1**. Scales with time. |
| Uncommon | | |
| ![](https://raw.githubusercontent.com/Moffein/Starstorm2Unofficial/main/README%20Images/itemStrangeCan.png) | Strange Can | **8.5%** *(+5%)* chance to **intoxicate** enemies, causing them to lose **2.5%** of their **current health** every second for **5s**. |
Expand Down
Binary file modified Starstorm 2/Starstorm2Release/VideogameMod2Unofficial.zip
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
"ITEM_SS2U_FORK_NAME" : "Fork",
"ITEM_SS2U_FORK_PICKUP" : "Deal more damage.",
"ITEM_SS2U_FORK_DESC" : "Increases your base damage by <style=cIsDamage>2.4</style> <style=cStack>(+2.4 per stack)</style>.",
"ITEM_SS2U_FORK_DESC" : "Increases your base damage by <style=cIsDamage>5%</style> <style=cStack>(+5% per stack)</style>.",
"ITEM_SS2U_FORK_LORE" : "Order: Fork\r\nTracking Number: 00******\r\nEstimated Delivery: 09\/24\/2056\r\nShipping Method: Standard\r\nShipping Address: Antima Building - Rooftop, Blossom Hills, Earth\r\nShipping Details:\r\n\r\nSurprise! A fork! Hahaha!!!\nYou said any gift was a good gift, HERE YOU GO! Jokes aside, this fork is magical. Trust me Duncan, I once got to eat a salad with it and later that same day I found a cent!\nAlso uh please come play with us someday soon, we miss destroying your build in SS3 (please tell me you changed your main, lol).",

"ITEM_SS2U_MOLTENCOIN_NAME" : "Molten Coin",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
"ITEM_SS2U_FORK_NAME" : "Garfo",
"ITEM_SS2U_FORK_PICKUP" : "Dá mais dano.",
"ITEM_SS2U_FORK_DESC" : "Aumenta seu dano base em <style=cIsDamage>2.4</style> <style=cStack>(+2.4 por acúmulo)</style>.",
"ITEM_SS2U_FORK_DESC" : "Aumenta seu dano base em <style=cIsDamage>5%</style> <style=cStack>(+5% por acúmulo)</style>.",
"ITEM_SS2U_FORK_LORE" : "Pedido: Garfo\r\nNúmero de Rastreio: 00******\r\nPrevisão de Entrega: 09\/24\/2056\r\nMétodo de Envio: Padrão\r\nEndereço de Entrega: Edifício Antima - Telhado, Colinas Florescentes, Terra\r\nDetalhes da Entrega:\r\n\r\nSurpresa! Um garfo! Hahaha!!!\nVocê disse que todo presente é um bom presente, AQUI ESTÁ! Brincadeiras à parte, esse garfo é mágico. Acredite em mim Duncan, uma vez eu comi uma salada e depois, no mesmo dia, eu encontrei uma moeda!\nA propósito, venha jogar conosco algum dia, sentimos falta de destruir a sua construção no SS3 (porfavor me diz que você mudou seu main, lol).",

"ITEM_SS2U_MOLTENCOIN_NAME" : "Moeda Derretida",
Expand Down
2 changes: 1 addition & 1 deletion Starstorm 2/StarstormPlugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public class StarstormPlugin : BaseUnityPlugin
{
internal const string guid = "com.ChirrLover.Starstorm2Unofficial";
internal const string modName = "Starstorm 2 Unofficial";
internal const string version = "0.21.7";
internal const string version = "0.21.8";

public static StarstormPlugin instance;

Expand Down

0 comments on commit 7e7301a

Please sign in to comment.