diff --git a/Thunderstone/BloodRefill/manifest.json b/Thunderstone/BloodRefill/manifest.json new file mode 100644 index 0000000..841614a --- /dev/null +++ b/Thunderstone/BloodRefill/manifest.json @@ -0,0 +1,10 @@ +{ + "name": "VMods - Blood Refill", + "description": "A mod that allows players to refill their blood pool.", + "version_number": "1.0.0", + "dependencies": [ + "BepInEx-BepInExPack_V_Rising-1.0.0", + "molenzwiebel-Wetstone-1.1.0" + ], + "website_url": "https://github.com/WhiteFang5/VMods#blood-refill" +} diff --git a/Thunderstone/PvPLeaderboard/manifest.json b/Thunderstone/PvPLeaderboard/manifest.json new file mode 100644 index 0000000..adae35d --- /dev/null +++ b/Thunderstone/PvPLeaderboard/manifest.json @@ -0,0 +1,10 @@ +{ + "name": "VMods - PvP Leaderboard", + "description": "A mod that keeps track of Kills, Death and the K/D ratio of players and ranks them in a leaderboard.", + "version_number": "1.0.0", + "dependencies": [ + "BepInEx-BepInExPack_V_Rising-1.0.0", + "molenzwiebel-Wetstone-1.1.0" + ], + "website_url": "https://github.com/WhiteFang5/VMods#pvp-leaderboard" +} diff --git a/Thunderstone/PvPPunishment/manifest.json b/Thunderstone/PvPPunishment/manifest.json new file mode 100644 index 0000000..baf8dc5 --- /dev/null +++ b/Thunderstone/PvPPunishment/manifest.json @@ -0,0 +1,10 @@ +{ + "name": "VMods - PvP Punishment", + "description": "A mod that punishes low-level kills.", + "version_number": "1.0.0", + "dependencies": [ + "BepInEx-BepInExPack_V_Rising-1.0.0", + "molenzwiebel-Wetstone-1.1.0" + ], + "website_url": "https://github.com/WhiteFang5/VMods#pvp-punishment" +} diff --git a/Thunderstone/RecoverEmptyContainers/manifest.json b/Thunderstone/RecoverEmptyContainers/manifest.json new file mode 100644 index 0000000..f7414f2 --- /dev/null +++ b/Thunderstone/RecoverEmptyContainers/manifest.json @@ -0,0 +1,10 @@ +{ + "name": "VMods - Recover Empty Containers", + "description": "A mod that allows players to recover empty containers when drinking potions or brews.", + "version_number": "1.0.0", + "dependencies": [ + "BepInEx-BepInExPack_V_Rising-1.0.0", + "molenzwiebel-Wetstone-1.1.0" + ], + "website_url": "https://github.com/WhiteFang5/VMods#recover-empty-containers" +} diff --git a/Thunderstone/ResourceStashWithdrawal/manifest.json b/Thunderstone/ResourceStashWithdrawal/manifest.json new file mode 100644 index 0000000..26aef46 --- /dev/null +++ b/Thunderstone/ResourceStashWithdrawal/manifest.json @@ -0,0 +1,10 @@ +{ + "name": "VMods - Resource Stash Withdrawal", + "description": "A mod that allows players to withdraw items for a recipe directly from their stash.", + "version_number": "1.0.0", + "dependencies": [ + "BepInEx-BepInExPack_V_Rising-1.0.0", + "molenzwiebel-Wetstone-1.1.0" + ], + "website_url": "https://github.com/WhiteFang5/VMods#resource-stash-withdrawal" +} diff --git a/Thunderstone/icon.png b/Thunderstone/icon.png new file mode 100644 index 0000000..4e75f26 Binary files /dev/null and b/Thunderstone/icon.png differ