4f3d59bfb7
- Added dynamic action updates: AI can now modify available attacks/items based on combat state - Items decrease when used, abilities change based on status effects - Fixed event delegation for encounter buttons to work reliably on mobile - Fixed multiple JSON parsing validation errors - Added proper dialogue handling in combat summaries - UI now re-renders action buttons when actions change - Improved prompt instructions for item quantities and dynamic actions
12 lines
280 B
JSON
12 lines
280 B
JSON
{
|
|
"display_name": "RPG Companion",
|
|
"loading_order": 100,
|
|
"requires": [],
|
|
"optional": [],
|
|
"js": "index.js",
|
|
"css": "style.css",
|
|
"author": "Marinara",
|
|
"version": "3.6.1",
|
|
"homePage": "https://github.com/SpicyMarinara/rpg-companion-sillytavern"
|
|
}
|