Initial commit
This commit is contained in:
3
Thunderstore/CHANGELOG.md
Normal file
3
Thunderstore/CHANGELOG.md
Normal file
@@ -0,0 +1,3 @@
|
||||
## 0.1.0
|
||||
|
||||
- First release
|
3
Thunderstore/README.md
Normal file
3
Thunderstore/README.md
Normal file
@@ -0,0 +1,3 @@
|
||||
# AntiYoink
|
||||
|
||||
Anti-yoinking mod.
|
BIN
Thunderstore/icon.png
Normal file
BIN
Thunderstore/icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 53 KiB |
12
Thunderstore/manifest.json
Normal file
12
Thunderstore/manifest.json
Normal 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"
|
||||
]
|
||||
}
|
20
Thunderstore/plugins/AntiYoink/AntiYoink.language
Normal file
20
Thunderstore/plugins/AntiYoink/AntiYoink.language
Normal 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."
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user