Initial commit

This commit is contained in:
unknown
2024-09-15 18:45:29 +01:00
commit ece1d1b320
13 changed files with 652 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
## 0.1.0
- First release

3
Thunderstore/README.md Normal file
View File

@@ -0,0 +1,3 @@
# AntiYoink
Anti-yoinking mod.

BIN
Thunderstore/icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 53 KiB

View File

@@ -0,0 +1,12 @@
{
"name": "AntiYoink",
"version_number": "0.1.0",
"website_url": "https://git.nul.ie/dev/RoR2-AntiYoink",
"description": "Prevent yoinking.",
"dependencies": [
"bbepis-BepInExPack-5.4.2117",
"RiskofThunder-HookGenPatcher-1.2.4",
"RiskofThunder-R2API_Items-1.0.4",
"RiskofThunder-R2API_Language-1.0.1"
]
}

View File

@@ -0,0 +1,20 @@
{
"strings": {
"EXAMPLE_CLOAKONKILL_NAME": "FALLBACK DEFAULT LANGUAGE Cuthroat's Garb",
"EXAMPLE_CLOAKONKILL_PICKUP": "FALLBACK DEFAULT LANGUAGE Chance to cloak on kill",
"EXAMPLE_CLOAKONKILL_DESC": "FALLBACK DEFAULT LANGUAGE Whenever you <style=cIsDamage>kill an enemy</style>, you have a <style=cIsUtility>50%</style> chance to cloak for <style=cIsUtility>4s</style> <style=cStack>(+1s per stack)</style>.",
"EXAMPLE_CLOAKONKILL_LORE": "FALLBACK DEFAULT LANGUAGE Those who visit in the night are either praying for a favour, or preying on a neighbour."
},
"FR": {
"EXAMPLE_CLOAKONKILL_NAME": "FRENCH Cuthroat's Garb",
"EXAMPLE_CLOAKONKILL_PICKUP": "FRENCH Chance to cloak on kill",
"EXAMPLE_CLOAKONKILL_DESC": "FRENCH Whenever you <style=cIsDamage>kill an enemy</style>, you have a <style=cIsUtility>50%</style> chance to cloak for <style=cIsUtility>4s</style> <style=cStack>(+1s per stack)</style>.",
"EXAMPLE_CLOAKONKILL_LORE": "FRENCH Those who visit in the night are either praying for a favour, or preying on a neighbour."
},
"en": {
"EXAMPLE_CLOAKONKILL_NAME": "ENGLISH Cuthroat's Garb",
"EXAMPLE_CLOAKONKILL_PICKUP": "ENGLISH Chance to cloak on kill",
"EXAMPLE_CLOAKONKILL_DESC": "ENGLISH Whenever you <style=cIsDamage>kill an enemy</style>, you have a <style=cIsUtility>50%</style> chance to cloak for <style=cIsUtility>4s</style> <style=cStack>(+1s per stack)</style>.",
"EXAMPLE_CLOAKONKILL_LORE": "ENGLISH Those who visit in the night are either praying for a favour, or preying on a neighbour."
}
}