| 
 | 1 | +---  | 
 | 2 | +layout: main  | 
 | 3 | + | 
 | 4 | +authors: "Sampletext282" # Authors of the mod  | 
 | 5 | +title: KeepAnarchy # Title of the mod  | 
 | 6 | +version: "0.9" # Version of the mod  | 
 | 7 | +supported: "BL2" # Supported games; currently can only display as "BL2", "BL2 + TPS", or "TPS"  | 
 | 8 | + | 
 | 9 | +tagline: "Keep your Anarchy when leaving Pandora!" # A short description of the mod itself.  | 
 | 10 | +description: "Keep your Anarchy when leaving Pandora!" # This is set in order to keep the SEO proper  | 
 | 11 | +longDescription: "Let's you keep your Anarchy stacks.\nBy default you will keep 50% of your stacks, this can be changed in the mods options.\nOnly works on Host in Coop!" # Description of what the mod can do  | 
 | 12 | +categories: ['Utility'] # Category of the type of mod  | 
 | 13 | + | 
 | 14 | +requirements: [] # Requirements for the given mod  | 
 | 15 | +requirementTitles: [] # The link-friendly name of the requirements  | 
 | 16 | + | 
 | 17 | +issues: "https://github.com/Sampletext282/bl2-mods/issues"  | 
 | 18 | +download: "https://github.com/Sampletext282/bl2-mods/blob/main/KeepAnarchy/KeepAnarchy.zip?raw=true"  | 
 | 19 | +source: "https://github.com/Sampletext282/bl2-mods" # Link to source code  | 
 | 20 | +license: [] # License name, link about the license from https://choosealicense.com/  | 
 | 21 | + | 
 | 22 | +---  | 
 | 23 | +**Contents**  | 
 | 24 | +* TOC  | 
 | 25 | +{:toc}  | 
 | 26 | + | 
 | 27 | +## {{page.title}}  | 
 | 28 | + | 
 | 29 | +Mod by: {{page.authors}}  | 
 | 30 | +Current Version: {{page.version}}  | 
 | 31 | + | 
 | 32 | +<p></p>  | 
 | 33 | +### Description  | 
 | 34 | + | 
 | 35 | +{{page.longDescription | markdownify }}  | 
 | 36 | + | 
 | 37 | +Currently Supports: `{{page.supported}}`  | 
 | 38 | + | 
 | 39 | +{% if page.categories.size > 0 %}  | 
 | 40 | +Categories:  | 
 | 41 | +{% for category in page.categories %}  | 
 | 42 | +  * [{{category}}](/types/{{category}})  | 
 | 43 | +{% endfor %}  | 
 | 44 | +<p></p>  | 
 | 45 | +{% endif %}  | 
 | 46 | + | 
 | 47 | +{% if page.requirements.size > 0 %}  | 
 | 48 | +### Requirements  | 
 | 49 | + | 
 | 50 | +{% for requirement in page.requirements %}  | 
 | 51 | + | 
 | 52 | +{% assign reqName = page.requirementTitles[forloop.index0] %}  | 
 | 53 | + | 
 | 54 | +{% for mod in site.mods %}  | 
 | 55 | + | 
 | 56 | +{% assign modName = mod.path | remove_first: '_mods/' %}  | 
 | 57 | +{% assign xz = reqName | append: '.md' %}  | 
 | 58 | + | 
 | 59 | +{% if modName == xz %}  | 
 | 60 | +* [{{ requirement }}]( {{ reqName | relative_url | prepend: '/mods'}} ) <sup>[(Direct Download)]({{mod.download}})</sup>  | 
 | 61 | +{% endif %}  | 
 | 62 | +{% endfor %}  | 
 | 63 | + | 
 | 64 | +{% endfor %}  | 
 | 65 | +<p></p>  | 
 | 66 | +{% endif %}  | 
 | 67 | + | 
 | 68 | +### Links  | 
 | 69 | + | 
 | 70 | +{% if page.download != "" %}  | 
 | 71 | +You can download {{page.title}} here: [Download Link]({{page.download}})  | 
 | 72 | +{% endif %}  | 
 | 73 | + | 
 | 74 | +{% if page.issues != "" %}  | 
 | 75 | +Report issues here: [Issue Tracker]({{page.issues}})  | 
 | 76 | +{% endif %}  | 
 | 77 | + | 
 | 78 | +{% if page.source != "" %}  | 
 | 79 | +View the source code here: [Source Code]({{page.source}})  | 
 | 80 | +{% endif %}  | 
 | 81 | + | 
 | 82 | +{% if page.license.size > 0 %}  | 
 | 83 | +This mod is licensed using {{page.license[0]}} <sup>[?]({{page.license[1]}})</sup>  | 
 | 84 | +{% endif %}  | 
0 commit comments