LevellessAoN
Adapts all the creatures in AoN to be levelless
LevellessAoN क्या है?
LevellessAoN zhoekstra द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adapts all the creatures in AoN to be levelless"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में LevellessAoN एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
If you're a GM that's unhappy with P2e's level scaling proficiency, and want to try levelless proficiency, you may have troubles doing all the calculations in your head. This extension will adjust the DC's, AC's, attacks, and skill checks of any monsters on Archive of Nethys to what they would be if you did not take level into account. In the options menu, try even weirder options like 1/2 level scaling!
एक्सटेंशन की मूल जानकारी
नाम | LevellessAoN |
ID | ocjehgppnlclabkodghpaljpdjoggkml |
आधिकारिक URL | https://chromewebstore.google.com/detail/levellessaon/ocjehgppnlclabkodghpaljpdjoggkml |
विवरण | Adapts all the creatures in AoN to be levelless |
फ़ाइल का आकार | 42.23 KB |
स्थापना संख्या | 47 |
वर्तमान संस्करण | 0.02 |
अंतिम अपडेट | 2020-10-10 |
प्रकाशन तिथि | 2020-10-09 |
डेवलपर | zhoekstra |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "LevellessAoN", "description": "Adapts all the creatures in AoN to be levelless", "version": "0.02", "options_ui": { "page": "optionpage.html", "open_in_tab": false }, "permissions": [ "storage" ], "icons": { "32": "icon32.png", "64": "icon64.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "http:\/\/2e.aonprd.com\/Monsters.aspx?ID=*", "https:\/\/2e.aonprd.com\/Monsters.aspx?ID=*", "http:\/\/2e.aonprd.com\/NPCs.aspx?ID=*", "https:\/\/2e.aonprd.com\/NPCs.aspx?ID=*" ], "js": [ "jquery-3.5.1.slim.min.js", "content.js" ], "run_at": "document_end" } ] } |