<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.hoodedhorse.com/MENACE/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=76561198021843184</id>
	<title>MENACE Official Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.hoodedhorse.com/MENACE/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=76561198021843184"/>
	<link rel="alternate" type="text/html" href="https://wiki.hoodedhorse.com/MENACE/Special:Contributions/76561198021843184"/>
	<updated>2026-09-24T20:34:51Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.44.5</generator>
	<entry>
		<id>https://wiki.hoodedhorse.com/MENACE/index.php?title=MediaWiki:Specialpages-summary&amp;diff=17001</id>
		<title>MediaWiki:Specialpages-summary</title>
		<link rel="alternate" type="text/html" href="https://wiki.hoodedhorse.com/MENACE/index.php?title=MediaWiki:Specialpages-summary&amp;diff=17001"/>
		<updated>2026-09-04T12:24:45Z</updated>

		<summary type="html">&lt;p&gt;76561198021843184: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| class=&amp;quot;wikitable&amp;quot; id=&amp;quot;mediawiki-customization&amp;quot; style=&amp;quot;margin:0 auto;&amp;quot;&lt;br /&gt;
| style=&amp;quot;text-align:center&amp;quot; | [[{{#special:MyPage/sandbox}}|Sandbox]] || Your personal sandbox page; write and edit whatever you want for whatever purpose&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:center&amp;quot; | [[MediaWiki:common.css|common.css]] || Edit visual styles such as colors, fonts, and templates for all users&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:center&amp;quot; | [[MediaWiki:common.js|common.js]] || Edit scripts that run on the wiki for all users&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:center&amp;quot; | [[MediaWiki:Sidebar]] || Customize the left-hand navigation sidebar&lt;br /&gt;
|}&lt;br /&gt;
----&lt;/div&gt;</summary>
		<author><name>76561198021843184</name></author>
	</entry>
	<entry>
		<id>https://wiki.hoodedhorse.com/MENACE/index.php?title=MediaWiki:Sidebar&amp;diff=17000</id>
		<title>MediaWiki:Sidebar</title>
		<link rel="alternate" type="text/html" href="https://wiki.hoodedhorse.com/MENACE/index.php?title=MediaWiki:Sidebar&amp;diff=17000"/>
		<updated>2026-09-04T12:23:13Z</updated>

		<summary type="html">&lt;p&gt;76561198021843184: Protected &amp;quot;MediaWiki:Sidebar&amp;quot; ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* Menace&lt;br /&gt;
** Beginner&#039;s Guide|Beginner&#039;s Guide&lt;br /&gt;
** News|News&lt;br /&gt;
** Developer Diaries|Dev Diaries&lt;br /&gt;
** Gameplay Overview|Gameplay Overview&lt;br /&gt;
** Lore|Lore&lt;br /&gt;
** Combat System|Combat System&lt;br /&gt;
** Characters|Characters&lt;br /&gt;
** Equipment|Equipment&lt;br /&gt;
** TCRN Impetus|TCRN Impetus&lt;br /&gt;
** Factions|Factions&lt;br /&gt;
&lt;br /&gt;
* navigation&lt;br /&gt;
** recentchanges-url|recentchanges&lt;br /&gt;
** Special:ListFiles|File List&lt;br /&gt;
** Special:WantedPages|Wanted pages&lt;br /&gt;
** helppage|help-mediawiki&lt;br /&gt;
&lt;br /&gt;
* SEARCH&lt;br /&gt;
* TOOLBOX&lt;br /&gt;
* LANGUAGES&lt;/div&gt;</summary>
		<author><name>76561198021843184</name></author>
	</entry>
	<entry>
		<id>https://wiki.hoodedhorse.com/MENACE/index.php?title=MediaWiki:Common.js&amp;diff=16999</id>
		<title>MediaWiki:Common.js</title>
		<link rel="alternate" type="text/html" href="https://wiki.hoodedhorse.com/MENACE/index.php?title=MediaWiki:Common.js&amp;diff=16999"/>
		<updated>2026-09-04T12:23:09Z</updated>

		<summary type="html">&lt;p&gt;76561198021843184: Protected &amp;quot;MediaWiki:Common.js&amp;quot; ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/* Any JavaScript here will be loaded for all users on every page load. */&lt;br /&gt;
/* [[Template:Spoiler]] */&lt;br /&gt;
mw.hook(&#039;wikipage.content&#039;).add(function() {&lt;br /&gt;
	$(&#039;.spoiler-content&#039;).off(&#039;click&#039;).on(&#039;click&#039;, function(){&lt;br /&gt;
		$(this).toggleClass(&#039;show&#039;);&lt;br /&gt;
	}).find(&#039;a&#039;).on(&#039;click&#039;, function(e){&lt;br /&gt;
		e.stopPropagation();&lt;br /&gt;
	});&lt;br /&gt;
});&lt;br /&gt;
&lt;br /&gt;
/* Code for ACC/DMG graph of weapons */&lt;br /&gt;
mw.hook( &#039;wikipage.content&#039; ).add( ( $content ) =&amp;gt; {&lt;br /&gt;
	if (document.getElementById(&#039;accuracy-damage-graph&#039;)) {&lt;br /&gt;
		var script = document.createElement(&#039;script&#039;);&lt;br /&gt;
		script.src = &#039;https://cdn.plot.ly/plotly-3.3.0.min.js&#039;;&lt;br /&gt;
		&lt;br /&gt;
		script.onload = function() {&lt;br /&gt;
			createAccDmgGraph();&lt;br /&gt;
		};&lt;br /&gt;
		&lt;br /&gt;
		document.head.appendChild(script);&lt;br /&gt;
	}&lt;br /&gt;
});&lt;br /&gt;
&lt;br /&gt;
function generateAccCurve(idealRange, accMod, accDropoff, minRange, maxRange) {&lt;br /&gt;
	const accBase = 50;&lt;br /&gt;
	const accPeak = accBase + accMod;&lt;br /&gt;
	const accXValues = Array.from({ length: 15 }, (_, i) =&amp;gt; i + 1);&lt;br /&gt;
	const accYValues = accXValues.map(x =&amp;gt; {             &lt;br /&gt;
		const value = Math.max(0, accPeak - Math.abs(x - idealRange) * Math.abs(accDropoff));             &lt;br /&gt;
		return ((x &amp;lt; minRange || x &amp;gt; maxRange) ? null : value);         &lt;br /&gt;
	});              &lt;br /&gt;
	return { x: accXValues, y: accYValues };     &lt;br /&gt;
	&lt;br /&gt;
}      &lt;br /&gt;
&lt;br /&gt;
function generateDmgCurve(damage, damageDropoff, minRange, maxRange, startY = 100) {         &lt;br /&gt;
	const relativeDmgDropoff = (Math.abs(damageDropoff) * startY) / damage;              &lt;br /&gt;
	const dmgXValues = Array.from({ length: 15 }, (_, i) =&amp;gt; i + 1);       &lt;br /&gt;
	const dmgYValues = dmgXValues.map(x =&amp;gt; {             &lt;br /&gt;
		const value = Math.max(0, startY - (x - 1) * relativeDmgDropoff);             &lt;br /&gt;
		return ((x &amp;lt; minRange || x &amp;gt; maxRange) ? null : value);         &lt;br /&gt;
	});              &lt;br /&gt;
	return { x: dmgXValues, y: dmgYValues };     &lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
function createAccDmgGraph() {&lt;br /&gt;
	const minRange = 1;&lt;br /&gt;
	const idealRange = 4;&lt;br /&gt;
	const maxRange = 8;&lt;br /&gt;
	const accMod = 0;&lt;br /&gt;
	const accDropoff = -6;&lt;br /&gt;
	&lt;br /&gt;
	const damage = 9;&lt;br /&gt;
	const damageDropoff = -1;&lt;br /&gt;
	&lt;br /&gt;
	const accData = generateAccCurve(idealRange, accMod, accDropoff, minRange, maxRange);&lt;br /&gt;
	const dmgData = generateDmgCurve(damage, damageDropoff, minRange, maxRange);&lt;br /&gt;
	&lt;br /&gt;
	const trace2 = {         &lt;br /&gt;
		x: accData.x,         &lt;br /&gt;
		y: accData.y,&lt;br /&gt;
		mode: &#039;lines&#039;,&lt;br /&gt;
		name: &#039;Accuracy&#039;,&lt;br /&gt;
		line: { color: &#039;green&#039; },&lt;br /&gt;
		};&lt;br /&gt;
		&lt;br /&gt;
	const trace1 = {&lt;br /&gt;
		x: dmgData.x,&lt;br /&gt;
		y: dmgData.y,&lt;br /&gt;
		mode: &#039;lines&#039;,&lt;br /&gt;
		name: &#039;HP Damage&#039;,&lt;br /&gt;
		line: { color: &#039;red&#039; },&lt;br /&gt;
	};&lt;br /&gt;
		&lt;br /&gt;
	const layout = {&lt;br /&gt;
		autosize: false,&lt;br /&gt;
		width: 600,&lt;br /&gt;
		height: 200,&lt;br /&gt;
		margin: {&lt;br /&gt;
			l: 50,&lt;br /&gt;
			r: 50,&lt;br /&gt;
			b: 75,&lt;br /&gt;
			t: 50,&lt;br /&gt;
			pad: 0&lt;br /&gt;
		},&lt;br /&gt;
		xaxis: {&lt;br /&gt;
			title: {&lt;br /&gt;
				text: &#039;Distance in Tiles&#039;,&lt;br /&gt;
				font: {&lt;br /&gt;
					color: &#039;white&#039;&lt;br /&gt;
					}&lt;br /&gt;
			},&lt;br /&gt;
			tickfont: {&lt;br /&gt;
				color: &#039;white&#039;&lt;br /&gt;
			}, 			&lt;br /&gt;
			tickvals: Array.from({length: 15}, (_, i) =&amp;gt; i+1),&lt;br /&gt;
			ticktext: [1, &#039;&#039;, &#039;&#039;, &#039;&#039;, 5, &#039;&#039;, &#039;&#039;, &#039;&#039;, &#039;&#039;, 10, &#039;&#039;, &#039;&#039;, &#039;&#039;, &#039;&#039;, 15],&lt;br /&gt;
			showgrid: true,&lt;br /&gt;
			gridcolor: &#039;#303030&#039;,&lt;br /&gt;
			zeroline: true,&lt;br /&gt;
			linecolor: &#039;white&#039;,&lt;br /&gt;
			ticklen: 4,&lt;br /&gt;
			tickwidth: 2,&lt;br /&gt;
			tickcolor: &#039;white&#039;&lt;br /&gt;
		},         &lt;br /&gt;
		&lt;br /&gt;
		yaxis: {&lt;br /&gt;
			title: &#039;&#039;,&lt;br /&gt;
			showgrid: false, &lt;br /&gt;
			zeroline: false,&lt;br /&gt;
			range: [0, 100],&lt;br /&gt;
			showline: true,&lt;br /&gt;
			linecolor: &#039;white&#039;,&lt;br /&gt;
			tick0: 0,&lt;br /&gt;
			tickd: 50,&lt;br /&gt;
			tickcolor: &#039;white&#039;,&lt;br /&gt;
			showticklabels: false&lt;br /&gt;
		},         &lt;br /&gt;
		shapes: [&lt;br /&gt;
			{ type: &#039;line&#039;, x0: minRange, y0: 0, x1: minRange, y1: 100, line: { color: &#039;white&#039;, width: 1, dash: &#039;dash&#039; } },&lt;br /&gt;
			{ type: &#039;line&#039;, x0: maxRange, y0: 0, x1: maxRange, y1: 100, line: { color: &#039;white&#039;, width: 1, dash: &#039;dash&#039; } },&lt;br /&gt;
		],&lt;br /&gt;
		paper_bgcolor: &#039;#15181b&#039;,&lt;br /&gt;
		plot_bgcolor: &#039;#15181b&#039;,&lt;br /&gt;
	};      &lt;br /&gt;
	&lt;br /&gt;
	Plotly.newPlot(&#039;accuracy-damage-graph&#039;, [trace1, trace2], layout, {staticPlot: true}, {displayModeBar: false});		&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>76561198021843184</name></author>
	</entry>
	<entry>
		<id>https://wiki.hoodedhorse.com/MENACE/index.php?title=MediaWiki:Common.css&amp;diff=16998</id>
		<title>MediaWiki:Common.css</title>
		<link rel="alternate" type="text/html" href="https://wiki.hoodedhorse.com/MENACE/index.php?title=MediaWiki:Common.css&amp;diff=16998"/>
		<updated>2026-09-04T12:23:04Z</updated>

		<summary type="html">&lt;p&gt;76561198021843184: Protected &amp;quot;MediaWiki:Common.css&amp;quot; ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/* CSS placed here will be applied to all skins */&lt;br /&gt;
.class{&lt;br /&gt;
	font-family: &amp;quot;Noto Sans&amp;quot;,sans-serif;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	background: #767a7f;&lt;br /&gt;
	font-size: 0.95em;&lt;br /&gt;
	line-height: 1.5;&lt;br /&gt;
	background-image: url(/MENACE/skins/MBHH/resources/images/shade-right.png?9ba42),url(/MENACE/skins/MBHH/resources/images/shade-left.png?30070),url(/MENACE/skins/MBHH/resources/images/shade-bottom.png?ff4a7),url(/MENACE/skins/MBHH/resources/images/hooded-horse-bg-dark.jpg?0001a);&lt;br /&gt;
	background-repeat: repeat-y,repeat-y,repeat-x,no-repeat;&lt;br /&gt;
	background-position: right center,left center,center bottom,center center;&lt;br /&gt;
	background-size: auto,auto,auto,cover;&lt;br /&gt;
	background-attachment: fixed;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#mw-content, #content-bottom-stuff {&lt;br /&gt;
	background: linear-gradient(to right, #15181b,#202327,#15181b);&lt;br /&gt;
	filter: drop-shadow(black 0 0 3rem);&lt;br /&gt;
	border-inline: solid #778467;&lt;br /&gt;
	outline: solid #13161a 1em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* CSS for JSON files */&lt;br /&gt;
.mw-json td {&lt;br /&gt;
	color: #000000;&lt;br /&gt;
}&lt;br /&gt;
.mw-json th {&lt;br /&gt;
	color: #000000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* CSS for all infoboxes */&lt;br /&gt;
.portable_infobox.type-impetus.value {&lt;br /&gt;
	width: 600px&lt;br /&gt;
} &lt;br /&gt;
.portable-infobox{&lt;br /&gt;
	font-family: &amp;quot;Noto Sans&amp;quot;,sans-serif;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	background: #000000;&lt;br /&gt;
	font-size: 0.95em;&lt;br /&gt;
	line-height: 1.5;&lt;br /&gt;
	border: 1px solid;&lt;br /&gt;
	border-color:#778467;&lt;br /&gt;
}&lt;br /&gt;
/* Overall infobox background */&lt;br /&gt;
.portable-infobox.pi-background {&lt;br /&gt;
	background-color: #151815;&lt;br /&gt;
}&lt;br /&gt;
/* Title and header backgrounds */&lt;br /&gt;
.portable-infobox .pi-secondary-background {&lt;br /&gt;
	background-color: #4e674c;&lt;br /&gt;
}&lt;br /&gt;
.portable-infobox .pi-border-color {&lt;br /&gt;
	border-color: #778467;&lt;br /&gt;
}&lt;br /&gt;
.portable-infobox .pi-data-label {&lt;br /&gt;
	flex: 90%;&lt;br /&gt;
}&lt;br /&gt;
.portable-infobox .pi-data-value {&lt;br /&gt;
	flex: none;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
.portable-infobox .pi-title {&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	background-color: #4e674c;&lt;br /&gt;
}&lt;br /&gt;
/* &lt;br /&gt;
.portable-infobox .pi-item-spacing {&lt;br /&gt;
	padding: 10px 10px;&lt;br /&gt;
}&lt;br /&gt;
*/&lt;br /&gt;
&lt;br /&gt;
/* CSS for ItemTag template */&lt;br /&gt;
.item-tag {&lt;br /&gt;
	display: inline-block;&lt;br /&gt;
	margin: 2px 0px;&lt;br /&gt;
	padding: 0px 12px;&lt;br /&gt;
	border: 3px solid #404A31;&lt;br /&gt;
	background-color: #20211D;&lt;br /&gt;
	font-family: Noto sans, sans-serif;&lt;br /&gt;
	font-size: 16px;&lt;br /&gt;
	color: #6E7B62;&lt;br /&gt;
	line-height: 1.8;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* CSS for Spoiler template */&lt;br /&gt;
.spoiler-content.block {&lt;br /&gt;
	background-color: rgb(127, 127, 127);&lt;br /&gt;
	transition: all 0.3s;&lt;br /&gt;
	cursor: pointer;&lt;br /&gt;
}&lt;br /&gt;
.spoiler-content.block &amp;gt; span {&lt;br /&gt;
	opacity: 0;&lt;br /&gt;
	transition: all 0.3s;&lt;br /&gt;
}&lt;br /&gt;
.spoiler-content.block &amp;gt; * {&lt;br /&gt;
	pointer-events: none;&lt;br /&gt;
}&lt;br /&gt;
.spoiler-content.block.show {&lt;br /&gt;
	background-color: rgba(127, 127, 127, 0);&lt;br /&gt;
}&lt;br /&gt;
.spoiler-content.block.show &amp;gt; span {&lt;br /&gt;
	opacity: 1;&lt;br /&gt;
}&lt;br /&gt;
.spoiler-content.block.show &amp;gt; * {&lt;br /&gt;
	pointer-events: unset;&lt;br /&gt;
}&lt;br /&gt;
.spoiler-content.blur {&lt;br /&gt;
	filter: blur(10px);&lt;br /&gt;
}&lt;br /&gt;
.spoiler-content.blur &amp;gt; * {&lt;br /&gt;
	pointer-events: none;&lt;br /&gt;
}&lt;br /&gt;
.spoiler-content.blur.show {&lt;br /&gt;
	filter: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* CSS for tabber */&lt;br /&gt;
.tabber__tab, a.tabber__tab, a.tabber__tab:visited {&lt;br /&gt;
	flex-wrap: wrap;&lt;br /&gt;
	margin-left: auto;&lt;br /&gt;
	margin-right: auto;&lt;br /&gt;
	width: 50%;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
	justify-content: center;&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>76561198021843184</name></author>
	</entry>
	<entry>
		<id>https://wiki.hoodedhorse.com/MENACE/index.php?title=MediaWiki:Specialpages-summary&amp;diff=16997</id>
		<title>MediaWiki:Specialpages-summary</title>
		<link rel="alternate" type="text/html" href="https://wiki.hoodedhorse.com/MENACE/index.php?title=MediaWiki:Specialpages-summary&amp;diff=16997"/>
		<updated>2026-09-04T12:22:23Z</updated>

		<summary type="html">&lt;p&gt;76561198021843184: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| class=&amp;quot;wikitable&amp;quot; id=&amp;quot;mediawiki-customization&amp;quot; style=&amp;quot;margin:0 auto;&amp;quot;&lt;br /&gt;
| style=&amp;quot;text-align:center&amp;quot; | [[{{#special:MyPage/sandbox}}|Sandbox]] || Your personal sandbox page; write and edit whatever you want for whatever purpose&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:center&amp;quot; | [[MediaWiki:common.css|common.css]] || Edit visual styles such as colors, fonts, and templates for all users&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:center&amp;quot; | [[MediaWiki:common.js|common.js]] || Edit scripts that run on the wiki for all users&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:center&amp;quot; | [[MediaWiki:Sidebar]] || Customize the left-hand navigation sidebar&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>76561198021843184</name></author>
	</entry>
	<entry>
		<id>https://wiki.hoodedhorse.com/MENACE/index.php?title=MediaWiki:Specialpages-summary&amp;diff=16996</id>
		<title>MediaWiki:Specialpages-summary</title>
		<link rel="alternate" type="text/html" href="https://wiki.hoodedhorse.com/MENACE/index.php?title=MediaWiki:Specialpages-summary&amp;diff=16996"/>
		<updated>2026-09-04T12:13:38Z</updated>

		<summary type="html">&lt;p&gt;76561198021843184: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| class=&amp;quot;wikitable&amp;quot; id=&amp;quot;mediawiki-customization&amp;quot;&lt;br /&gt;
| [[MediaWiki:common.css]] || Edit visual styles such as colors, fonts, and templates for all users&lt;br /&gt;
|-&lt;br /&gt;
| [[MediaWiki:common.js]] || Edit scripts that run on the wiki for all users&lt;br /&gt;
|-&lt;br /&gt;
| [[MediaWiki:Sidebar{{#ifeq:{{PAGELANGUAGE}}|{{CONTENTLANGUAGE}}||/{{PAGELANGUAGE}}&amp;lt;!-- endif --&amp;gt;}}]] || Customize the left-hand navigation sidebar&lt;br /&gt;
|-&lt;br /&gt;
| [[{{#special:MyPage/sandbox}}]] || Your personal sandbox page, where you can write and edit whatever you want for whatever purpose&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>76561198021843184</name></author>
	</entry>
	<entry>
		<id>https://wiki.hoodedhorse.com/MENACE/index.php?title=MediaWiki:Specialpages-summary&amp;diff=16995</id>
		<title>MediaWiki:Specialpages-summary</title>
		<link rel="alternate" type="text/html" href="https://wiki.hoodedhorse.com/MENACE/index.php?title=MediaWiki:Specialpages-summary&amp;diff=16995"/>
		<updated>2026-09-04T12:13:01Z</updated>

		<summary type="html">&lt;p&gt;76561198021843184: Test table, original idea based on the one from wiki.gg&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;In addition to the special pages listed here, you may find the following system messages useful:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; id=&amp;quot;mediawiki-customization&amp;quot;&lt;br /&gt;
| [[MediaWiki:common.css]] || Edit visual styles such as colors, fonts, and templates for all users&lt;br /&gt;
|-&lt;br /&gt;
| [[MediaWiki:common.js]] || Edit scripts that run on the wiki for all users&lt;br /&gt;
|-&lt;br /&gt;
| [[MediaWiki:Sidebar{{#ifeq:{{PAGELANGUAGE}}|{{CONTENTLANGUAGE}}||/{{PAGELANGUAGE}}&amp;lt;!-- endif --&amp;gt;}}]] || Customize the left-hand navigation sidebar&lt;br /&gt;
|-&lt;br /&gt;
| [[MediaWiki:Newarticletext{{#ifeq:{{PAGELANGUAGE}}|{{CONTENTLANGUAGE}}||/{{PAGELANGUAGE}}&amp;lt;!-- endif --&amp;gt;}}]] || Edit the text users see when creating new articles&lt;br /&gt;
|-&lt;br /&gt;
| [[{{#special:MyPage/sandbox}}]] || Your personal sandbox page, where you can write and edit whatever you want for whatever purpose. You can also edit [[{{#special:MyPage/common.css}}]] and [[{{#special:MyPage/common.js}}]] to preview style and script changes&lt;br /&gt;
|-&lt;br /&gt;
| [[MediaWiki:Specialpages-summary{{#ifeq:{{PAGELANGUAGE}}|{{CONTENTLANGUAGE}}||/{{PAGELANGUAGE}}&amp;lt;!-- endif --&amp;gt;}}]] || {{#ifeq:{{PAGELANGUAGE}}|en|Edit|Translate}} this table&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>76561198021843184</name></author>
	</entry>
	<entry>
		<id>https://wiki.hoodedhorse.com/MENACE/index.php?title=MediaWiki:Sidebar&amp;diff=16182</id>
		<title>MediaWiki:Sidebar</title>
		<link rel="alternate" type="text/html" href="https://wiki.hoodedhorse.com/MENACE/index.php?title=MediaWiki:Sidebar&amp;diff=16182"/>
		<updated>2026-08-08T20:26:55Z</updated>

		<summary type="html">&lt;p&gt;76561198021843184: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* Menace&lt;br /&gt;
** Beginner&#039;s Guide|Beginner&#039;s Guide&lt;br /&gt;
** News|News&lt;br /&gt;
** Developer Diaries|Dev Diaries&lt;br /&gt;
** Gameplay Overview|Gameplay Overview&lt;br /&gt;
** Lore|Lore&lt;br /&gt;
** Combat System|Combat System&lt;br /&gt;
** Characters|Characters&lt;br /&gt;
** Equipment|Equipment&lt;br /&gt;
** TCRN Impetus|TCRN Impetus&lt;br /&gt;
** Factions|Factions&lt;br /&gt;
&lt;br /&gt;
* navigation&lt;br /&gt;
** recentchanges-url|recentchanges&lt;br /&gt;
** Special:ListFiles|File List&lt;br /&gt;
** Special:WantedPages|Wanted pages&lt;br /&gt;
** helppage|help-mediawiki&lt;br /&gt;
&lt;br /&gt;
* SEARCH&lt;br /&gt;
* TOOLBOX&lt;br /&gt;
* LANGUAGES&lt;/div&gt;</summary>
		<author><name>76561198021843184</name></author>
	</entry>
	<entry>
		<id>https://wiki.hoodedhorse.com/MENACE/index.php?title=Module:IconNav&amp;diff=7707</id>
		<title>Module:IconNav</title>
		<link rel="alternate" type="text/html" href="https://wiki.hoodedhorse.com/MENACE/index.php?title=Module:IconNav&amp;diff=7707"/>
		<updated>2026-02-27T15:38:03Z</updated>

		<summary type="html">&lt;p&gt;76561198021843184: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;local p = {}&lt;br /&gt;
&lt;br /&gt;
function p.main(frame)&lt;br /&gt;
    local args = frame:getParent().args&lt;br /&gt;
    local icons = {}&lt;br /&gt;
    local links = {}&lt;br /&gt;
&lt;br /&gt;
    -- Collect icon/link pairs&lt;br /&gt;
    local i = 1&lt;br /&gt;
    while args[&#039;icon&#039; .. i] do&lt;br /&gt;
        table.insert(icons, args[&#039;icon&#039; .. i])&lt;br /&gt;
        table.insert(links, args[&#039;link&#039; .. i])&lt;br /&gt;
        i = i + 1&lt;br /&gt;
    end&lt;br /&gt;
&lt;br /&gt;
    -- Header parameters&lt;br /&gt;
    local headerText = args[&#039;header&#039;]&lt;br /&gt;
    local leftImage  = args[&#039;leftImage&#039;]&lt;br /&gt;
    local rightImage = args[&#039;rightImage&#039;]&lt;br /&gt;
&lt;br /&gt;
    -- size parameters&lt;br /&gt;
    local iconSize = args[&#039;iconSize&#039;] or &#039;124px&#039;&lt;br /&gt;
    local iconHeaderSize = args[&#039;iconHeaderSize&#039;] or &#039;15px&#039;&lt;br /&gt;
    local tableWidth = args[&#039;width&#039;] or &#039;95%&#039;&lt;br /&gt;
&lt;br /&gt;
    -- Build icon row (no auto File:, no auto .png)&lt;br /&gt;
    local iconRow = &#039;| &#039;&lt;br /&gt;
    for j, icon in ipairs(icons) do&lt;br /&gt;
        if j &amp;gt; 1 then iconRow = iconRow .. &#039; || &#039; end&lt;br /&gt;
        iconRow = iconRow .. &#039;[[&#039; .. icon .. &#039;|link=&#039; .. (links[j] or &#039;&#039;) .. &#039;|&#039; .. iconSize .. &#039;]]&#039;&lt;br /&gt;
    end&lt;br /&gt;
&lt;br /&gt;
    -- Build link row&lt;br /&gt;
    local linkRow = &#039;| &#039;&lt;br /&gt;
    for j, link in ipairs(links) do&lt;br /&gt;
        if j &amp;gt; 1 then linkRow = linkRow .. &#039; || &#039; end&lt;br /&gt;
        linkRow = linkRow .. &#039;[[&#039; .. link .. &#039;]]&#039;&lt;br /&gt;
    end&lt;br /&gt;
&lt;br /&gt;
    local result = &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
    -- Determine if header should be shown&lt;br /&gt;
    local hasHeader =&lt;br /&gt;
        (headerText and headerText ~= &#039;&#039;) or&lt;br /&gt;
        (leftImage and leftImage ~= &#039;&#039;) or&lt;br /&gt;
        (rightImage and rightImage ~= &#039;&#039;)&lt;br /&gt;
&lt;br /&gt;
    if hasHeader then&lt;br /&gt;
        local headerLine = &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
        if leftImage and leftImage ~= &#039;&#039; then&lt;br /&gt;
            headerLine = headerLine .. &#039;[[&#039; .. leftImage .. &#039;|&#039; .. iconHeaderSize .. &#039;|link=]]&amp;amp;numsp;&#039;&lt;br /&gt;
        end&lt;br /&gt;
        if headerText and headerText ~= &#039;&#039; then&lt;br /&gt;
            headerLine = headerLine .. &amp;quot;&#039;&#039;&#039;&amp;quot; .. headerText .. &amp;quot;&#039;&#039;&#039;&amp;quot;&lt;br /&gt;
        end&lt;br /&gt;
        if rightImage and rightImage ~= &#039;&#039; then&lt;br /&gt;
            headerLine = headerLine .. &#039;&amp;amp;numsp;[[&#039; .. rightImage .. &#039;|&#039; .. iconHeaderSize .. &#039;|link=]]&#039;&lt;br /&gt;
        end&lt;br /&gt;
&lt;br /&gt;
        result = result .. &#039;{| class=&amp;quot;gridBG&amp;quot; align=&amp;quot;center&amp;quot; style=&amp;quot;background-color:#; width: &#039; .. tableWidth .. &#039;; height: 50px; border: 1px solid white; color: white; border-left: none; border-right: none; border-top: none;&amp;quot;\n&#039;&lt;br /&gt;
        result = result .. &#039;| class=&amp;quot;hides hidem&amp;quot; style=&amp;quot;font-size: 125%; text-align: center;&amp;quot; | &amp;lt;center&amp;gt;&amp;lt;big&amp;gt;&#039; .. headerLine .. &#039;&amp;lt;/big&amp;gt;&amp;lt;/center&amp;gt;\n&#039;&lt;br /&gt;
        result = result .. &#039;|}\n&#039;&lt;br /&gt;
    end&lt;br /&gt;
&lt;br /&gt;
    -- Lower table&lt;br /&gt;
    result = result .. &#039;&amp;lt;div style=&amp;quot;overflow-x:auto; width:100%;&amp;quot;&amp;gt;&amp;lt;center&amp;gt;\n&#039;&lt;br /&gt;
    result = result .. &#039;{| style=&amp;quot;width: &#039; .. tableWidth .. &#039;; text-align: center;&amp;quot;\n&#039;&lt;br /&gt;
    result = result .. &#039;|-\n&#039;&lt;br /&gt;
    result = result .. &#039;| style=&amp;quot;height: 20px;&amp;quot; |\n&#039;&lt;br /&gt;
    result = result .. &#039;|-\n&#039;&lt;br /&gt;
    result = result .. iconRow .. &#039;\n&#039;&lt;br /&gt;
    result = result .. &#039;|-\n&#039;&lt;br /&gt;
    result = result .. linkRow .. &#039;\n&#039;&lt;br /&gt;
    result = result .. &#039;|}\n&#039;&lt;br /&gt;
    result = result .. &#039;&amp;lt;/center&amp;gt;&amp;lt;/div&amp;gt;&#039;&lt;br /&gt;
&lt;br /&gt;
    return result&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
return p&lt;/div&gt;</summary>
		<author><name>76561198021843184</name></author>
	</entry>
	<entry>
		<id>https://wiki.hoodedhorse.com/MENACE/index.php?title=MENACE_Official_Wiki&amp;diff=7703</id>
		<title>MENACE Official Wiki</title>
		<link rel="alternate" type="text/html" href="https://wiki.hoodedhorse.com/MENACE/index.php?title=MENACE_Official_Wiki&amp;diff=7703"/>
		<updated>2026-02-27T14:41:57Z</updated>

		<summary type="html">&lt;p&gt;76561198021843184: test with new icon template&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| class=&amp;quot;gridBG&amp;quot; align=&amp;quot;center&amp;quot; style=&amp;quot;background-color:; width: 100%; border: 2px solid #c7aa3f ; color: white; border-left: none; border-right: none;&amp;quot;&lt;br /&gt;
| class=&amp;quot;hides hidem&amp;quot; | [[File:Menace_Logo_Final_primary.png|150px|center|link=https://store.steampowered.com/app/2432860/MENACE/]]&lt;br /&gt;
| class=&amp;quot;hides hidem&amp;quot; style=&amp;quot;font-size: 125%; text-align: center; color: white;&amp;quot; | Official Community Wiki for MENACE&lt;br /&gt;
| class=&amp;quot;hides hidem&amp;quot; style=&amp;quot;padding-left: 50px;&amp;quot; | [[File:Hooded_Horse_Logo_W.png|link=https://hoodedhorse.com/|header|100px|center|Hooded Horse Publishing]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{IconNav&lt;br /&gt;
|width=75%&lt;br /&gt;
|header=&lt;br /&gt;
|leftImage=&lt;br /&gt;
|rightImage=&lt;br /&gt;
|sideSize=15px&lt;br /&gt;
|iconSize=100px&lt;br /&gt;
|icon1=File:Promotion 12.png |link1=Characters&lt;br /&gt;
|icon2=File:Promotion 04.png |link2=Promotions&lt;br /&gt;
|icon3=File:Promotion 13.png |link3=Perks&lt;br /&gt;
|icon4=File:Promotion 84.png |link4=Supply Cost&lt;br /&gt;
|icon5=File:Starting perk 09.png |link5=OCIs&lt;br /&gt;
|icon6=File:Starting perk 13.png |link6=TCRN Impetus&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;[[MENACE]]&#039;&#039;&#039; is a turn-based tactical RPG where players lead a strike force against an alien threat in a distant, lawless system. Set in the Wayback system, players command a mix of marines, mercenaries, and criminals to face off against pirates, corporations, and fractured governments while uncovering an emerging danger. The game features detailed, strategic combat with tanks, mechs, and infantry, offering a wide range of equipment and customization options. With a focus on training troops and executing complex missions, MENACE delivers a challenging and immersive tactical experience.&lt;br /&gt;
&lt;br /&gt;
This wiki&#039;s goal is to become the community&#039;s repository of knowledge, free and editable by all and useful for newcomers, experienced players, and modders alike.&lt;br /&gt;
&lt;br /&gt;
If you want to help, [[Special:UserLogin|log in here]] using your Steam account!&lt;br /&gt;
&lt;br /&gt;
== Important Pages ==&lt;br /&gt;
{| style=&amp;quot;width: 100%; text-align: left&amp;quot;&lt;br /&gt;
! [[Characters]]&lt;br /&gt;
! [[TCRN Impetus]]&lt;br /&gt;
! Gameplay Overview&lt;br /&gt;
! [[Combat System]]&lt;br /&gt;
|- style=&amp;quot;vertical-align:top&amp;quot;&lt;br /&gt;
| style=&amp;quot;width: 25%; |&lt;br /&gt;
* [[Characters#Squad Leaders| List of all Characters]]&lt;br /&gt;
* [[Promotion and Demotion|Promotion &amp;amp; Demotion]]&lt;br /&gt;
* [[Perks|All Perks]]&lt;br /&gt;
* [[Supply Cost]]&lt;br /&gt;
| style=&amp;quot;width: 25%; |&lt;br /&gt;
* [[OCIs]]&lt;br /&gt;
| style=&amp;quot;width: 25%; | &lt;br /&gt;
* [[Starmap]]&lt;br /&gt;
* [[Operations]]&lt;br /&gt;
* [[Missions]]&lt;br /&gt;
* [[Biomes]]&lt;br /&gt;
* [[Lighting &amp;amp; Weather]]&lt;br /&gt;
* [[Black Market]]&lt;br /&gt;
| style=&amp;quot;width: 25%; |&lt;br /&gt;
* [[Morale]]&lt;br /&gt;
* [[Discipline]]&lt;br /&gt;
* [[Suppression]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;width: 100%; text-align: left&amp;quot;&lt;br /&gt;
! [[Equipment]]&lt;br /&gt;
! [[Factions]]&lt;br /&gt;
! Lore&lt;br /&gt;
! News &amp;amp; Patches&lt;br /&gt;
|- style=&amp;quot;vertical-align:top&amp;quot;&lt;br /&gt;
| style=&amp;quot;width: 25%; |&lt;br /&gt;
* [[Weapons]]&lt;br /&gt;
* [[Armor]]&lt;br /&gt;
* [[Accessories]]&lt;br /&gt;
* [[Vehicles]]&lt;br /&gt;
* [[Vehicle Weapons]]&lt;br /&gt;
* [[Vehicle Accessories]]&lt;br /&gt;
| style=&amp;quot;width: 25%; | &lt;br /&gt;
* [[Rogue Army]]&lt;br /&gt;
* [[Pirates]]&lt;br /&gt;
* [[Alien Wildlife]]&lt;br /&gt;
* [[MENACE]]&lt;br /&gt;
| style=&amp;quot;width: 25%; |&lt;br /&gt;
* [[Wayback System]]&lt;br /&gt;
* [[Terran Congressional Republic]]&lt;br /&gt;
| style=&amp;quot;width: 25%; |&lt;br /&gt;
* [[Developer Diaries]]&lt;br /&gt;
* [[Patches]]&lt;br /&gt;
* [[Beginner&#039;s Guide]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===== Want to help improve the wiki? =====&lt;br /&gt;
----&lt;br /&gt;
Anyone can contribute to the wiki. If you want to contribute, you can log in using your Steam account [[Special:UserLogin|here]]. If you have any questions, or would like to contact us, you can find our Wiki Discord channel on the [https://discord.com/invite/gYbaYRqwNe Developer&#039;s Discord] server.&lt;br /&gt;
&lt;br /&gt;
===== External links =====&lt;br /&gt;
----&lt;br /&gt;
* [https://store.steampowered.com/app/2432860/MENACE/ Steam Page]&lt;br /&gt;
* [https://discord.com/invite/gYbaYRqwNe Developer&#039;s Discord]&lt;br /&gt;
&lt;br /&gt;
{{#ev:youtube|bxf-jas6aPI||center||}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;seo metadescription=&amp;quot;The official wiki for MENACE, developed by Overhype Studios and published by Hooded Horse&amp;quot; /&amp;gt;&lt;/div&gt;</summary>
		<author><name>76561198021843184</name></author>
	</entry>
	<entry>
		<id>https://wiki.hoodedhorse.com/MENACE/index.php?title=Promotion_and_Demotion&amp;diff=7702</id>
		<title>Promotion and Demotion</title>
		<link rel="alternate" type="text/html" href="https://wiki.hoodedhorse.com/MENACE/index.php?title=Promotion_and_Demotion&amp;diff=7702"/>
		<updated>2026-02-27T14:40:36Z</updated>

		<summary type="html">&lt;p&gt;76561198021843184: 76561198021843184 moved page Promotion and Demotion to Promotions and Demotions&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[Promotions and Demotions]]&lt;/div&gt;</summary>
		<author><name>76561198021843184</name></author>
	</entry>
	<entry>
		<id>https://wiki.hoodedhorse.com/MENACE/index.php?title=Promotions_and_Demotions&amp;diff=7701</id>
		<title>Promotions and Demotions</title>
		<link rel="alternate" type="text/html" href="https://wiki.hoodedhorse.com/MENACE/index.php?title=Promotions_and_Demotions&amp;diff=7701"/>
		<updated>2026-02-27T14:40:36Z</updated>

		<summary type="html">&lt;p&gt;76561198021843184: 76561198021843184 moved page Promotion and Demotion to Promotions and Demotions&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Promotions and demotions&#039;&#039;&#039; are actions performed by the player to promote or demote a squad leader (SL) or pilot. Promoting a [[Characters|character]] does not happen automatically and costs [[#Promotion Points| promotion points]].&lt;br /&gt;
&lt;br /&gt;
The cost of promoting the same character increases with each promotion. Each time a character is promoted, an additional [[Supply_Cost#Promotion_tax|promotion tax]] is added to the [[Supply Cost]] of that character.&lt;br /&gt;
&lt;br /&gt;
==Ranks==&lt;br /&gt;
[[Characters]] can hold one of eight ranks, ranging from (1) Lance Corporal to (8) Master Gunnery Sergeant. &lt;br /&gt;
:{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ Ranks of characters&lt;br /&gt;
|-&lt;br /&gt;
! Nr. !! Name !! {{H:title|The promotion cost for promoting a character to the next rank|Prom. Cost}}&lt;br /&gt;
|-&lt;br /&gt;
| 1 || [[File:Rank 01.png|40px]] Lance Corporal || 20&lt;br /&gt;
|-&lt;br /&gt;
| 2 || [[File:Rank 02.png|40px]] Corporal || 30&lt;br /&gt;
|-&lt;br /&gt;
| 3 || [[File:Rank 03.png|40px]] Sergeant || 40&lt;br /&gt;
|-&lt;br /&gt;
| 4 || [[File:Rank 04.png|40px]] Staff Sergeant || 55&lt;br /&gt;
|-&lt;br /&gt;
| 5 || [[File:Rank 05.png|40px]] Gunnery Sergeant || 75&lt;br /&gt;
|-&lt;br /&gt;
| 6 || [[File:Rank 06.png|40px]] Master Sergeant || 100&lt;br /&gt;
|-&lt;br /&gt;
| 7 || [[File:Rank 07.png|40px]] First Sergeant || 130&lt;br /&gt;
|-&lt;br /&gt;
| 8 || [[File:Rank 08.png|40px]] Master Gunnery Sergeant || N/A&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Promotion==&lt;br /&gt;
===Promotion Points===&lt;br /&gt;
Promotion points can be earned in the following ways:&amp;lt;ref&amp;gt;Overhype Studio, Dev Diary #9 - Perks and Promotions [https://store.steampowered.com/news/app/2432860/view/512950040394727467]&amp;lt;/ref&amp;gt;&lt;br /&gt;
* Completing missions&lt;br /&gt;
* Fulfilling bonus objectives&lt;br /&gt;
* Exceeding mission requirements&lt;br /&gt;
* Completing events&lt;br /&gt;
&lt;br /&gt;
The higher the [[Missions#Success_In_Battle|Mission Rating]], the more promotion points you will receive for completing that mission. The game rewards you with promotion points for each individual mission, so even if you fail an operation, you will still gain promotion points.&lt;br /&gt;
&lt;br /&gt;
The [[OCIs|OCI]] &#039;&#039;&#039;DCRAC&#039;&#039;&#039; Provides a +20% increase to all earned Promotion Points.&lt;br /&gt;
&lt;br /&gt;
==Demotion==&lt;br /&gt;
If absolutely necessary, a character can be demoted down to a lower rank, which refunds half of the promotion points of the corresponding rank. Perks gained through promotions can only be removed in reverse order. This means that, at any given time, only the most recently purchased perk can be removed.&lt;br /&gt;
&lt;br /&gt;
==References ==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;/div&gt;</summary>
		<author><name>76561198021843184</name></author>
	</entry>
	<entry>
		<id>https://wiki.hoodedhorse.com/MENACE/index.php?title=Promotions&amp;diff=7700</id>
		<title>Promotions</title>
		<link rel="alternate" type="text/html" href="https://wiki.hoodedhorse.com/MENACE/index.php?title=Promotions&amp;diff=7700"/>
		<updated>2026-02-27T14:40:28Z</updated>

		<summary type="html">&lt;p&gt;76561198021843184: Redirected page to Promotions and Demotions&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#redirect [[Promotions and Demotions]]&lt;/div&gt;</summary>
		<author><name>76561198021843184</name></author>
	</entry>
	<entry>
		<id>https://wiki.hoodedhorse.com/MENACE/index.php?title=Template:IconNav&amp;diff=7699</id>
		<title>Template:IconNav</title>
		<link rel="alternate" type="text/html" href="https://wiki.hoodedhorse.com/MENACE/index.php?title=Template:IconNav&amp;diff=7699"/>
		<updated>2026-02-27T14:33:35Z</updated>

		<summary type="html">&lt;p&gt;76561198021843184: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#invoke:IconNav|main}}&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
===Usage===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{IconNav&lt;br /&gt;
|width=&lt;br /&gt;
|header=&lt;br /&gt;
|leftImage=&lt;br /&gt;
|rightImage=&lt;br /&gt;
|sideSize=15px&lt;br /&gt;
|iconSize=100px&lt;br /&gt;
|icon1=filepagename |link1=articlename&lt;br /&gt;
|icon2=filepagename |link2=articlename&lt;br /&gt;
|icon3=filepagename |link3=articlename&lt;br /&gt;
|icon4=filepagename |link4=articlename&lt;br /&gt;
|icon5=filepagename |link5=articlename&lt;br /&gt;
|icon6=filepagename |link6=articlename&lt;br /&gt;
|icon7=filepagename |link7=articlename&lt;br /&gt;
|icon8=filepagename |link8=articlename&lt;br /&gt;
|icon9=filepagename |link9=articlename&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>76561198021843184</name></author>
	</entry>
	<entry>
		<id>https://wiki.hoodedhorse.com/MENACE/index.php?title=Module:IconNav&amp;diff=7698</id>
		<title>Module:IconNav</title>
		<link rel="alternate" type="text/html" href="https://wiki.hoodedhorse.com/MENACE/index.php?title=Module:IconNav&amp;diff=7698"/>
		<updated>2026-02-27T14:33:06Z</updated>

		<summary type="html">&lt;p&gt;76561198021843184: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;local p = {}&lt;br /&gt;
&lt;br /&gt;
function p.main(frame)&lt;br /&gt;
    local args = frame:getParent().args&lt;br /&gt;
    local icons = {}&lt;br /&gt;
    local links = {}&lt;br /&gt;
&lt;br /&gt;
    -- Collect icon/link pairs&lt;br /&gt;
    local i = 1&lt;br /&gt;
    while args[&#039;icon&#039; .. i] do&lt;br /&gt;
        table.insert(icons, args[&#039;icon&#039; .. i])&lt;br /&gt;
        table.insert(links, args[&#039;link&#039; .. i])&lt;br /&gt;
        i = i + 1&lt;br /&gt;
    end&lt;br /&gt;
&lt;br /&gt;
    -- Header parameters&lt;br /&gt;
    local headerText = args[&#039;header&#039;]&lt;br /&gt;
    local leftImage  = args[&#039;leftImage&#039;]&lt;br /&gt;
    local rightImage = args[&#039;rightImage&#039;]&lt;br /&gt;
&lt;br /&gt;
    -- size parameters&lt;br /&gt;
    local iconSize = args[&#039;iconSize&#039;] or &#039;124px&#039;&lt;br /&gt;
    local iconHeaderSize = args[&#039;iconHeaderSize&#039;] or &#039;15px&#039;&lt;br /&gt;
    local tableWidth = args[&#039;width&#039;] or &#039;95%&#039;&lt;br /&gt;
&lt;br /&gt;
    -- Build icon row (no auto File:, no auto .png)&lt;br /&gt;
    local iconRow = &#039;| &#039;&lt;br /&gt;
    for j, icon in ipairs(icons) do&lt;br /&gt;
        if j &amp;gt; 1 then iconRow = iconRow .. &#039; || &#039; end&lt;br /&gt;
        iconRow = iconRow .. &#039;[[&#039; .. icon .. &#039;|link=&#039; .. (links[j] or &#039;&#039;) .. &#039;|&#039; .. iconSize .. &#039;]]&#039;&lt;br /&gt;
    end&lt;br /&gt;
&lt;br /&gt;
    -- Build link row&lt;br /&gt;
    local linkRow = &#039;| &#039;&lt;br /&gt;
    for j, link in ipairs(links) do&lt;br /&gt;
        if j &amp;gt; 1 then linkRow = linkRow .. &#039; || &#039; end&lt;br /&gt;
        linkRow = linkRow .. &#039;[[&#039; .. link .. &#039;]]&#039;&lt;br /&gt;
    end&lt;br /&gt;
&lt;br /&gt;
    local result = &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
    -- Determine if header should be shown&lt;br /&gt;
    local hasHeader =&lt;br /&gt;
        (headerText and headerText ~= &#039;&#039;) or&lt;br /&gt;
        (leftImage and leftImage ~= &#039;&#039;) or&lt;br /&gt;
        (rightImage and rightImage ~= &#039;&#039;)&lt;br /&gt;
&lt;br /&gt;
    if hasHeader then&lt;br /&gt;
        local headerLine = &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
        if leftImage and leftImage ~= &#039;&#039; then&lt;br /&gt;
            headerLine = headerLine .. &#039;[[&#039; .. leftImage .. &#039;|&#039; .. iconHeaderSize .. &#039;|link=]]&amp;amp;numsp;&#039;&lt;br /&gt;
        end&lt;br /&gt;
        if headerText and headerText ~= &#039;&#039; then&lt;br /&gt;
            headerLine = headerLine .. &amp;quot;&#039;&#039;&#039;&amp;quot; .. headerText .. &amp;quot;&#039;&#039;&#039;&amp;quot;&lt;br /&gt;
        end&lt;br /&gt;
        if rightImage and rightImage ~= &#039;&#039; then&lt;br /&gt;
            headerLine = headerLine .. &#039;&amp;amp;numsp;[[&#039; .. rightImage .. &#039;|&#039; .. iconHeaderSize .. &#039;|link=]]&#039;&lt;br /&gt;
        end&lt;br /&gt;
&lt;br /&gt;
        result = result .. &#039;{| class=&amp;quot;gridBG&amp;quot; align=&amp;quot;center&amp;quot; style=&amp;quot;background-color:#; width: &#039; .. tableWidth .. &#039;; height: 50px; border: 1px solid white; color: white; border-left: none; border-right: none; border-top: none;&amp;quot;\n&#039;&lt;br /&gt;
        result = result .. &#039;| class=&amp;quot;hides hidem&amp;quot; style=&amp;quot;font-size: 125%; text-align: center;&amp;quot; | &amp;lt;center&amp;gt;&amp;lt;big&amp;gt;&#039; .. headerLine .. &#039;&amp;lt;/big&amp;gt;&amp;lt;/center&amp;gt;\n&#039;&lt;br /&gt;
        result = result .. &#039;|}\n&#039;&lt;br /&gt;
    end&lt;br /&gt;
&lt;br /&gt;
    -- Lower table&lt;br /&gt;
    result = result .. &#039;&amp;lt;center&amp;gt;\n&#039;&lt;br /&gt;
    result = result .. &#039;{| style=&amp;quot;width: &#039; .. tableWidth .. &#039;; text-align: center;&amp;quot;\n&#039;&lt;br /&gt;
    result = result .. &#039;|-\n&#039;&lt;br /&gt;
    result = result .. &#039;| style=&amp;quot;height: 20px;&amp;quot; |\n&#039;&lt;br /&gt;
    result = result .. &#039;|-\n&#039;&lt;br /&gt;
    result = result .. iconRow .. &#039;\n&#039;&lt;br /&gt;
    result = result .. &#039;|-\n&#039;&lt;br /&gt;
    result = result .. linkRow .. &#039;\n&#039;&lt;br /&gt;
    result = result .. &#039;|}\n&#039;&lt;br /&gt;
    result = result .. &#039;&amp;lt;/center&amp;gt;&#039;&lt;br /&gt;
&lt;br /&gt;
    return result&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
return p&lt;/div&gt;</summary>
		<author><name>76561198021843184</name></author>
	</entry>
	<entry>
		<id>https://wiki.hoodedhorse.com/MENACE/index.php?title=Perks&amp;diff=7697</id>
		<title>Perks</title>
		<link rel="alternate" type="text/html" href="https://wiki.hoodedhorse.com/MENACE/index.php?title=Perks&amp;diff=7697"/>
		<updated>2026-02-27T14:21:44Z</updated>

		<summary type="html">&lt;p&gt;76561198021843184: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Unique Perks ==&lt;br /&gt;
Each character has &#039;&#039;&#039;4 unique perks&#039;&#039;&#039; that only they have access to. One of these is the unique &#039;&#039;&#039;starting perk&#039;&#039;&#039;, which is always unlocked from the start.&lt;br /&gt;
&lt;br /&gt;
==== Jane Darby ====&lt;br /&gt;
{| class=&amp;quot;wikitable mw-collapsible&amp;quot;  style=&amp;quot;min-width: 60%;&amp;quot;&lt;br /&gt;
! Perk !! Description &lt;br /&gt;
|-&lt;br /&gt;
| {{PerkIcon|High Value Targets}} || {{PerkDescription|High Value Targets}}&lt;br /&gt;
|-&lt;br /&gt;
| {{PerkIcon|Covert Ops}} || {{PerkDescription|Covert Ops}}&lt;br /&gt;
|-&lt;br /&gt;
| {{PerkIcon|Ambush}} || {{PerkDescription|Ambush}}&lt;br /&gt;
|-&lt;br /&gt;
| {{PerkIcon|Impossible Shot}} || {{PerkDescription|Impossible Shot}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Charles Lim ====&lt;br /&gt;
{| class=&amp;quot;wikitable mw-collapsible&amp;quot;  style=&amp;quot;min-width: 60%;&amp;quot;&lt;br /&gt;
! Perk !! Description &lt;br /&gt;
|-&lt;br /&gt;
| {{PerkIcon|Aspiring}} || {{PerkDescription|Aspiring}}&lt;br /&gt;
|-&lt;br /&gt;
| {{PerkIcon|Run And Gun}} || {{PerkDescription|Run And Gun}}&lt;br /&gt;
|-&lt;br /&gt;
| {{PerkIcon|Return Of Serve}} || {{PerkDescription|Return Of Serve}}&lt;br /&gt;
|-&lt;br /&gt;
| {{PerkIcon|Blaze Of Glory}} || {{PerkDescription|Blaze Of Glory}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Marta Carda ====&lt;br /&gt;
{| class=&amp;quot;wikitable mw-collapsible&amp;quot;  style=&amp;quot;min-width: 60%;&amp;quot;&lt;br /&gt;
! Perk !! Description &lt;br /&gt;
|-&lt;br /&gt;
| {{PerkIcon|Out Of The Craters}} || {{PerkDescription|Out Of The Craters}}&lt;br /&gt;
|-&lt;br /&gt;
| {{PerkIcon|First Aid}} || {{PerkDescription|First Aid}}&lt;br /&gt;
|-&lt;br /&gt;
| {{PerkIcon|Share The Load}} || {{PerkDescription|Share The Load}}&lt;br /&gt;
|-&lt;br /&gt;
| {{PerkIcon|Team Spirit}} || {{PerkDescription|Team Spirit}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Edwin Pike ====&lt;br /&gt;
{| class=&amp;quot;wikitable mw-collapsible&amp;quot;  style=&amp;quot;min-width: 60%;&amp;quot;&lt;br /&gt;
! Perk !! Description &lt;br /&gt;
|-&lt;br /&gt;
| {{PerkIcon|Taking Command}} || {{PerkDescription|Taking Command}}&lt;br /&gt;
|-&lt;br /&gt;
| {{PerkIcon|Inspiring Presence}} || {{PerkDescription|Inspiring Presence}}&lt;br /&gt;
|-&lt;br /&gt;
| {{PerkIcon|Command: Rally}} || {{PerkDescription|Command: Rally}}&lt;br /&gt;
|-&lt;br /&gt;
| {{PerkIcon|Stalwart}} || {{PerkDescription|Stalwart}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Tekko&#039;Beo Phosa ====&lt;br /&gt;
{| class=&amp;quot;wikitable mw-collapsible&amp;quot;  style=&amp;quot;min-width: 60%;&amp;quot;&lt;br /&gt;
! Perk !! Description &lt;br /&gt;
|-&lt;br /&gt;
| {{PerkIcon|Get Motherfucked}} || {{PerkDescription|Get Motherfucked}}&lt;br /&gt;
|-&lt;br /&gt;
| {{PerkIcon|Linebreaker}} || {{PerkDescription|Linebreaker}}&lt;br /&gt;
|-&lt;br /&gt;
| {{PerkIcon|Long Bomb}} || {{PerkDescription|Long Bomb}}&lt;br /&gt;
|-&lt;br /&gt;
| {{PerkIcon|Die Hard}} || {{PerkDescription|Die Hard}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Jean Sy ====&lt;br /&gt;
{| class=&amp;quot;wikitable mw-collapsible&amp;quot;  style=&amp;quot;min-width: 60%;&amp;quot;&lt;br /&gt;
! Perk !! Description &lt;br /&gt;
|-&lt;br /&gt;
| {{PerkIcon|Economics 101}} || {{PerkDescription|Economics 101}}&lt;br /&gt;
|-&lt;br /&gt;
| {{PerkIcon|Trinketing}} || {{PerkDescription|Trinketing}}&lt;br /&gt;
|-&lt;br /&gt;
| {{PerkIcon|Resourceful}} || {{PerkDescription|Resourceful}}&lt;br /&gt;
|-&lt;br /&gt;
| {{PerkIcon|Pirate&#039;s Luck}} || {{PerkDescription|Pirate&#039;s Luck}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Kody Greifinger ====&lt;br /&gt;
{| class=&amp;quot;wikitable mw-collapsible&amp;quot;  style=&amp;quot;min-width: 60%;&amp;quot;&lt;br /&gt;
! Perk !! Description &lt;br /&gt;
|-&lt;br /&gt;
| {{PerkIcon|Guerilla}} || {{PerkDescription|Guerilla}}&lt;br /&gt;
|-&lt;br /&gt;
| {{PerkIcon|Recover}} || {{PerkDescription|Recover}}&lt;br /&gt;
|-&lt;br /&gt;
| {{PerkIcon|Deploy Decoy}} || {{PerkDescription|Deploy Decoy}}&lt;br /&gt;
|-&lt;br /&gt;
| {{PerkIcon|Assassin}} || {{PerkDescription|Assassin}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Fedor Yazhov ====&lt;br /&gt;
{| class=&amp;quot;wikitable mw-collapsible&amp;quot;  style=&amp;quot;min-width: 60%;&amp;quot;&lt;br /&gt;
! Perk !! Description &lt;br /&gt;
|-&lt;br /&gt;
| {{PerkIcon|No Mercy}} || {{PerkDescription|No Mercy}}&lt;br /&gt;
|-&lt;br /&gt;
| {{PerkIcon|Fearsome}} || {{PerkDescription|Fearsome}}&lt;br /&gt;
|-&lt;br /&gt;
| {{PerkIcon|Gostepriimstvo Babushki}} || {{PerkDescription|Gostepriimstvo Babushki}}&lt;br /&gt;
|-&lt;br /&gt;
| {{PerkIcon|Close And Personal}} || {{PerkDescription|Close And Personal}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== J.G. Wetteroth ====&lt;br /&gt;
{| class=&amp;quot;wikitable mw-collapsible&amp;quot;  style=&amp;quot;min-width: 60%;&amp;quot;&lt;br /&gt;
! Perk !! Description &lt;br /&gt;
|-&lt;br /&gt;
| {{PerkIcon|Big Game Hunter}} || {{PerkDescription|Big Game Hunter}}&lt;br /&gt;
|-&lt;br /&gt;
| {{PerkIcon|This Is A Knife}} || {{PerkDescription|This Is A Knife}}&lt;br /&gt;
|-&lt;br /&gt;
| {{PerkIcon|Deploy Wire Slings}} || {{PerkDescription|Deploy Wire Slings}}&lt;br /&gt;
|-&lt;br /&gt;
| {{PerkIcon|Finishing Shot}} || {{PerkDescription|Finishing Shot}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Jacques Yves Vamplew ====&lt;br /&gt;
{| class=&amp;quot;wikitable mw-collapsible&amp;quot;  style=&amp;quot;min-width: 60%;&amp;quot;&lt;br /&gt;
! Perk !! Description &lt;br /&gt;
|-&lt;br /&gt;
| {{PerkIcon|Partir De Rien}} || {{PerkDescription|Partir De Rien}}&lt;br /&gt;
|-&lt;br /&gt;
| {{PerkIcon|Taunt}} || {{PerkDescription|Taunt}}&lt;br /&gt;
|-&lt;br /&gt;
| {{PerkIcon|Disdain}} || {{PerkDescription|Disdain}}&lt;br /&gt;
|-&lt;br /&gt;
| {{PerkIcon|Flamboyant}} || {{PerkDescription|Flamboyant}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Sachin Singh ====&lt;br /&gt;
{| class=&amp;quot;wikitable mw-collapsible&amp;quot;  style=&amp;quot;min-width: 60%;&amp;quot;&lt;br /&gt;
! Perk !! Description &lt;br /&gt;
|-&lt;br /&gt;
| {{PerkIcon|Strength In Numbers}} || {{PerkDescription|Strength In Numbers}}&lt;br /&gt;
|-&lt;br /&gt;
| {{PerkIcon|Suppressive Fire}} || {{PerkDescription|Suppressive Fire}}&lt;br /&gt;
|-&lt;br /&gt;
| {{PerkIcon|Jump The Grenade}} || {{PerkDescription|Jump The Grenade}}&lt;br /&gt;
|-&lt;br /&gt;
| {{PerkIcon|Reinforcements}} || {{PerkDescription|Reinforcements}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Renu Rewa ====&lt;br /&gt;
{| class=&amp;quot;wikitable mw-collapsible&amp;quot;  style=&amp;quot;min-width: 60%;&amp;quot;&lt;br /&gt;
! Perk !! Description &lt;br /&gt;
|-&lt;br /&gt;
| {{PerkIcon|Revel In Slaughter}} || {{PerkDescription|Revel In Slaughter}}&lt;br /&gt;
|-&lt;br /&gt;
| {{PerkIcon|Roadkill}} || {{PerkDescription|Roadkill}}&lt;br /&gt;
|-&lt;br /&gt;
| {{PerkIcon|Grind Down}} || {{PerkDescription|Grind Down}}&lt;br /&gt;
|-&lt;br /&gt;
| {{PerkIcon|Fury}} || {{PerkDescription|Fury}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Gabriel Exconde ====&lt;br /&gt;
{| class=&amp;quot;wikitable mw-collapsible&amp;quot;  style=&amp;quot;min-width: 60%;&amp;quot;&lt;br /&gt;
! Perk !! Description &lt;br /&gt;
|-&lt;br /&gt;
| {{PerkIcon|Sentry}} || {{PerkDescription|Sentry}}&lt;br /&gt;
|-&lt;br /&gt;
| {{PerkIcon|Shepherd}} || {{PerkDescription|Shepherd}}&lt;br /&gt;
|-&lt;br /&gt;
| {{PerkIcon|Fervor}} || {{PerkDescription|Fervor}}&lt;br /&gt;
|-&lt;br /&gt;
| {{PerkIcon|Divine Intervention}} || {{PerkDescription|Divine Intervention}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Garry Boganwright ====&lt;br /&gt;
{| class=&amp;quot;wikitable mw-collapsible&amp;quot;  style=&amp;quot;min-width: 60%;&amp;quot;&lt;br /&gt;
! Perk !! Description &lt;br /&gt;
|-&lt;br /&gt;
| {{PerkIcon|Juryrigged}} || {{PerkDescription|Juryrigged}}&lt;br /&gt;
|-&lt;br /&gt;
| {{PerkIcon|Recycled Parts}} || {{PerkDescription|Recycled Parts}}&lt;br /&gt;
|-&lt;br /&gt;
| {{PerkIcon|Overload}} || {{PerkDescription|Overload}}&lt;br /&gt;
|-&lt;br /&gt;
| {{PerkIcon|Lucky Shot}} || {{PerkDescription|Lucky Shot}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Achilleas Kainoo ====&lt;br /&gt;
{| class=&amp;quot;wikitable mw-collapsible&amp;quot;  style=&amp;quot;min-width: 60%;&amp;quot;&lt;br /&gt;
! Perk !! Description &lt;br /&gt;
|-&lt;br /&gt;
| {{PerkIcon|Spartan Duty}} || {{PerkDescription|Spartan Duty}}&lt;br /&gt;
|-&lt;br /&gt;
| {{PerkIcon|Lancer}} || {{PerkDescription|Lancer}}&lt;br /&gt;
|-&lt;br /&gt;
| {{PerkIcon|Dash}} || {{PerkDescription|Dash}}&lt;br /&gt;
|-&lt;br /&gt;
| {{PerkIcon|Shield Wall}} || {{PerkDescription|Shield Wall}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Ivory Isom ====&lt;br /&gt;
{| class=&amp;quot;wikitable mw-collapsible&amp;quot;  style=&amp;quot;min-width: 60%;&amp;quot;&lt;br /&gt;
! Perk !! Description &lt;br /&gt;
|-&lt;br /&gt;
| {{PerkIcon|Zero In}} || {{PerkDescription|Zero In}}&lt;br /&gt;
|-&lt;br /&gt;
| {{PerkIcon|Shoot And Scoot}} || {{PerkDescription|Shoot And Scoot}}&lt;br /&gt;
|-&lt;br /&gt;
| {{PerkIcon|Directed Fire}} || {{PerkDescription|Directed Fire}}&lt;br /&gt;
|-&lt;br /&gt;
| {{PerkIcon|Barrage}} || {{PerkDescription|Barrage}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Fixed Perks ==&lt;br /&gt;
Each character has access to &#039;&#039;&#039;X fixed perks&#039;&#039;&#039; that are the same for all characters.&lt;br /&gt;
{| class=&amp;quot;wikitable mw-collapsible&amp;quot;  style=&amp;quot;min-width: 60%;&amp;quot;&lt;br /&gt;
! Perk !! Description &lt;br /&gt;
|-&lt;br /&gt;
| {{PerkIcon|Athletic}} || {{PerkDescription|Athletic}}&lt;br /&gt;
|-&lt;br /&gt;
| {{PerkIcon|Solid Grouping}} || {{PerkDescription|Solid Grouping}}&lt;br /&gt;
|-&lt;br /&gt;
| {{PerkIcon|New Tricks}} || {{PerkDescription|New Tricks}}&lt;br /&gt;
|-&lt;br /&gt;
| {{PerkIcon|Scout}} || {{PerkDescription|Scout}}&lt;br /&gt;
|-&lt;br /&gt;
| {{PerkIcon|Bags &amp;amp; Belts}} || {{PerkDescription|Bags &amp;amp; Belts}}&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Generic Perks ==&lt;br /&gt;
Each character has access to &#039;&#039;&#039;6 generic perks&#039;&#039;&#039; that are shared with others but taken from a bigger pool of general perks.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;min-width: 60%;&amp;quot;&lt;br /&gt;
! Perk !! Description !! Available to&lt;br /&gt;
|-&lt;br /&gt;
| {{PerkIcon|Vanguard}} || {{PerkDescription|Vanguard}} || &lt;br /&gt;
*[[Jane Darby]] &lt;br /&gt;
*[[Kody Greifinger]] &lt;br /&gt;
*[[Renu Rewa]] &lt;br /&gt;
*[[J.G. Wetteroth]] &lt;br /&gt;
*[[Achilleas Kainoo]]&lt;br /&gt;
|-&lt;br /&gt;
| {{PerkIcon|Critical Hits}} || {{PerkDescription|Critical Hits}} || &lt;br /&gt;
*[[Jacques Yves Vamplew]] &lt;br /&gt;
*[[Jean Sy]] &lt;br /&gt;
*[[J.G. Wetteroth]] &lt;br /&gt;
*[[Achilleas Kainoo]] &lt;br /&gt;
*[[Garry Boganwright ]]&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>76561198021843184</name></author>
	</entry>
	<entry>
		<id>https://wiki.hoodedhorse.com/MENACE/index.php?title=Template:IconNav&amp;diff=7696</id>
		<title>Template:IconNav</title>
		<link rel="alternate" type="text/html" href="https://wiki.hoodedhorse.com/MENACE/index.php?title=Template:IconNav&amp;diff=7696"/>
		<updated>2026-02-27T14:15:05Z</updated>

		<summary type="html">&lt;p&gt;76561198021843184: Protected &amp;quot;Template:IconNav&amp;quot; ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#invoke:IconNav|main}}&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
===Usage===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{IconNav&lt;br /&gt;
|header=&lt;br /&gt;
|leftImage=&lt;br /&gt;
|rightImage=&lt;br /&gt;
|sideSize=15px&lt;br /&gt;
|iconSize=100px&lt;br /&gt;
|icon1=filepagename |link1=articlename&lt;br /&gt;
|icon2=filepagename |link2=articlename&lt;br /&gt;
|icon3=filepagename |link3=articlename&lt;br /&gt;
|icon4=filepagename |link4=articlename&lt;br /&gt;
|icon5=filepagename |link5=articlename&lt;br /&gt;
|icon6=filepagename |link6=articlename&lt;br /&gt;
|icon7=filepagename |link7=articlename&lt;br /&gt;
|icon8=filepagename |link8=articlename&lt;br /&gt;
|icon9=filepagename |link9=articlename&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>76561198021843184</name></author>
	</entry>
	<entry>
		<id>https://wiki.hoodedhorse.com/MENACE/index.php?title=Module:IconNav&amp;diff=7695</id>
		<title>Module:IconNav</title>
		<link rel="alternate" type="text/html" href="https://wiki.hoodedhorse.com/MENACE/index.php?title=Module:IconNav&amp;diff=7695"/>
		<updated>2026-02-27T14:15:00Z</updated>

		<summary type="html">&lt;p&gt;76561198021843184: Protected &amp;quot;Module:IconNav&amp;quot; ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;local p = {}&lt;br /&gt;
&lt;br /&gt;
function p.main(frame)&lt;br /&gt;
    local args = frame:getParent().args&lt;br /&gt;
    local icons = {}&lt;br /&gt;
    local links = {}&lt;br /&gt;
&lt;br /&gt;
    -- Collect icon/link pairs&lt;br /&gt;
    local i = 1&lt;br /&gt;
    while args[&#039;icon&#039; .. i] do&lt;br /&gt;
        table.insert(icons, args[&#039;icon&#039; .. i])&lt;br /&gt;
        table.insert(links, args[&#039;link&#039; .. i])&lt;br /&gt;
        i = i + 1&lt;br /&gt;
    end&lt;br /&gt;
&lt;br /&gt;
    -- Header parameters&lt;br /&gt;
    local headerText = args[&#039;header&#039;]&lt;br /&gt;
    local leftImage  = args[&#039;leftImage&#039;]&lt;br /&gt;
    local rightImage = args[&#039;rightImage&#039;]&lt;br /&gt;
&lt;br /&gt;
    -- New size parameters&lt;br /&gt;
    local iconSize = args[&#039;iconSize&#039;] or &#039;124px&#039;&lt;br /&gt;
    local iconHeaderSize = args[&#039;iconHeaderSize&#039;] or &#039;15px&#039;&lt;br /&gt;
&lt;br /&gt;
    -- Build icon row (no auto File:, no auto .png)&lt;br /&gt;
    local iconRow = &#039;| &#039;&lt;br /&gt;
    for j, icon in ipairs(icons) do&lt;br /&gt;
        if j &amp;gt; 1 then iconRow = iconRow .. &#039; || &#039; end&lt;br /&gt;
        iconRow = iconRow .. &#039;[[&#039; .. icon .. &#039;|link=&#039; .. (links[j] or &#039;&#039;) .. &#039;|&#039; .. iconSize .. &#039;]]&#039;&lt;br /&gt;
    end&lt;br /&gt;
&lt;br /&gt;
    -- Build link row&lt;br /&gt;
    local linkRow = &#039;| &#039;&lt;br /&gt;
    for j, link in ipairs(links) do&lt;br /&gt;
        if j &amp;gt; 1 then linkRow = linkRow .. &#039; || &#039; end&lt;br /&gt;
        linkRow = linkRow .. &#039;[[&#039; .. link .. &#039;]]&#039;&lt;br /&gt;
    end&lt;br /&gt;
&lt;br /&gt;
    local result = &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
    -- Determine if header should be shown&lt;br /&gt;
    local hasHeader =&lt;br /&gt;
        (headerText and headerText ~= &#039;&#039;) or&lt;br /&gt;
        (leftImage and leftImage ~= &#039;&#039;) or&lt;br /&gt;
        (rightImage and rightImage ~= &#039;&#039;)&lt;br /&gt;
&lt;br /&gt;
    if hasHeader then&lt;br /&gt;
        local headerLine = &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
        if leftImage and leftImage ~= &#039;&#039; then&lt;br /&gt;
            headerLine = headerLine .. &#039;[[&#039; .. leftImage .. &#039;|&#039; .. iconHeaderSize .. &#039;|link=]]&amp;amp;numsp;&#039;&lt;br /&gt;
        end&lt;br /&gt;
        if headerText and headerText ~= &#039;&#039; then&lt;br /&gt;
            headerLine = headerLine .. &amp;quot;&#039;&#039;&#039;&amp;quot; .. headerText .. &amp;quot;&#039;&#039;&#039;&amp;quot;&lt;br /&gt;
        end&lt;br /&gt;
        if rightImage and rightImage ~= &#039;&#039; then&lt;br /&gt;
            headerLine = headerLine .. &#039;&amp;amp;numsp;[[&#039; .. rightImage .. &#039;|&#039; .. iconHeaderSize .. &#039;|link=]]&#039;&lt;br /&gt;
        end&lt;br /&gt;
&lt;br /&gt;
        result = result .. &#039;{| class=&amp;quot;gridBG&amp;quot; align=&amp;quot;center&amp;quot; style=&amp;quot;background-color:#; width: 95%; height: 50px; border: 1px solid white; color: white; border-left: none; border-right: none; border-top: none;&amp;quot;\n&#039;&lt;br /&gt;
        result = result .. &#039;| class=&amp;quot;hides hidem&amp;quot; style=&amp;quot;font-size: 125%; text-align: center;&amp;quot; | &amp;lt;center&amp;gt;&amp;lt;big&amp;gt;&#039; .. headerLine .. &#039;&amp;lt;/big&amp;gt;&amp;lt;/center&amp;gt;\n&#039;&lt;br /&gt;
        result = result .. &#039;|}\n&#039;&lt;br /&gt;
    end&lt;br /&gt;
&lt;br /&gt;
    -- Lower table&lt;br /&gt;
    result = result .. &#039;&amp;lt;center&amp;gt;\n&#039;&lt;br /&gt;
    result = result .. &#039;{| style=&amp;quot;width: 95%; text-align: center;&amp;quot;\n&#039;&lt;br /&gt;
    result = result .. &#039;|-\n&#039;&lt;br /&gt;
    result = result .. &#039;| style=&amp;quot;height: 20px;&amp;quot; |\n&#039;&lt;br /&gt;
    result = result .. &#039;|-\n&#039;&lt;br /&gt;
    result = result .. iconRow .. &#039;\n&#039;&lt;br /&gt;
    result = result .. &#039;|-\n&#039;&lt;br /&gt;
    result = result .. linkRow .. &#039;\n&#039;&lt;br /&gt;
    result = result .. &#039;|}\n&#039;&lt;br /&gt;
    result = result .. &#039;&amp;lt;/center&amp;gt;&#039;&lt;br /&gt;
&lt;br /&gt;
    return result&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
return p&lt;/div&gt;</summary>
		<author><name>76561198021843184</name></author>
	</entry>
	<entry>
		<id>https://wiki.hoodedhorse.com/MENACE/index.php?title=Template:IconNav&amp;diff=7694</id>
		<title>Template:IconNav</title>
		<link rel="alternate" type="text/html" href="https://wiki.hoodedhorse.com/MENACE/index.php?title=Template:IconNav&amp;diff=7694"/>
		<updated>2026-02-27T14:14:49Z</updated>

		<summary type="html">&lt;p&gt;76561198021843184: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#invoke:IconNav|main}}&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
===Usage===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{IconNav&lt;br /&gt;
|header=&lt;br /&gt;
|leftImage=&lt;br /&gt;
|rightImage=&lt;br /&gt;
|sideSize=15px&lt;br /&gt;
|iconSize=100px&lt;br /&gt;
|icon1=filepagename |link1=articlename&lt;br /&gt;
|icon2=filepagename |link2=articlename&lt;br /&gt;
|icon3=filepagename |link3=articlename&lt;br /&gt;
|icon4=filepagename |link4=articlename&lt;br /&gt;
|icon5=filepagename |link5=articlename&lt;br /&gt;
|icon6=filepagename |link6=articlename&lt;br /&gt;
|icon7=filepagename |link7=articlename&lt;br /&gt;
|icon8=filepagename |link8=articlename&lt;br /&gt;
|icon9=filepagename |link9=articlename&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>76561198021843184</name></author>
	</entry>
	<entry>
		<id>https://wiki.hoodedhorse.com/MENACE/index.php?title=Module:IconNav&amp;diff=7693</id>
		<title>Module:IconNav</title>
		<link rel="alternate" type="text/html" href="https://wiki.hoodedhorse.com/MENACE/index.php?title=Module:IconNav&amp;diff=7693"/>
		<updated>2026-02-27T14:10:53Z</updated>

		<summary type="html">&lt;p&gt;76561198021843184: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;local p = {}&lt;br /&gt;
&lt;br /&gt;
function p.main(frame)&lt;br /&gt;
    local args = frame:getParent().args&lt;br /&gt;
    local icons = {}&lt;br /&gt;
    local links = {}&lt;br /&gt;
&lt;br /&gt;
    -- Collect icon/link pairs&lt;br /&gt;
    local i = 1&lt;br /&gt;
    while args[&#039;icon&#039; .. i] do&lt;br /&gt;
        table.insert(icons, args[&#039;icon&#039; .. i])&lt;br /&gt;
        table.insert(links, args[&#039;link&#039; .. i])&lt;br /&gt;
        i = i + 1&lt;br /&gt;
    end&lt;br /&gt;
&lt;br /&gt;
    -- Header parameters&lt;br /&gt;
    local headerText = args[&#039;header&#039;]&lt;br /&gt;
    local leftImage  = args[&#039;leftImage&#039;]&lt;br /&gt;
    local rightImage = args[&#039;rightImage&#039;]&lt;br /&gt;
&lt;br /&gt;
    -- New size parameters&lt;br /&gt;
    local iconSize = args[&#039;iconSize&#039;] or &#039;124px&#039;&lt;br /&gt;
    local iconHeaderSize = args[&#039;iconHeaderSize&#039;] or &#039;15px&#039;&lt;br /&gt;
&lt;br /&gt;
    -- Build icon row (no auto File:, no auto .png)&lt;br /&gt;
    local iconRow = &#039;| &#039;&lt;br /&gt;
    for j, icon in ipairs(icons) do&lt;br /&gt;
        if j &amp;gt; 1 then iconRow = iconRow .. &#039; || &#039; end&lt;br /&gt;
        iconRow = iconRow .. &#039;[[&#039; .. icon .. &#039;|link=&#039; .. (links[j] or &#039;&#039;) .. &#039;|&#039; .. iconSize .. &#039;]]&#039;&lt;br /&gt;
    end&lt;br /&gt;
&lt;br /&gt;
    -- Build link row&lt;br /&gt;
    local linkRow = &#039;| &#039;&lt;br /&gt;
    for j, link in ipairs(links) do&lt;br /&gt;
        if j &amp;gt; 1 then linkRow = linkRow .. &#039; || &#039; end&lt;br /&gt;
        linkRow = linkRow .. &#039;[[&#039; .. link .. &#039;]]&#039;&lt;br /&gt;
    end&lt;br /&gt;
&lt;br /&gt;
    local result = &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
    -- Determine if header should be shown&lt;br /&gt;
    local hasHeader =&lt;br /&gt;
        (headerText and headerText ~= &#039;&#039;) or&lt;br /&gt;
        (leftImage and leftImage ~= &#039;&#039;) or&lt;br /&gt;
        (rightImage and rightImage ~= &#039;&#039;)&lt;br /&gt;
&lt;br /&gt;
    if hasHeader then&lt;br /&gt;
        local headerLine = &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
        if leftImage and leftImage ~= &#039;&#039; then&lt;br /&gt;
            headerLine = headerLine .. &#039;[[&#039; .. leftImage .. &#039;|&#039; .. iconHeaderSize .. &#039;|link=]]&amp;amp;numsp;&#039;&lt;br /&gt;
        end&lt;br /&gt;
        if headerText and headerText ~= &#039;&#039; then&lt;br /&gt;
            headerLine = headerLine .. &amp;quot;&#039;&#039;&#039;&amp;quot; .. headerText .. &amp;quot;&#039;&#039;&#039;&amp;quot;&lt;br /&gt;
        end&lt;br /&gt;
        if rightImage and rightImage ~= &#039;&#039; then&lt;br /&gt;
            headerLine = headerLine .. &#039;&amp;amp;numsp;[[&#039; .. rightImage .. &#039;|&#039; .. iconHeaderSize .. &#039;|link=]]&#039;&lt;br /&gt;
        end&lt;br /&gt;
&lt;br /&gt;
        result = result .. &#039;{| class=&amp;quot;gridBG&amp;quot; align=&amp;quot;center&amp;quot; style=&amp;quot;background-color:#; width: 95%; height: 50px; border: 1px solid white; color: white; border-left: none; border-right: none; border-top: none;&amp;quot;\n&#039;&lt;br /&gt;
        result = result .. &#039;| class=&amp;quot;hides hidem&amp;quot; style=&amp;quot;font-size: 125%; text-align: center;&amp;quot; | &amp;lt;center&amp;gt;&amp;lt;big&amp;gt;&#039; .. headerLine .. &#039;&amp;lt;/big&amp;gt;&amp;lt;/center&amp;gt;\n&#039;&lt;br /&gt;
        result = result .. &#039;|}\n&#039;&lt;br /&gt;
    end&lt;br /&gt;
&lt;br /&gt;
    -- Lower table&lt;br /&gt;
    result = result .. &#039;&amp;lt;center&amp;gt;\n&#039;&lt;br /&gt;
    result = result .. &#039;{| style=&amp;quot;width: 95%; text-align: center;&amp;quot;\n&#039;&lt;br /&gt;
    result = result .. &#039;|-\n&#039;&lt;br /&gt;
    result = result .. &#039;| style=&amp;quot;height: 20px;&amp;quot; |\n&#039;&lt;br /&gt;
    result = result .. &#039;|-\n&#039;&lt;br /&gt;
    result = result .. iconRow .. &#039;\n&#039;&lt;br /&gt;
    result = result .. &#039;|-\n&#039;&lt;br /&gt;
    result = result .. linkRow .. &#039;\n&#039;&lt;br /&gt;
    result = result .. &#039;|}\n&#039;&lt;br /&gt;
    result = result .. &#039;&amp;lt;/center&amp;gt;&#039;&lt;br /&gt;
&lt;br /&gt;
    return result&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
return p&lt;/div&gt;</summary>
		<author><name>76561198021843184</name></author>
	</entry>
	<entry>
		<id>https://wiki.hoodedhorse.com/MENACE/index.php?title=Module:IconNav&amp;diff=7692</id>
		<title>Module:IconNav</title>
		<link rel="alternate" type="text/html" href="https://wiki.hoodedhorse.com/MENACE/index.php?title=Module:IconNav&amp;diff=7692"/>
		<updated>2026-02-27T14:06:30Z</updated>

		<summary type="html">&lt;p&gt;76561198021843184: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;local p = {}&lt;br /&gt;
&lt;br /&gt;
function p.main(frame)&lt;br /&gt;
    local args = frame:getParent().args&lt;br /&gt;
    local icons = {}&lt;br /&gt;
    local links = {}&lt;br /&gt;
    &lt;br /&gt;
    -- Collect all icon/link pairs&lt;br /&gt;
    local i = 1&lt;br /&gt;
    while args[&#039;icon&#039; .. i] do&lt;br /&gt;
        table.insert(icons, args[&#039;icon&#039; .. i])&lt;br /&gt;
        table.insert(links, args[&#039;link&#039; .. i])&lt;br /&gt;
        i = i + 1&lt;br /&gt;
    end&lt;br /&gt;
    &lt;br /&gt;
    -- Get header parameters&lt;br /&gt;
    local headerText = args[&#039;header&#039;]&lt;br /&gt;
    local leftImage = args[&#039;leftImage&#039;]&lt;br /&gt;
    local rightImage = args[&#039;rightImage&#039;]&lt;br /&gt;
    &lt;br /&gt;
    -- Build icon row&lt;br /&gt;
    local iconRow = &#039;| &#039;&lt;br /&gt;
    for j, icon in ipairs(icons) do&lt;br /&gt;
        if j &amp;gt; 1 then iconRow = iconRow .. &#039; || &#039; end&lt;br /&gt;
        iconRow = iconRow .. &#039;[[File:&#039; .. icon .. &#039;.png|link=&#039; .. links[j] .. &#039;|124px]]&#039;&lt;br /&gt;
    end&lt;br /&gt;
    &lt;br /&gt;
    -- Build link row&lt;br /&gt;
    local linkRow = &#039;| &#039;&lt;br /&gt;
    for j, link in ipairs(links) do&lt;br /&gt;
        if j &amp;gt; 1 then linkRow = linkRow .. &#039; || &#039; end&lt;br /&gt;
        linkRow = linkRow .. &#039;[[&#039; .. link .. &#039;]]&#039;&lt;br /&gt;
    end&lt;br /&gt;
    &lt;br /&gt;
    local result = &#039;&#039;&lt;br /&gt;
    &lt;br /&gt;
    -- Only include header section if headerText or images are provided&lt;br /&gt;
	-- Determine if header should be shown&lt;br /&gt;
	local hasHeader =&lt;br /&gt;
	    (headerText and headerText ~= &#039;&#039;) or&lt;br /&gt;
	    (leftImage and leftImage ~= &#039;&#039;) or&lt;br /&gt;
	    (rightImage and rightImage ~= &#039;&#039;)&lt;br /&gt;
	&lt;br /&gt;
	if hasHeader then&lt;br /&gt;
	    local headerLine = &#039;&#039;&lt;br /&gt;
	&lt;br /&gt;
	    if leftImage and leftImage ~= &#039;&#039; then&lt;br /&gt;
	        headerLine = headerLine .. &#039;[[File:&#039; .. leftImage .. &#039;|15px|link=]]&amp;amp;numsp;&#039;&lt;br /&gt;
	    end&lt;br /&gt;
	    if headerText and headerText ~= &#039;&#039; then&lt;br /&gt;
	        headerLine = headerLine .. &#039;\&#039;\&#039;\&#039;&#039; .. headerText .. &#039;\&#039;\&#039;\&#039;&#039;&lt;br /&gt;
	    end&lt;br /&gt;
	    if rightImage and rightImage ~= &#039;&#039; then&lt;br /&gt;
	        headerLine = headerLine .. &#039;&amp;amp;numsp;[[File:&#039; .. rightImage .. &#039;|15px|link=]]&#039;&lt;br /&gt;
	    end&lt;br /&gt;
	&lt;br /&gt;
	    result = result .. &#039;{| class=&amp;quot;gridBG&amp;quot; align=&amp;quot;center&amp;quot; style=&amp;quot;background-color:#; width: 95%; height: 50px; border: 1px solid white; color: white; border-left: none; border-right: none; border-top: none;&amp;quot;\n&#039;&lt;br /&gt;
	    result = result .. &#039;| class=&amp;quot;hides hidem&amp;quot; style=&amp;quot;font-size: 125%; text-align: center;&amp;quot; | &amp;lt;center&amp;gt;&amp;lt;big&amp;gt;&#039; .. headerLine .. &#039;&amp;lt;/big&amp;gt;&amp;lt;/center&amp;gt;\n&#039;&lt;br /&gt;
	    result = result .. &#039;|}\n&#039;&lt;br /&gt;
	end&lt;br /&gt;
&lt;br /&gt;
    result = result .. &#039;&amp;lt;center&amp;gt;\n&#039;&lt;br /&gt;
    result = result .. &#039;{| style=&amp;quot;width: 95%; text-align: center;&amp;quot;\n&#039;&lt;br /&gt;
    &lt;br /&gt;
    if headerText or leftImage or rightImage then&lt;br /&gt;
        result = result .. &#039;|-\n&#039;&lt;br /&gt;
        result = result .. &#039;| style=&amp;quot;height: 20px;&amp;quot; |\n&#039;&lt;br /&gt;
    end&lt;br /&gt;
    &lt;br /&gt;
    result = result .. &#039;|-\n&#039;&lt;br /&gt;
    result = result .. iconRow .. &#039;\n&#039;&lt;br /&gt;
    result = result .. &#039;|-\n&#039;&lt;br /&gt;
    result = result .. linkRow .. &#039;\n&#039;&lt;br /&gt;
    result = result .. &#039;|}\n&#039;&lt;br /&gt;
    result = result .. &#039;&amp;lt;/center&amp;gt;&#039;&lt;br /&gt;
    &lt;br /&gt;
    return result&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
return p&lt;/div&gt;</summary>
		<author><name>76561198021843184</name></author>
	</entry>
	<entry>
		<id>https://wiki.hoodedhorse.com/MENACE/index.php?title=Module:IconNav&amp;diff=7691</id>
		<title>Module:IconNav</title>
		<link rel="alternate" type="text/html" href="https://wiki.hoodedhorse.com/MENACE/index.php?title=Module:IconNav&amp;diff=7691"/>
		<updated>2026-02-27T14:01:42Z</updated>

		<summary type="html">&lt;p&gt;76561198021843184: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;local p = {}&lt;br /&gt;
&lt;br /&gt;
function p.main(frame)&lt;br /&gt;
    local args = frame:getParent().args&lt;br /&gt;
    local icons = {}&lt;br /&gt;
    local links = {}&lt;br /&gt;
    &lt;br /&gt;
    -- Collect all icon/link pairs&lt;br /&gt;
    local i = 1&lt;br /&gt;
    while args[&#039;icon&#039; .. i] do&lt;br /&gt;
        table.insert(icons, args[&#039;icon&#039; .. i])&lt;br /&gt;
        table.insert(links, args[&#039;link&#039; .. i])&lt;br /&gt;
        i = i + 1&lt;br /&gt;
    end&lt;br /&gt;
    &lt;br /&gt;
    -- Get header parameters&lt;br /&gt;
    local headerText = args[&#039;header&#039;]&lt;br /&gt;
    local leftImage = args[&#039;leftImage&#039;]&lt;br /&gt;
    local rightImage = args[&#039;rightImage&#039;]&lt;br /&gt;
    &lt;br /&gt;
    -- Build icon row&lt;br /&gt;
    local iconRow = &#039;| &#039;&lt;br /&gt;
    for j, icon in ipairs(icons) do&lt;br /&gt;
        if j &amp;gt; 1 then iconRow = iconRow .. &#039; || &#039; end&lt;br /&gt;
        iconRow = iconRow .. &#039;[[File:&#039; .. icon .. &#039;.png|link=&#039; .. links[j] .. &#039;|124px]]&#039;&lt;br /&gt;
    end&lt;br /&gt;
    &lt;br /&gt;
    -- Build link row&lt;br /&gt;
    local linkRow = &#039;| &#039;&lt;br /&gt;
    for j, link in ipairs(links) do&lt;br /&gt;
        if j &amp;gt; 1 then linkRow = linkRow .. &#039; || &#039; end&lt;br /&gt;
        linkRow = linkRow .. &#039;[[&#039; .. link .. &#039;]]&#039;&lt;br /&gt;
    end&lt;br /&gt;
    &lt;br /&gt;
    local result = &#039;&#039;&lt;br /&gt;
    &lt;br /&gt;
    -- Only include header section if headerText or images are provided&lt;br /&gt;
    if headerText or leftImage or rightImage then&lt;br /&gt;
        local headerLine = &#039;&#039;&lt;br /&gt;
        if leftImage and leftImage ~= &#039;&#039; then&lt;br /&gt;
            headerLine = headerLine .. &#039;[[File:&#039; .. leftImage .. &#039;|15px|link=]]&amp;amp;numsp;&#039;&lt;br /&gt;
        end&lt;br /&gt;
        if headerText and headerText ~= &#039;&#039; then&lt;br /&gt;
            headerLine = headerLine .. &#039;\&#039;\&#039;\&#039;&#039; .. headerText .. &#039;\&#039;\&#039;\&#039;&#039;&lt;br /&gt;
        end&lt;br /&gt;
        if rightImage and rightImage ~= &#039;&#039; then&lt;br /&gt;
            headerLine = headerLine .. &#039;&amp;amp;numsp;[[File:&#039; .. rightImage .. &#039;|15px|link=]]&#039;&lt;br /&gt;
        end&lt;br /&gt;
        &lt;br /&gt;
        result = result .. &#039;{| class=&amp;quot;gridBG&amp;quot; align=&amp;quot;center&amp;quot; style=&amp;quot;background-color:#; width: 95%; height: 50px; border: 1px solid white; color: white; border-left: none; border-right: none; border-top: none;&amp;quot;\n&#039;&lt;br /&gt;
        result = result .. &#039;| class=&amp;quot;hides hidem&amp;quot; style=&amp;quot;font-size: 125%; text-align: center;&amp;quot; | &amp;lt;center&amp;gt;&amp;lt;big&amp;gt;&#039; .. headerLine .. &#039;&amp;lt;/big&amp;gt;&amp;lt;/center&amp;gt;\n&#039;&lt;br /&gt;
        result = result .. &#039;|}\n&#039;&lt;br /&gt;
    end&lt;br /&gt;
    &lt;br /&gt;
    result = result .. &#039;&amp;lt;center&amp;gt;\n&#039;&lt;br /&gt;
    result = result .. &#039;{| style=&amp;quot;width: 95%; text-align: center;&amp;quot;\n&#039;&lt;br /&gt;
    &lt;br /&gt;
    if headerText or leftImage or rightImage then&lt;br /&gt;
        result = result .. &#039;|-\n&#039;&lt;br /&gt;
        result = result .. &#039;| style=&amp;quot;height: 20px;&amp;quot; |\n&#039;&lt;br /&gt;
    end&lt;br /&gt;
    &lt;br /&gt;
    result = result .. &#039;|-\n&#039;&lt;br /&gt;
    result = result .. iconRow .. &#039;\n&#039;&lt;br /&gt;
    result = result .. &#039;|-\n&#039;&lt;br /&gt;
    result = result .. linkRow .. &#039;\n&#039;&lt;br /&gt;
    result = result .. &#039;|}\n&#039;&lt;br /&gt;
    result = result .. &#039;&amp;lt;/center&amp;gt;&#039;&lt;br /&gt;
    &lt;br /&gt;
    return result&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
return p&lt;/div&gt;</summary>
		<author><name>76561198021843184</name></author>
	</entry>
	<entry>
		<id>https://wiki.hoodedhorse.com/MENACE/index.php?title=Module:IconNav&amp;diff=7690</id>
		<title>Module:IconNav</title>
		<link rel="alternate" type="text/html" href="https://wiki.hoodedhorse.com/MENACE/index.php?title=Module:IconNav&amp;diff=7690"/>
		<updated>2026-02-27T14:01:11Z</updated>

		<summary type="html">&lt;p&gt;76561198021843184: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;local p = {}&lt;br /&gt;
&lt;br /&gt;
function p.main(frame)&lt;br /&gt;
    local args = frame:getParent().args&lt;br /&gt;
    local icons = {}&lt;br /&gt;
    local links = {}&lt;br /&gt;
    &lt;br /&gt;
    -- Collect all icon/link pairs&lt;br /&gt;
    local i = 1&lt;br /&gt;
    while args[&#039;icon&#039; .. i] do&lt;br /&gt;
        table.insert(icons, args[&#039;icon&#039; .. i])&lt;br /&gt;
        table.insert(links, args[&#039;link&#039; .. i])&lt;br /&gt;
        i = i + 1&lt;br /&gt;
    end&lt;br /&gt;
    &lt;br /&gt;
    -- Get header parameters&lt;br /&gt;
    local headerText = args[&#039;header&#039;]&lt;br /&gt;
    local leftImage = args[&#039;leftImage&#039;]&lt;br /&gt;
    local rightImage = args[&#039;rightImage&#039;]&lt;br /&gt;
    &lt;br /&gt;
    -- Build icon row&lt;br /&gt;
    local iconRow = &#039;| &#039;&lt;br /&gt;
    for j, icon in ipairs(icons) do&lt;br /&gt;
        if j &amp;gt; 1 then iconRow = iconRow .. &#039; || &#039; end&lt;br /&gt;
        iconRow = iconRow .. &#039;[[File:&#039; .. icon .. &#039;.png|link=&#039; .. links[j] .. &#039;|124px]]&#039;&lt;br /&gt;
    end&lt;br /&gt;
    &lt;br /&gt;
    -- Build link row&lt;br /&gt;
    local linkRow = &#039;| &#039;&lt;br /&gt;
    for j, link in ipairs(links) do&lt;br /&gt;
        if j &amp;gt; 1 then linkRow = linkRow .. &#039; || &#039; end&lt;br /&gt;
        linkRow = linkRow .. &#039;[[&#039; .. link .. &#039;]]&#039;&lt;br /&gt;
    end&lt;br /&gt;
    &lt;br /&gt;
    local result = &#039;&#039;&lt;br /&gt;
    &lt;br /&gt;
    -- Only include header section if headerText or images are provided&lt;br /&gt;
    if headerText or leftImage or rightImage then&lt;br /&gt;
        local headerLine = &#039;&#039;&lt;br /&gt;
        if leftImage and leftImage ~= &#039;&#039; then&lt;br /&gt;
            headerLine = headerLine .. &#039;[[File:&#039; .. leftImage .. &#039;|15px|link=]]&amp;amp;numsp;&#039;&lt;br /&gt;
        end&lt;br /&gt;
        if headerText and headerText ~= &#039;&#039; then&lt;br /&gt;
            headerLine = headerLine .. &#039;\&#039;\&#039;\&#039;&#039; .. headerText .. &#039;\&#039;\&#039;\&#039;&#039;&lt;br /&gt;
        end&lt;br /&gt;
        if rightImage and rightImage ~= &#039;&#039; then&lt;br /&gt;
            headerLine = headerLine .. &#039;&amp;amp;numsp;[[File:&#039; .. rightImage .. &#039;|15px|link=]]&#039;&lt;br /&gt;
        end&lt;br /&gt;
        &lt;br /&gt;
        result = result .. &#039;{| class=&amp;quot;gridBG&amp;quot; align=&amp;quot;center&amp;quot; style=&amp;quot;background-color:#; width: 95%; height: 50px; border: 1px solid white; color: white; border-left: none; border-right: none; border-top: none;&amp;quot;\n&#039;&lt;br /&gt;
        result = result .. &#039;| class=&amp;quot;hides hidem&amp;quot; style=&amp;quot;font-size: 125%; text-align: center;&amp;quot; | &amp;lt;center&amp;gt;&amp;lt;big&amp;gt;&#039; .. headerLine .. &#039;&amp;lt;/big&amp;gt;&amp;lt;/center&amp;gt;\n&#039;&lt;br /&gt;
        result = result .. &#039;|}\n&#039;&lt;br /&gt;
        result = result .. &#039;&amp;lt;center&amp;gt;\n&#039;&lt;br /&gt;
        result = result .. &#039;{| style=&amp;quot;width: 95%; text-align: center;&amp;quot;\n&#039;&lt;br /&gt;
        result = result .. &#039;|-\n&#039;&lt;br /&gt;
        result = result .. &#039;| style=&amp;quot;height: 20px;&amp;quot; |\n&#039;&lt;br /&gt;
        result = result .. &#039;|-\n&#039;&lt;br /&gt;
    else&lt;br /&gt;
        result = result .. &#039;&amp;lt;center&amp;gt;\n&#039;&lt;br /&gt;
        result = result .. &#039;{| style=&amp;quot;width: 95%; text-align: center;&amp;quot;\n&#039;&lt;br /&gt;
        result = result .. &#039;|-\n&#039;&lt;br /&gt;
    end&lt;br /&gt;
    &lt;br /&gt;
    result = result .. iconRow .. &#039;\n&#039;&lt;br /&gt;
    result = result .. &#039;|-\n&#039;&lt;br /&gt;
    result = result .. linkRow .. &#039;\n&#039;&lt;br /&gt;
    result = result .. &#039;|}\n&#039;&lt;br /&gt;
    result = result .. &#039;&amp;lt;/center&amp;gt;&#039;&lt;br /&gt;
    &lt;br /&gt;
    return result&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
return p&lt;/div&gt;</summary>
		<author><name>76561198021843184</name></author>
	</entry>
	<entry>
		<id>https://wiki.hoodedhorse.com/MENACE/index.php?title=Module:IconNav&amp;diff=7689</id>
		<title>Module:IconNav</title>
		<link rel="alternate" type="text/html" href="https://wiki.hoodedhorse.com/MENACE/index.php?title=Module:IconNav&amp;diff=7689"/>
		<updated>2026-02-27T14:00:31Z</updated>

		<summary type="html">&lt;p&gt;76561198021843184: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;local p = {}&lt;br /&gt;
&lt;br /&gt;
function p.main(frame)&lt;br /&gt;
    local args = frame:getParent().args&lt;br /&gt;
    local icons = {}&lt;br /&gt;
    local links = {}&lt;br /&gt;
    &lt;br /&gt;
    -- Collect all icon/link pairs&lt;br /&gt;
    local i = 1&lt;br /&gt;
    while args[&#039;icon&#039; .. i] do&lt;br /&gt;
        table.insert(icons, args[&#039;icon&#039; .. i])&lt;br /&gt;
        table.insert(links, args[&#039;link&#039; .. i])&lt;br /&gt;
        i = i + 1&lt;br /&gt;
    end&lt;br /&gt;
    &lt;br /&gt;
    -- Get header parameters&lt;br /&gt;
    local headerText = args[&#039;header&#039;]&lt;br /&gt;
    local leftImage = args[&#039;leftImage&#039;]&lt;br /&gt;
    local rightImage = args[&#039;rightImage&#039;]&lt;br /&gt;
    &lt;br /&gt;
    -- Build icon row&lt;br /&gt;
    local iconRow = &#039;| &#039;&lt;br /&gt;
    for j, icon in ipairs(icons) do&lt;br /&gt;
        if j &amp;gt; 1 then iconRow = iconRow .. &#039; || &#039; end&lt;br /&gt;
        iconRow = iconRow .. &#039;[[File:&#039; .. icon .. &#039;.png|link=&#039; .. links[j] .. &#039;|124px]]&#039;&lt;br /&gt;
    end&lt;br /&gt;
    &lt;br /&gt;
    -- Build link row&lt;br /&gt;
    local linkRow = &#039;| &#039;&lt;br /&gt;
    for j, link in ipairs(links) do&lt;br /&gt;
        if j &amp;gt; 1 then linkRow = linkRow .. &#039; || &#039; end&lt;br /&gt;
        linkRow = linkRow .. &#039;[[&#039; .. link .. &#039;]]&#039;&lt;br /&gt;
    end&lt;br /&gt;
    &lt;br /&gt;
    local result = &#039;&#039;&lt;br /&gt;
    &lt;br /&gt;
    -- Only include header section if headerText or images are provided&lt;br /&gt;
    if headerText or leftImage or rightImage then&lt;br /&gt;
        local headerLine = &#039;&#039;&lt;br /&gt;
        if leftImage and leftImage ~= &#039;&#039; then&lt;br /&gt;
            headerLine = headerLine .. &#039;[[File:&#039; .. leftImage .. &#039;|15px|link=]]&amp;amp;numsp;&#039;&lt;br /&gt;
        end&lt;br /&gt;
        if headerText and headerText ~= &#039;&#039; then&lt;br /&gt;
            headerLine = headerLine .. &#039;\&#039;\&#039;\&#039;&#039; .. headerText .. &#039;\&#039;\&#039;\&#039;&#039;&lt;br /&gt;
        end&lt;br /&gt;
        if rightImage and rightImage ~= &#039;&#039; then&lt;br /&gt;
            headerLine = headerLine .. &#039;&amp;amp;numsp;[[File:&#039; .. rightImage .. &#039;|15px|link=]]&#039;&lt;br /&gt;
        end&lt;br /&gt;
        &lt;br /&gt;
        result = result .. &#039;{| class=&amp;quot;gridBG&amp;quot; align=&amp;quot;center&amp;quot; style=&amp;quot;background-color:#; width: 95%; height: 50px; border: 1px solid white; color: white; border-left: none; border-right: none; border-top: none;&amp;quot;\n&#039;&lt;br /&gt;
        result = result .. &#039;| class=&amp;quot;hides hidem&amp;quot; style=&amp;quot;font-size: 125%; text-align: center;&amp;quot; | &amp;lt;center&amp;gt;&amp;lt;big&amp;gt;&#039; .. headerLine .. &#039;&amp;lt;/big&amp;gt;&amp;lt;/center&amp;gt;\n&#039;&lt;br /&gt;
        result = result .. &#039;|}\n&#039;&lt;br /&gt;
    end&lt;br /&gt;
    &lt;br /&gt;
    result = result .. &#039;&amp;lt;center&amp;gt;\n&#039;&lt;br /&gt;
    result = result .. &#039;{| style=&amp;quot;width: 95%; text-align: center;&amp;quot;\n&#039;&lt;br /&gt;
    result = result .. &#039;|-\n&#039;&lt;br /&gt;
    result = result .. &#039;| style=&amp;quot;height: 20px;&amp;quot; |\n&#039;&lt;br /&gt;
    result = result .. &#039;|-\n&#039;&lt;br /&gt;
    result = result .. iconRow .. &#039;\n&#039;&lt;br /&gt;
    result = result .. &#039;|-\n&#039;&lt;br /&gt;
    result = result .. linkRow .. &#039;\n&#039;&lt;br /&gt;
    result = result .. &#039;|}\n&#039;&lt;br /&gt;
    result = result .. &#039;&amp;lt;/center&amp;gt;&#039;&lt;br /&gt;
    &lt;br /&gt;
    return result&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
return p&lt;/div&gt;</summary>
		<author><name>76561198021843184</name></author>
	</entry>
	<entry>
		<id>https://wiki.hoodedhorse.com/MENACE/index.php?title=Module:IconNav&amp;diff=7688</id>
		<title>Module:IconNav</title>
		<link rel="alternate" type="text/html" href="https://wiki.hoodedhorse.com/MENACE/index.php?title=Module:IconNav&amp;diff=7688"/>
		<updated>2026-02-27T13:59:47Z</updated>

		<summary type="html">&lt;p&gt;76561198021843184: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;local p = {}&lt;br /&gt;
&lt;br /&gt;
function p.main(frame)&lt;br /&gt;
    local args = frame:getParent().args&lt;br /&gt;
    local icons = {}&lt;br /&gt;
    local links = {}&lt;br /&gt;
    &lt;br /&gt;
    -- Collect all icon/link pairs&lt;br /&gt;
    local i = 1&lt;br /&gt;
    while args[&#039;icon&#039; .. i] do&lt;br /&gt;
        table.insert(icons, args[&#039;icon&#039; .. i])&lt;br /&gt;
        table.insert(links, args[&#039;link&#039; .. i])&lt;br /&gt;
        i = i + 1&lt;br /&gt;
    end&lt;br /&gt;
    &lt;br /&gt;
    -- Get header parameters&lt;br /&gt;
    local headerText = args[&#039;header&#039;]&lt;br /&gt;
    local leftImage = args[&#039;leftImage&#039;]&lt;br /&gt;
    local rightImage = args[&#039;rightImage&#039;]&lt;br /&gt;
    &lt;br /&gt;
    -- Build icon row&lt;br /&gt;
    local iconRow = &#039;| &#039;&lt;br /&gt;
    for j, icon in ipairs(icons) do&lt;br /&gt;
        if j &amp;gt; 1 then iconRow = iconRow .. &#039; || &#039; end&lt;br /&gt;
        iconRow = iconRow .. &#039;[[File:&#039; .. icon .. &#039;.png|link=&#039; .. links[j] .. &#039;|124px]]&#039;&lt;br /&gt;
    end&lt;br /&gt;
    &lt;br /&gt;
    -- Build link row&lt;br /&gt;
    local linkRow = &#039;| &#039;&lt;br /&gt;
    for j, link in ipairs(links) do&lt;br /&gt;
        if j &amp;gt; 1 then linkRow = linkRow .. &#039; || &#039; end&lt;br /&gt;
        linkRow = linkRow .. &#039;[[&#039; .. link .. &#039;]]&#039;&lt;br /&gt;
    end&lt;br /&gt;
    &lt;br /&gt;
    local result = &#039;&#039;&lt;br /&gt;
    &lt;br /&gt;
    -- Only include header section if headerText or images are provided&lt;br /&gt;
    if headerText or leftImage or rightImage then&lt;br /&gt;
        local headerLine = &#039;&#039;&lt;br /&gt;
        if leftImage then&lt;br /&gt;
            headerLine = headerLine .. &#039;[[File:&#039; .. leftImage .. &#039;|15px|link=]]&amp;amp;numsp;&#039;&lt;br /&gt;
        end&lt;br /&gt;
        headerLine = headerLine .. &#039;\&#039;\&#039;\&#039;&#039; .. (headerText or &#039;&#039;) .. &#039;\&#039;\&#039;\&#039;&#039;&lt;br /&gt;
        if rightImage then&lt;br /&gt;
            headerLine = headerLine .. &#039;&amp;amp;numsp;[[File:&#039; .. rightImage .. &#039;|15px|link=]]&#039;&lt;br /&gt;
        end&lt;br /&gt;
        &lt;br /&gt;
        result = result .. &#039;{| class=&amp;quot;gridBG&amp;quot; align=&amp;quot;center&amp;quot; style=&amp;quot;background-color:#; width: 95%; height: 50px; border: 1px solid white; color: white; border-left: none; border-right: none; border-top: none;&amp;quot;\n&#039;&lt;br /&gt;
        result = result .. &#039;| class=&amp;quot;hides hidem&amp;quot; style=&amp;quot;font-size: 125%; text-align: center;&amp;quot; | &amp;lt;center&amp;gt;&amp;lt;big&amp;gt;&#039; .. headerLine .. &#039;&amp;lt;/big&amp;gt;&amp;lt;/center&amp;gt;\n&#039;&lt;br /&gt;
        result = result .. &#039;|}\n&#039;&lt;br /&gt;
    end&lt;br /&gt;
    &lt;br /&gt;
    result = result .. &#039;&amp;lt;center&amp;gt;\n&#039;&lt;br /&gt;
    result = result .. &#039;{| style=&amp;quot;width: 95%; text-align: center;&amp;quot;\n&#039;&lt;br /&gt;
    result = result .. &#039;|-\n&#039;&lt;br /&gt;
    result = result .. &#039;| style=&amp;quot;height: 20px;&amp;quot; |\n&#039;&lt;br /&gt;
    result = result .. &#039;|-\n&#039;&lt;br /&gt;
    result = result .. iconRow .. &#039;\n&#039;&lt;br /&gt;
    result = result .. &#039;|-\n&#039;&lt;br /&gt;
    result = result .. linkRow .. &#039;\n&#039;&lt;br /&gt;
    result = result .. &#039;|}\n&#039;&lt;br /&gt;
    result = result .. &#039;&amp;lt;/center&amp;gt;&#039;&lt;br /&gt;
    &lt;br /&gt;
    return result&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
return p&lt;/div&gt;</summary>
		<author><name>76561198021843184</name></author>
	</entry>
	<entry>
		<id>https://wiki.hoodedhorse.com/MENACE/index.php?title=Module:IconNav&amp;diff=7687</id>
		<title>Module:IconNav</title>
		<link rel="alternate" type="text/html" href="https://wiki.hoodedhorse.com/MENACE/index.php?title=Module:IconNav&amp;diff=7687"/>
		<updated>2026-02-27T13:57:25Z</updated>

		<summary type="html">&lt;p&gt;76561198021843184: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;local p = {}&lt;br /&gt;
&lt;br /&gt;
function p.main(frame)&lt;br /&gt;
    local args = frame:getParent().args&lt;br /&gt;
    local icons = {}&lt;br /&gt;
    local links = {}&lt;br /&gt;
    &lt;br /&gt;
    -- Collect all icon/link pairs&lt;br /&gt;
    local i = 1&lt;br /&gt;
    while args[&#039;icon&#039; .. i] do&lt;br /&gt;
        table.insert(icons, args[&#039;icon&#039; .. i])&lt;br /&gt;
        table.insert(links, args[&#039;link&#039; .. i])&lt;br /&gt;
        i = i + 1&lt;br /&gt;
    end&lt;br /&gt;
    &lt;br /&gt;
    -- Get header parameters&lt;br /&gt;
    local headerText = args[&#039;header&#039;]&lt;br /&gt;
    local leftImage = args[&#039;leftImage&#039;]&lt;br /&gt;
    local rightImage = args[&#039;rightImage&#039;]&lt;br /&gt;
    &lt;br /&gt;
    -- Build icon row&lt;br /&gt;
    local iconRow = &#039;| &#039;&lt;br /&gt;
    for j, icon in ipairs(icons) do&lt;br /&gt;
        if j &amp;gt; 1 then iconRow = iconRow .. &#039; || &#039; end&lt;br /&gt;
        iconRow = iconRow .. &#039;[[File:&#039; .. icon .. &#039;.png|link=&#039; .. links[j] .. &#039;|124px]]&#039;&lt;br /&gt;
    end&lt;br /&gt;
    &lt;br /&gt;
    -- Build link row&lt;br /&gt;
    local linkRow = &#039;| &#039;&lt;br /&gt;
    for j, link in ipairs(links) do&lt;br /&gt;
        if j &amp;gt; 1 then linkRow = linkRow .. &#039; || &#039; end&lt;br /&gt;
        linkRow = linkRow .. &#039;[[&#039; .. link .. &#039;]]&#039;&lt;br /&gt;
    end&lt;br /&gt;
    &lt;br /&gt;
    local result = &#039;&#039;&lt;br /&gt;
    &lt;br /&gt;
    -- Only include header section if headerText or images are provided&lt;br /&gt;
    if headerText or leftImage or rightImage then&lt;br /&gt;
        result = result .. &#039;{| class=&amp;quot;gridBG&amp;quot; align=&amp;quot;center&amp;quot; style=&amp;quot;background-color:#; width: 95%; height: 50px; border: 1px solid white; color: white; border-left: none; border-right: none; border-top: none;&amp;quot;\n&#039;&lt;br /&gt;
        result = result .. &#039;| class=&amp;quot;hides hidem&amp;quot; style=&amp;quot;font-size: 125%; text-align: center;&amp;quot; | &amp;lt;center&amp;gt;&amp;lt;big&amp;gt;[[File:&#039; .. (leftImage or &#039;&#039;) .. &#039;|15px|link=]]&amp;amp;numsp;\&#039;\&#039;\&#039;&#039; .. (headerText or &#039;&#039;) .. &#039;\&#039;\&#039;\&#039;&amp;amp;numsp;[[File:&#039; .. (rightImage or &#039;&#039;) .. &#039;|15px|link=]]&amp;lt;/big&amp;gt;&amp;lt;/center&amp;gt;\n&#039;&lt;br /&gt;
        result = result .. &#039;|}\n&#039;&lt;br /&gt;
    end&lt;br /&gt;
    &lt;br /&gt;
    result = result .. &#039;&amp;lt;center&amp;gt;\n&#039;&lt;br /&gt;
    result = result .. &#039;{| style=&amp;quot;width: 95%; text-align: center;&amp;quot;\n&#039;&lt;br /&gt;
    result = result .. &#039;|-\n&#039;&lt;br /&gt;
    result = result .. &#039;| style=&amp;quot;height: 20px;&amp;quot; |\n&#039;&lt;br /&gt;
    result = result .. &#039;|-\n&#039;&lt;br /&gt;
    result = result .. iconRow .. &#039;\n&#039;&lt;br /&gt;
    result = result .. &#039;|-\n&#039;&lt;br /&gt;
    result = result .. linkRow .. &#039;\n&#039;&lt;br /&gt;
    result = result .. &#039;|}\n&#039;&lt;br /&gt;
    result = result .. &#039;&amp;lt;/center&amp;gt;&#039;&lt;br /&gt;
    &lt;br /&gt;
    return result&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
return p&lt;/div&gt;</summary>
		<author><name>76561198021843184</name></author>
	</entry>
	<entry>
		<id>https://wiki.hoodedhorse.com/MENACE/index.php?title=Module:IconNav&amp;diff=7686</id>
		<title>Module:IconNav</title>
		<link rel="alternate" type="text/html" href="https://wiki.hoodedhorse.com/MENACE/index.php?title=Module:IconNav&amp;diff=7686"/>
		<updated>2026-02-27T13:55:17Z</updated>

		<summary type="html">&lt;p&gt;76561198021843184: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;local p = {}&lt;br /&gt;
&lt;br /&gt;
function p.main(frame)&lt;br /&gt;
    local args = frame:getParent().args&lt;br /&gt;
    local icons = {}&lt;br /&gt;
    local links = {}&lt;br /&gt;
    &lt;br /&gt;
    -- Collect all icon/link pairs&lt;br /&gt;
    local i = 1&lt;br /&gt;
    while args[&#039;icon&#039; .. i] do&lt;br /&gt;
        table.insert(icons, args[&#039;icon&#039; .. i])&lt;br /&gt;
        table.insert(links, args[&#039;link&#039; .. i])&lt;br /&gt;
        i = i + 1&lt;br /&gt;
    end&lt;br /&gt;
    &lt;br /&gt;
    -- Get header parameters&lt;br /&gt;
    local headerText = args[&#039;header&#039;] or &#039;Buildings&#039;&lt;br /&gt;
    local leftImage = args[&#039;leftImage&#039;] or &#039;laurels left.png&#039;&lt;br /&gt;
    local rightImage = args[&#039;rightImage&#039;] or &#039;laurels right.png&#039;&lt;br /&gt;
    &lt;br /&gt;
    -- Build icon row&lt;br /&gt;
    local iconRow = &#039;| &#039;&lt;br /&gt;
    for j, icon in ipairs(icons) do&lt;br /&gt;
        if j &amp;gt; 1 then iconRow = iconRow .. &#039; || &#039; end&lt;br /&gt;
        iconRow = iconRow .. &#039;[[File:&#039; .. icon .. &#039;.png|link=&#039; .. links[j] .. &#039;|124px]]&#039;&lt;br /&gt;
    end&lt;br /&gt;
    &lt;br /&gt;
    -- Build link row&lt;br /&gt;
    local linkRow = &#039;| &#039;&lt;br /&gt;
    for j, link in ipairs(links) do&lt;br /&gt;
        if j &amp;gt; 1 then linkRow = linkRow .. &#039; || &#039; end&lt;br /&gt;
        linkRow = linkRow .. &#039;[[&#039; .. link .. &#039;]]&#039;&lt;br /&gt;
    end&lt;br /&gt;
    &lt;br /&gt;
    -- Build table&lt;br /&gt;
    local result = &#039;{| class=&amp;quot;gridBG&amp;quot; align=&amp;quot;center&amp;quot; style=&amp;quot;background-color:#; width: 95%; height: 50px; border: 1px solid white; color: white; border-left: none; border-right: none; border-top: none;&amp;quot;\n&#039;&lt;br /&gt;
    result = result .. &#039;| class=&amp;quot;hides hidem&amp;quot; style=&amp;quot;font-size: 125%; text-align: center;&amp;quot; | &amp;lt;center&amp;gt;&amp;lt;big&amp;gt;[[File:&#039; .. leftImage .. &#039;|15px|link=]]&amp;amp;numsp;\&#039;\&#039;\&#039;&#039; .. headerText .. &#039;\&#039;\&#039;\&#039;&amp;amp;numsp;[[File:&#039; .. rightImage .. &#039;|15px|link=]]&amp;lt;/big&amp;gt;&amp;lt;/center&amp;gt;\n&#039;&lt;br /&gt;
    result = result .. &#039;|}\n&#039;&lt;br /&gt;
    result = result .. &#039;&amp;lt;center&amp;gt;\n&#039;&lt;br /&gt;
    result = result .. &#039;{| style=&amp;quot;width: 95%; text-align: center;&amp;quot;\n&#039;&lt;br /&gt;
    result = result .. &#039;|-\n&#039;&lt;br /&gt;
    result = result .. &#039;| style=&amp;quot;height: 20px;&amp;quot; |\n&#039;&lt;br /&gt;
    result = result .. &#039;|-\n&#039;&lt;br /&gt;
    result = result .. iconRow .. &#039;\n&#039;&lt;br /&gt;
    result = result .. &#039;|-\n&#039;&lt;br /&gt;
    result = result .. linkRow .. &#039;\n&#039;&lt;br /&gt;
    result = result .. &#039;|}\n&#039;&lt;br /&gt;
    result = result .. &#039;&amp;lt;/center&amp;gt;&#039;&lt;br /&gt;
    &lt;br /&gt;
    return result&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
return p&lt;/div&gt;</summary>
		<author><name>76561198021843184</name></author>
	</entry>
	<entry>
		<id>https://wiki.hoodedhorse.com/MENACE/index.php?title=Template:IconNav&amp;diff=7685</id>
		<title>Template:IconNav</title>
		<link rel="alternate" type="text/html" href="https://wiki.hoodedhorse.com/MENACE/index.php?title=Template:IconNav&amp;diff=7685"/>
		<updated>2026-02-27T13:53:35Z</updated>

		<summary type="html">&lt;p&gt;76561198021843184: Created page with &amp;quot;{{#invoke:IconNav|main}}&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#invoke:IconNav|main}}&lt;/div&gt;</summary>
		<author><name>76561198021843184</name></author>
	</entry>
	<entry>
		<id>https://wiki.hoodedhorse.com/MENACE/index.php?title=Module:IconNav&amp;diff=7684</id>
		<title>Module:IconNav</title>
		<link rel="alternate" type="text/html" href="https://wiki.hoodedhorse.com/MENACE/index.php?title=Module:IconNav&amp;diff=7684"/>
		<updated>2026-02-27T13:53:21Z</updated>

		<summary type="html">&lt;p&gt;76561198021843184: Created page with &amp;quot;local p = {}  function p.main(frame)     local args = frame:getParent().args     local icons = {}     local links = {}          -- Collect all icon/link pairs     local i = 1     while args[&amp;#039;icon&amp;#039; .. i] do         table.insert(icons, args[&amp;#039;icon&amp;#039; .. i])         table.insert(links, args[&amp;#039;link&amp;#039; .. i])         i = i + 1     end          -- Build icon row     local iconRow = &amp;#039;| &amp;#039;     for j, icon in ipairs(icons) do         if j &amp;gt; 1 then iconRow = iconRow .. &amp;#039; || &amp;#039; end...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;local p = {}&lt;br /&gt;
&lt;br /&gt;
function p.main(frame)&lt;br /&gt;
    local args = frame:getParent().args&lt;br /&gt;
    local icons = {}&lt;br /&gt;
    local links = {}&lt;br /&gt;
    &lt;br /&gt;
    -- Collect all icon/link pairs&lt;br /&gt;
    local i = 1&lt;br /&gt;
    while args[&#039;icon&#039; .. i] do&lt;br /&gt;
        table.insert(icons, args[&#039;icon&#039; .. i])&lt;br /&gt;
        table.insert(links, args[&#039;link&#039; .. i])&lt;br /&gt;
        i = i + 1&lt;br /&gt;
    end&lt;br /&gt;
    &lt;br /&gt;
    -- Build icon row&lt;br /&gt;
    local iconRow = &#039;| &#039;&lt;br /&gt;
    for j, icon in ipairs(icons) do&lt;br /&gt;
        if j &amp;gt; 1 then iconRow = iconRow .. &#039; || &#039; end&lt;br /&gt;
        iconRow = iconRow .. &#039;[[File:&#039; .. icon .. &#039;.png|link=&#039; .. links[j] .. &#039;|124px]]&#039;&lt;br /&gt;
    end&lt;br /&gt;
    &lt;br /&gt;
    -- Build link row&lt;br /&gt;
    local linkRow = &#039;| &#039;&lt;br /&gt;
    for j, link in ipairs(links) do&lt;br /&gt;
        if j &amp;gt; 1 then linkRow = linkRow .. &#039; || &#039; end&lt;br /&gt;
        linkRow = linkRow .. &#039;[[&#039; .. link .. &#039;]]&#039;&lt;br /&gt;
    end&lt;br /&gt;
    &lt;br /&gt;
    -- Build table&lt;br /&gt;
    local result = &#039;{| class=&amp;quot;gridBG&amp;quot; align=&amp;quot;center&amp;quot; style=&amp;quot;background-color:#; width: 95%; height: 50px; border: 1px solid white; color: white; border-left: none; border-right: none; border-top: none;&amp;quot;\n&#039;&lt;br /&gt;
    result = result .. &#039;| class=&amp;quot;hides hidem&amp;quot; style=&amp;quot;font-size: 125%; text-align: center;&amp;quot; | &amp;lt;center&amp;gt;&amp;lt;big&amp;gt;[[File:laurels left.png|15px|link=]]&amp;amp;numsp;\&#039;\&#039;\&#039;Buildings\&#039;\&#039;\&#039;&amp;amp;numsp;[[File:laurels right.png|15px|link=]]&amp;lt;/big&amp;gt;&amp;lt;/center&amp;gt;\n&#039;&lt;br /&gt;
    result = result .. &#039;|}\n&#039;&lt;br /&gt;
    result = result .. &#039;&amp;lt;center&amp;gt;\n&#039;&lt;br /&gt;
    result = result .. &#039;{| style=&amp;quot;width: 95%; text-align: center;&amp;quot;\n&#039;&lt;br /&gt;
    result = result .. &#039;|-\n&#039;&lt;br /&gt;
    result = result .. &#039;| style=&amp;quot;height: 20px;&amp;quot; |\n&#039;&lt;br /&gt;
    result = result .. &#039;|-\n&#039;&lt;br /&gt;
    result = result .. iconRow .. &#039;\n&#039;&lt;br /&gt;
    result = result .. &#039;|-\n&#039;&lt;br /&gt;
    result = result .. linkRow .. &#039;\n&#039;&lt;br /&gt;
    result = result .. &#039;|}\n&#039;&lt;br /&gt;
    result = result .. &#039;&amp;lt;/center&amp;gt;&#039;&lt;br /&gt;
    &lt;br /&gt;
    return result&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
return p&lt;/div&gt;</summary>
		<author><name>76561198021843184</name></author>
	</entry>
	<entry>
		<id>https://wiki.hoodedhorse.com/MENACE/index.php?title=Equipment&amp;diff=7682</id>
		<title>Equipment</title>
		<link rel="alternate" type="text/html" href="https://wiki.hoodedhorse.com/MENACE/index.php?title=Equipment&amp;diff=7682"/>
		<updated>2026-02-27T12:56:26Z</updated>

		<summary type="html">&lt;p&gt;76561198021843184: removed [[]] now cause it&amp;#039;s a second edit and easier to revert =D&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;tabber&amp;gt;&lt;br /&gt;
|-| Accessories =&lt;br /&gt;
{{:Accessories}}&lt;br /&gt;
&lt;br /&gt;
|-| Armor =&lt;br /&gt;
{{:Armor}}&lt;br /&gt;
&lt;br /&gt;
|-| Special Weapons =&lt;br /&gt;
{{:Special Weapons}}&lt;br /&gt;
&lt;br /&gt;
|-| Infantry_Weapons|Squad Weapons =&lt;br /&gt;
{{:Infantry Weapons}}&lt;br /&gt;
&lt;br /&gt;
|-| Vehicles =&lt;br /&gt;
{{:Vehicles}}&lt;br /&gt;
&lt;br /&gt;
|-| Vehicle Weapons =&lt;br /&gt;
{{:Vehicle Weapons}}&lt;br /&gt;
&lt;br /&gt;
|-| Vehicle Accessories =&lt;br /&gt;
{{:Vehicle Accessories}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/tabber&amp;gt;&lt;/div&gt;</summary>
		<author><name>76561198021843184</name></author>
	</entry>
	<entry>
		<id>https://wiki.hoodedhorse.com/MENACE/index.php?title=Equipment&amp;diff=7681</id>
		<title>Equipment</title>
		<link rel="alternate" type="text/html" href="https://wiki.hoodedhorse.com/MENACE/index.php?title=Equipment&amp;diff=7681"/>
		<updated>2026-02-27T12:55:44Z</updated>

		<summary type="html">&lt;p&gt;76561198021843184: test tabbers (didn&amp;#039;t remove the   from the section headers cause that would be destructive and harder to readd)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;tabber&amp;gt;&lt;br /&gt;
|-| [[Accessories]]=&lt;br /&gt;
{{:Accessories}}&lt;br /&gt;
&lt;br /&gt;
|-| [[Armor]] =&lt;br /&gt;
{{:Armor}}&lt;br /&gt;
&lt;br /&gt;
|-| [[Special Weapons]] =&lt;br /&gt;
{{:Special Weapons}}&lt;br /&gt;
&lt;br /&gt;
|-| [[Infantry_Weapons|Squad Weapons]] =&lt;br /&gt;
{{:Infantry Weapons}}&lt;br /&gt;
&lt;br /&gt;
|-| [[Vehicles]] =&lt;br /&gt;
{{:Vehicles}}&lt;br /&gt;
&lt;br /&gt;
|-| [[Vehicle Weapons]] =&lt;br /&gt;
{{:Vehicle Weapons}}&lt;br /&gt;
&lt;br /&gt;
|-| [[Vehicle Accessories]] =&lt;br /&gt;
{{:Vehicle Accessories}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/tabber&amp;gt;&lt;/div&gt;</summary>
		<author><name>76561198021843184</name></author>
	</entry>
	<entry>
		<id>https://wiki.hoodedhorse.com/MENACE/index.php?title=Special_Weapons&amp;diff=7680</id>
		<title>Special Weapons</title>
		<link rel="alternate" type="text/html" href="https://wiki.hoodedhorse.com/MENACE/index.php?title=Special_Weapons&amp;diff=7680"/>
		<updated>2026-02-27T12:42:51Z</updated>

		<summary type="html">&lt;p&gt;76561198021843184: centering tables&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| class=&amp;quot;gridBG&amp;quot; align=&amp;quot;center&amp;quot; style=&amp;quot;background-color: black; align=center; width: 90%; border: 1px solid white; color: white;&amp;quot;&lt;br /&gt;
| class=&amp;quot;hides hidem&amp;quot; style=&amp;quot;font-size: 100%; text-align: center;&amp;quot; |&lt;br /&gt;
The content below is based on the Early Access and needs to be &#039;&#039;&#039;updated&#039;&#039;&#039; as it may not accurately represent what&#039;s currently in-game.&amp;lt;br&amp;gt;{{#if: {{{1|}}}&lt;br /&gt;
  |&#039;&#039;{{{1}}}&#039;&#039;&lt;br /&gt;
  |}}&lt;br /&gt;
|}&lt;br /&gt;
[[Weapons|Click here to go back to Weapons.]]&lt;br /&gt;
&lt;br /&gt;
Infantry Specials (or Special Weapons) are generally speaking more powerful, but also more specialized and cumbersome than infantry weapons. For a complete breakdown of currently used [[Tag List|Weapon/Accessory tags or to search for a specific tag see here.]]&lt;br /&gt;
&lt;br /&gt;
=== Anti-Tank ===&lt;br /&gt;
{|  class= &amp;quot;mw-collapsible wikitable sortable&amp;quot;  style=&amp;quot;text-align: center; margin:0 auto; width:95%;&lt;br /&gt;
|-&lt;br /&gt;
! Name &lt;br /&gt;
! {{H:title|Range|Rng}} &lt;br /&gt;
! {{H:title|HP Damage|HP Dmg}} &lt;br /&gt;
! {{H:title|Armor Damage|Armor Dmg}} &lt;br /&gt;
! {{H:title|Armor Penetration|Armor Pen}} &lt;br /&gt;
! {{H:title|Suppression|Supp}} &lt;br /&gt;
! {{H:title|Elements Hit|Elems Hit}} &lt;br /&gt;
! {{H:title|Rate of Fire|RoF}} &lt;br /&gt;
! {{H:title|Trade Value|Trade Val}} &lt;br /&gt;
! {{H:title|Accuracy Modifier|Acc Mod}} &lt;br /&gt;
! {{H:title|Ammo Count|Ammo}} &lt;br /&gt;
! {{H:title|Supply Cost|[[File:Supplies 64x64.png|center|30px]]}}&lt;br /&gt;
|-&lt;br /&gt;
| [[File:Weapon 38 912x318.png|center|300px|link=AT-RGL]] [[AT-RGL]] || 11 || 140 || 200|| 120|| 40 || 1 || 1 || 50|| 0 || 7 || 35&lt;br /&gt;
|-&lt;br /&gt;
| [[File:Weapon 20 912x318.png|center|300px|link=IMX SA-RPG 2]] [[IMX SA-RPG 2]] || 8 || 110 || 210|| 125 || 45 || 1 || 1 || 120 || 0|| 5 || 40&lt;br /&gt;
|-&lt;br /&gt;
| [[File:Weapon 09 tier1 912x318.png|center|300px|link=L100 - PAL]] [[L100 - PAL]] || 8 || 160 || 250 || 110 || 50 || 1 || 1 || 50 || 5 || 3 || 35&lt;br /&gt;
|-&lt;br /&gt;
| [[File:Workshopped RPG.png|center|300px|link=Workshopped RPG]] [[Workshopped RPG]] || 7 || 80 || 160 || 95 || 35 || 1 || 1 || 15|| 0 || 5 || 25&lt;br /&gt;
|-&lt;br /&gt;
| [[File:Zayntech ASGM 2.png|center|300px|link=Zayntech ASGM 2]] [[Zayntech ASGM 2]] || 11 || 220 || 300 || 180 || 50 || 1 || 1 || 65 || 0 || 3 || 65&lt;br /&gt;
|-&lt;br /&gt;
| [[File:Weapon 09 465x111.png|center|300px|link=L31 MAAL]] [[L31 MAAL]] || 9 || 200 || 330 || 200 || 70 || 1 || 1 || 130 || 10 || 3 || 50&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Autocannon ===&lt;br /&gt;
{|  class= &amp;quot;mw-collapsible wikitable sortable&amp;quot;  style=&amp;quot;text-align: center; margin:0 auto; width:95%;&lt;br /&gt;
|-&lt;br /&gt;
! Name &lt;br /&gt;
! {{H:title|Range|Rng}} &lt;br /&gt;
! {{H:title|HP Damage|HP Dmg}} &lt;br /&gt;
! {{H:title|Armor Damage|Armor Dmg}} &lt;br /&gt;
! {{H:title|Armor Penetration|Armor Pen}} &lt;br /&gt;
! {{H:title|Suppression|Supp}} &lt;br /&gt;
! {{H:title|Elements Hit|Elems Hit}} &lt;br /&gt;
! {{H:title|Rate of Fire|RoF}} &lt;br /&gt;
! {{H:title|Trade Value|Trade Val}} &lt;br /&gt;
! {{H:title|Accuracy Modifier|Acc Mod}} &lt;br /&gt;
! {{H:title|Ammo Count|Ammo}} &lt;br /&gt;
! {{H:title|Supply Cost|[[File:Supplies 64x64.png|center|30px]]}}&lt;br /&gt;
|-&lt;br /&gt;
| [[File:Tripod MK20A3.png|center|300px|link=Tripod MK20A3]] [[Tripod MK20A3]] || 10 || 60 || 70 || 45 || 15 || 1 || 3 || 50 || 0 || 8 || 45&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Energy ===&lt;br /&gt;
{|  class= &amp;quot;mw-collapsible wikitable sortable&amp;quot;  style=&amp;quot;text-align: center; margin:0 auto; width:95%;&lt;br /&gt;
|-&lt;br /&gt;
! Name &lt;br /&gt;
! {{H:title|Range|Rng}} &lt;br /&gt;
! {{H:title|HP Damage|HP Dmg}} &lt;br /&gt;
! {{H:title|Armor Damage|Armor Dmg}} &lt;br /&gt;
! {{H:title|Armor Penetration|Armor Pen}} &lt;br /&gt;
! {{H:title|Suppression|Supp}} &lt;br /&gt;
! {{H:title|Elements Hit|Elems Hit}} &lt;br /&gt;
! {{H:title|Rate of Fire|RoF}} &lt;br /&gt;
! {{H:title|Trade Value|Trade Val}} &lt;br /&gt;
! {{H:title|Accuracy Modifier|Acc Mod}} &lt;br /&gt;
! {{H:title|Ammo Count|Ammo}} &lt;br /&gt;
! {{H:title|Supply Cost|[[File:Supplies 64x64.png|center|30px]]}}&lt;br /&gt;
|-&lt;br /&gt;
| [[File:E4A2 ELSA.png|center|300px|link=E4A2 ELSA]] [[E4A2 ELSA]] || 8 || 40 || 80|| 35 || 15|| 1 || 3 || 130 || 0 || 0 || 50&lt;br /&gt;
|-&lt;br /&gt;
| [[File:Weapon 11 465x111.png|center|300px|link=EMP Rifle]] [[EMP Rifle]] || 5 || 25|| 1|| 500 || 0|| 1 || 1 || 35|| -10 || 8 || 20&lt;br /&gt;
|-&lt;br /&gt;
| [[File:Weapon 36 912x318.png|center|300px|link=Mining Laser]] [[Mining Laser]] || 7 || 130 || 200 || 140 || 20 || 1 || 1 || 20 || 0 || 0 || 15&lt;br /&gt;
|-&lt;br /&gt;
| [[File:Laserlance 465x111.png|center|300px|link=Tripod Laser Lance]] [[Tripod Laser Lance]] || 10 || 130 || 120 || 180 || 20 || 1 || 1 || 80 || 0 || 0 || 70&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Flamethrower ===&lt;br /&gt;
{|  class= &amp;quot;mw-collapsible wikitable sortable&amp;quot;  style=&amp;quot;text-align: center; margin:0 auto; width:95%;&lt;br /&gt;
|-&lt;br /&gt;
! Name &lt;br /&gt;
! {{H:title|Range|Rng}} &lt;br /&gt;
! {{H:title|HP Damage|HP Dmg}} &lt;br /&gt;
! {{H:title|Armor Damage|Armor Dmg}} &lt;br /&gt;
! {{H:title|Armor Penetration|Armor Pen}} &lt;br /&gt;
! {{H:title|Suppression|Supp}} &lt;br /&gt;
! {{H:title|Elements Hit|Elems Hit}} &lt;br /&gt;
! {{H:title|Rate of Fire|RoF}} &lt;br /&gt;
! {{H:title|Trade Value|Trade Val}} &lt;br /&gt;
! {{H:title|Accuracy Modifier|Acc Mod}} &lt;br /&gt;
! {{H:title|Ammo Count|Ammo}} &lt;br /&gt;
! {{H:title|Supply Cost|[[File:Supplies 64x64.png|center|30px]]}}&lt;br /&gt;
|-&lt;br /&gt;
| [[File:Flamethrower.png|center|300px|link=Flamethrower]] [[Flamethrower]] || 4 || 30 || 30 || 25 || 0 || 3 || 1 || 25 || 150 || 6 || 15&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Grenade Launcher ===&lt;br /&gt;
{|  class= &amp;quot;mw-collapsible wikitable sortable&amp;quot;  style=&amp;quot;text-align: center; margin:0 auto; width:95%;&lt;br /&gt;
|-&lt;br /&gt;
! Name &lt;br /&gt;
! {{H:title|Range|Rng}} &lt;br /&gt;
! {{H:title|HP Damage|HP Dmg}} &lt;br /&gt;
! {{H:title|Armor Damage|Armor Dmg}} &lt;br /&gt;
! {{H:title|Armor Penetration|Armor Pen}} &lt;br /&gt;
! {{H:title|Suppression|Supp}} &lt;br /&gt;
! {{H:title|Elements Hit|Elems Hit}} &lt;br /&gt;
! {{H:title|Rate of Fire|RoF}} &lt;br /&gt;
! {{H:title|Trade Value|Trade Val}} &lt;br /&gt;
! {{H:title|Accuracy Modifier|Acc Mod}} &lt;br /&gt;
! {{H:title|Ammo Count|Ammo}} &lt;br /&gt;
! {{H:title|Supply Cost|[[File:Supplies 64x64.png|center|30px]]}}&lt;br /&gt;
|-&lt;br /&gt;
| [[File:Gr331 ESG - Grenade Launcher.png|center|300px|link=Gr331 ESG - Grenade Launcher]] [[Gr331 ESG - Grenade Launcher]] || 8 || 30 || 35 || 30 || 50 || 1 || 1 || 50 || 25 || 7 || 35&lt;br /&gt;
|-&lt;br /&gt;
| [[File:Weapon 40 912x318.png|center|300px|link=MK9MOD2 K-GMW]] [[MK9MOD2 K-GMW]] || 10 || 30 || 35 || 30 || 50 || 1 || 3 || 50 || 0 || 8 || 45&lt;br /&gt;
|-&lt;br /&gt;
| [[File:Weapon 35 912x318.png|center|300px|link=XGr-20 CDTE]][[XGr-20 CDTE]] || 8 || 12 || 30|| 20 || 10|| 1 || 2 || 60 || 10 || 6 || 50&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Machine Gun ===&lt;br /&gt;
&lt;br /&gt;
{|  class= &amp;quot;mw-collapsible wikitable sortable&amp;quot;  style=&amp;quot;text-align: center; margin:0 auto; width:95%;&lt;br /&gt;
|-&lt;br /&gt;
! Name &lt;br /&gt;
! {{H:title|Range|Rng}} &lt;br /&gt;
! {{H:title|HP Damage|HP Dmg}} &lt;br /&gt;
! {{H:title|Armor Damage|Armor Dmg}} &lt;br /&gt;
! {{H:title|Armor Penetration|Armor Pen}} &lt;br /&gt;
! {{H:title|Suppression|Supp}} &lt;br /&gt;
! {{H:title|Elements Hit|Elems Hit}} &lt;br /&gt;
! {{H:title|Rate of Fire|RoF}} &lt;br /&gt;
! {{H:title|Trade Value|Trade Val}} &lt;br /&gt;
! {{H:title|Accuracy Modifier|Acc Mod}} &lt;br /&gt;
! {{H:title|Ammo Count|Ammo}} &lt;br /&gt;
! {{H:title|Supply Cost|[[File:Supplies 64x64.png|center|30px]]}}&lt;br /&gt;
|-&lt;br /&gt;
| [[File:CMG50.png|center|300px|link=CMG50]] [[CMG50]] || 8|| 14 || 12 || 34 || 15 || 1 || 12 || 30 || -20 || 6 || 30&lt;br /&gt;
|-&lt;br /&gt;
| [[File:Weapon 43 912x318.png|center|300px|link=IAR]] [[IAR]] || 9 || 12 || 13 || 35 || 25 || 1 || 5 || 120 || -5 || 10 || 30&lt;br /&gt;
|-&lt;br /&gt;
| [[File:Light Chaingun.png|center|300px|link=Light Chaingun]] [[Light Chaingun]] || 7 || 13 || 7 || 26 || 7 || 1 || 7 || 15 || -10 || 12 || 25&lt;br /&gt;
|-&lt;br /&gt;
| [[File:M10E ESAW.png|center|300px|link=M10E ESAW]] [[M10E ESAW]] || 7 || 12 || 9 || 28 || 10 || 1 || 15 || 30 || -25 || 8 || 20&lt;br /&gt;
|-&lt;br /&gt;
| [[File:Weapon 14 465x111.png|center|300px|link=M320 SSW]] [[M320 SSW]] || 8 || 14 || 10 || 34 || 12 || 1 || 15 || 120 || -20 || 8 || 30&lt;br /&gt;
|-&lt;br /&gt;
|  [[File:Weapon 41 465x111.png|center|300px|link=M320 SSW SOC]] [[M320 SSW SOC]] || 8 || 14 || 10 || 34 || 12 || 1 || 15 || 180 || -10 || 8 || 40&lt;br /&gt;
|-&lt;br /&gt;
| [[File:Weapon 06 912x318.png|center|300px|link=M80 EGPM]] [[M80 EGPM]] || 9 || 16 || 14 || 40 || 17 || 1 || 12 || 120 || -15 || 6 || 45&lt;br /&gt;
|-&lt;br /&gt;
| [[File:Weapon 06 tripod mmg 912x318.png|center|300px|link=Tripod CMG50]] [[Tripod CMG50]] || 8 || 14 || 12 || 34 || 15 || 1 || 12 || 35 || -10 || 12 || 30&lt;br /&gt;
|-&lt;br /&gt;
| [[File:Weapon 32 912x318.png|center|300px|link=Tripod M6 CMG]] [[Tripod M6 CMG]] || 10|| 25 || 25 || 55 || 10 || 1 || 10 || 50 || -10 || 10 || 40 &lt;br /&gt;
|-&lt;br /&gt;
| [[File:Tripod Griffin Minigun.png|center|300px|link=Tripod Griffin Minigun]] [[Tripod Griffin Minigun]] || 8|| 13 || 15 || 40 || 10 || 1 || 15 || 60 || -5 || 10(Heat) || 50 &lt;br /&gt;
|-&lt;br /&gt;
| [[File:Weapon 06 912x318.png|center|300px|link=T3 Medium Machinegun]] [[T3 Medium Machinegun]] || 10 || 19 || 16 || 46 || 20 || 1 || 12 || 200 || -15 || 6 || 60&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Mortars ===&lt;br /&gt;
{|  class= &amp;quot;mw-collapsible wikitable sortable&amp;quot;  style=&amp;quot;text-align: center; margin:0 auto; width:95%;&lt;br /&gt;
|-&lt;br /&gt;
! Name &lt;br /&gt;
! {{H:title|Range|Rng}} &lt;br /&gt;
! {{H:title|HP Damage|HP Dmg}} &lt;br /&gt;
! {{H:title|Armor Damage|Armor Dmg}} &lt;br /&gt;
! {{H:title|Armor Penetration|Armor Pen}} &lt;br /&gt;
! {{H:title|Suppression|Supp}} &lt;br /&gt;
! {{H:title|Elements Hit|Elems Hit}} &lt;br /&gt;
! {{H:title|Rate of Fire|RoF}} &lt;br /&gt;
! {{H:title|Trade Value|Trade Val}} &lt;br /&gt;
! {{H:title|Accuracy Modifier|Acc Mod}} &lt;br /&gt;
! {{H:title|Ammo Count|Ammo}} &lt;br /&gt;
! {{H:title|Supply Cost|[[File:Supplies 64x64.png|center|30px]]}}&lt;br /&gt;
|-&lt;br /&gt;
| [[File:Weapon 26 912x318.png|center|300px|link=Kingpost M8]] [[Kingpost M8]] || 14 || 15 || 20 || 10 || 35 || 0 || 1 || 50 || 0 || 10 || 40&lt;br /&gt;
|-&lt;br /&gt;
| [[File:U60A1 HWCM.png|center|300px|link=U60A1 HWCM]] [[U60A1 HWCM]] || 11 || 10 || 15 || 8 || 25 || 0 || 1 || 55|| 0 || 12 || 25&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Sniper Rifle ===&lt;br /&gt;
{|  class= &amp;quot;mw-collapsible wikitable sortable&amp;quot;  style=&amp;quot;text-align: center; margin:0 auto; width:95%;&lt;br /&gt;
|-&lt;br /&gt;
! Name &lt;br /&gt;
! {{H:title|Range|Rng}} &lt;br /&gt;
! {{H:title|HP Damage|HP Dmg}} &lt;br /&gt;
! {{H:title|Armor Damage|Armor Dmg}} &lt;br /&gt;
! {{H:title|Armor Penetration|Armor Pen}} &lt;br /&gt;
! {{H:title|Suppression|Supp}} &lt;br /&gt;
! {{H:title|Elements Hit|Elems Hit}} &lt;br /&gt;
! {{H:title|Rate of Fire|RoF}} &lt;br /&gt;
! {{H:title|Trade Value|Trade Val}} &lt;br /&gt;
! {{H:title|Accuracy Modifier|Acc Mod}} &lt;br /&gt;
! {{H:title|Ammo Count|Ammo}} &lt;br /&gt;
! {{H:title|Supply Cost|[[File:Supplies 64x64.png|center|30px]]}}&lt;br /&gt;
|-&lt;br /&gt;
| [[File:Weapon 08 anti materiel rifle tier1 912x318.png|center|300px|link=Anti-Materiel Rifle &amp;quot;Crocodile&amp;quot;]] [[Anti-Materiel Rifle &amp;quot;Crocodile&amp;quot;]] || 11 || 80 || 70 || 110 || 40 || 1 || 1 || 70 || -5 || 6 || 40&lt;br /&gt;
|-&lt;br /&gt;
| [[File:Weapon 44 912x318.png|center|300px|link=HM MK7MOD1 - SDMR]] [[HM MK7MOD1 - SDMR]] || 11 || 30 || 35 || 60 || 30 || 1 || 2 || 120|| 15 || 12  || 35&lt;br /&gt;
|-&lt;br /&gt;
| [[File:Weapon 33 912x318.png|center|300px|link=K-SAS Designated Marksman Rifle]] [[K-SAS Designated Marksman Rifle]] || 10 || 25 || 25 || 45 || 8 || 1 || 2 || 45 || 10 || 12 || 25&lt;br /&gt;
|-&lt;br /&gt;
| [[File:SR31 HM SPR.png|center|300px|link=SR31 - HM SPR]] [[SR31 - HM SPR]] || 11 || 30 || 40 || 75 || 30 || 1 || 1 || 40 || 20 || 10  || 30&lt;br /&gt;
|-&lt;br /&gt;
| [[File:Weapon 08 912x318.png|center|300px|link=SR41 KASS]] [[SR41 KASS]] || 12 || 40 || 50 || 85 || 35 || 1 || 1 || 125 || 30|| 10  || 35&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:Special Weapons|Category: Special Weapons]]&lt;/div&gt;</summary>
		<author><name>76561198021843184</name></author>
	</entry>
	<entry>
		<id>https://wiki.hoodedhorse.com/MENACE/index.php?title=Vehicle_Weapons&amp;diff=7679</id>
		<title>Vehicle Weapons</title>
		<link rel="alternate" type="text/html" href="https://wiki.hoodedhorse.com/MENACE/index.php?title=Vehicle_Weapons&amp;diff=7679"/>
		<updated>2026-02-27T12:42:19Z</updated>

		<summary type="html">&lt;p&gt;76561198021843184: centering tables&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| class=&amp;quot;gridBG&amp;quot; align=&amp;quot;center&amp;quot; style=&amp;quot;background-color: black; align=center; width: 90%; border: 1px solid white; color: white;&amp;quot;&lt;br /&gt;
| class=&amp;quot;hides hidem&amp;quot; style=&amp;quot;font-size: 100%; text-align: center;&amp;quot; |&lt;br /&gt;
The content below is based on the Early Access and needs to be &#039;&#039;&#039;updated&#039;&#039;&#039; as it may not accurately represent what&#039;s currently in-game.&amp;lt;br&amp;gt;{{#if: {{{1|}}}&lt;br /&gt;
  |&#039;&#039;{{{1}}}&#039;&#039;&lt;br /&gt;
  |}}&lt;br /&gt;
|}&lt;br /&gt;
[[Weapons|Click here to go back to Weapons.]] To go to the [[Vehicles|main vehicles page, click here.]] For a complete breakdown of currently used [[Tag List|Weapon/Accessory tags or to search for a specific tag see here.]]&lt;br /&gt;
&lt;br /&gt;
Powerful, heavy weapons carried by Vehicles, these guns typically out perform lighter infantry weapons; albeit at the cost of tradeoffs such as limited ammunition. Vehicle weapons come in 3 types. Light Weapons are anti personal weapons. Medium Weapons are versatile all rounders. Heavy Weapons are generally found on vehicles such as Tanks. A vehicles slots determine what combination of weapons can be mounted; e.g. a single Medium slot would only allow for a single Medium Weapon to be mounted.&lt;br /&gt;
&lt;br /&gt;
== Heavy Vehicle Weapon ==&lt;br /&gt;
{|  class= &amp;quot;mw-collapsible wikitable sortable&amp;quot;  style=&amp;quot;text-align: center; margin:0 auto; width:95%;&lt;br /&gt;
|+ Heavy Weapons will remove the ability to carry troops when added to compatible vehicles such as the Light Troop Carrier.&lt;br /&gt;
|-&lt;br /&gt;
! Name &lt;br /&gt;
! {{H:title|Range|Rng}} &lt;br /&gt;
! {{H:title|HP Damage|HP Dmg}} &lt;br /&gt;
! {{H:title|Armor Damage|Armor Dmg}} &lt;br /&gt;
! {{H:title|Armor Penetration|Armor Pen}} &lt;br /&gt;
! {{H:title|Suppression|Supp}} &lt;br /&gt;
! {{H:title|Elements Hit|Elems Hit}} &lt;br /&gt;
! {{H:title|Rate of Fire|RoF}} &lt;br /&gt;
! {{H:title|Trade Value|Trade Val}} &lt;br /&gt;
! {{H:title|Accuracy Modifier|Acc Mod}} &lt;br /&gt;
! {{H:title|Ammo Count|Ammo}} &lt;br /&gt;
! {{H:title|Supply Cost|[[File:Supplies 64x64.png|center|30px]]}}&lt;br /&gt;
|-&lt;br /&gt;
| [[File:Cannon short 912x318.png|center|300px|link=Short Barreled Tank Gun]] [[Short Barreled Tank Gun]] || 8 || 170 || 180 || 100 || 60 || 1 || 1 || 60 || 0 || 6 || 45&lt;br /&gt;
|-&lt;br /&gt;
| [[File:Heavy cannon long 912x318.png|center|300px|link=Long Barreled Tank Gun]] [[Long Barreled Tank Gun]] || 11 || 180 || 130 || 150 || 30 || 1 || 1 || 80 || 10 || 6 || 55&lt;br /&gt;
|-&lt;br /&gt;
|  [[File:Mortar 120mm 465x111.png|center|300px|link=120mm Mortar]] [[120mm Mortar]] || 16 || 105 || 50 || 115 || 120 || 1 || 1 || 90 || 50 || 8 || 65&lt;br /&gt;
|-&lt;br /&gt;
| [[File:Heavy mg twin 912x318.png|center|300px|link=Twin M6 Heavy Machinegun]] [[Twin M6 Heavy Machinegun]] || 10 || 25|| 12 || 55 || 12 || 1 || 20 || 80 || -13 || 10 || 90&lt;br /&gt;
|-&lt;br /&gt;
| [[File:Minigun twin 912x318.png|center|300px|link=Twin Griffin Dynamics Rotary Barrel Machinegun]] [[Twin Griffin Dynamics Rotary Barrel Machinegun]] || 8 || 13 || 15 || 40 || 10 || 1 || 30 || 110 || -5 || 10 || 140&lt;br /&gt;
|-&lt;br /&gt;
| [[15cm Assault Howitzer]] || 9 || 170|| 80 || 100|| 80 || 1 || 1 || N/A || N/A || N/A || N/A&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Medium Vehicle Weapon ==&lt;br /&gt;
{|  class= &amp;quot;mw-collapsible wikitable sortable&amp;quot;  style=&amp;quot;text-align: center; margin:0 auto; width:95%;&lt;br /&gt;
|-&lt;br /&gt;
! Name &lt;br /&gt;
! {{H:title|Range|Rng}} &lt;br /&gt;
! {{H:title|HP Damage|HP Dmg}} &lt;br /&gt;
! {{H:title|Armor Damage|Armor Dmg}} &lt;br /&gt;
! {{H:title|Armor Penetration|Armor Pen}} &lt;br /&gt;
! {{H:title|Suppression|Supp}} &lt;br /&gt;
! {{H:title|Elements Hit|Elems Hit}} &lt;br /&gt;
! {{H:title|Rate of Fire|RoF}} &lt;br /&gt;
! {{H:title|Trade Value|Trade Val}} &lt;br /&gt;
! {{H:title|Accuracy Modifier|Acc Mod}} &lt;br /&gt;
! {{H:title|Ammo Count|Ammo}} &lt;br /&gt;
! {{H:title|Supply Cost|[[File:Supplies 64x64.png|center|30px]]}} &lt;br /&gt;
|-&lt;br /&gt;
| [[File:Mounted Chaingun.png|center|300px|link=Mounted Chaingun]] [[Mounted Chaingun]] || 9 || 15 || 12 || 34 || 10 || 1 || 7 || 20 || -10 || 18 || 30&lt;br /&gt;
|-&lt;br /&gt;
| [[File:Rocket organ 912x318.png|center|300px|link=Rocket Organ]] [[Rocket Organ]] || 18 || 40 || 35 || 40 || 30 || 1 || 9 || 30 || 0 || 9 || 30&lt;br /&gt;
|-&lt;br /&gt;
| [[File:Auto-Laser.png|center|300px|link=Auto-Laser]] [[Auto-Laser]] || 7 || 30 || 40 || 90 || 10 || 1 || 4 || 50 || 0|| 0 || 40&lt;br /&gt;
|-&lt;br /&gt;
| [[File:Ground radar 912x318.png|center|300px|link=Ground Radar]] [[Ground Radar]] || 20 || N/A || N/A || N/A || N/A || N/A || 1 || 60 || 200 || N/A || 45&lt;br /&gt;
|-&lt;br /&gt;
| [[File:Heavyflamer 912x318.png|center|300px|link=Heavy Flamethrower]] [[Heavy Flamethrower]] || 5|| 36 || 30 || 30 || - || 1 || 1 || 50 || 0 || 6 || 45&lt;br /&gt;
|-&lt;br /&gt;
| [[File:M6 CMG.png|center|300px|link=M6 CMG]] [[M6 CMG]] || 10 || 25 || 12 || 55 || 12 || 1 || 10 || 60 || -10 || 10 || 45&lt;br /&gt;
|-&lt;br /&gt;
| [[File:Rocket Launcher.png|center|300px|link=Rocket Launcher]] [[Rocket Launcher]] || 8 || 160 || 250 || 110 || 50 || 1 || 1 || 65 || 5 || 6 || 50&lt;br /&gt;
|-&lt;br /&gt;
| [[File:Rocket organ 912x318.png|center|300px|link=Swarm Airburst Launcher]] [[Swarm Airburst Launcher]] || 8 || 12 || 30 || 20 || 10 || 1 || 6 || 45 || 0 || 6 || 60&lt;br /&gt;
|-&lt;br /&gt;
| [[File:Atgm 912x318.png|center|300px|link=ATGM Launcher]] [[ATGM Launcher]] || 11 || 220 || 300 || 220 || 50 || 1 || 1 || 75 || 0 || 4 ||65&lt;br /&gt;
|-&lt;br /&gt;
| [[File:MK20A3 BC Autocannon.png|center|300px|link=MK20A3 BC Autocannon]] [[MK20A3 BC Autocannon]] || 10 || 60 || 70 || 45 || 15 || 1 || 3 || 70 || 0 || 8 || 65&lt;br /&gt;
|-&lt;br /&gt;
| [[File:Minigun 912x318.png|center|300px|link=Griffin Dynamics Rotary Barrel Machinegun]] [[Griffin Dynamics Rotary Barrel Machinegun]] || 8 || 13 || 15 || 40 || 10 || 1 || 15 || 80 || -5 || 10 || 70&lt;br /&gt;
|-&lt;br /&gt;
| [[File:Laserlance 912x318.png|center|300px|link=:Laser Lance]] [[Laser Lance]] || 10 || 130 || 120 || 180 || 20 || 1 || 1 || 35 || 0|| 0 || 70&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Light Vehicle Weapon ==&lt;br /&gt;
{|  class= &amp;quot;mw-collapsible wikitable sortable&amp;quot;  style=&amp;quot;text-align: center; margin:0 auto; width:95%;&lt;br /&gt;
|-&lt;br /&gt;
! Name &lt;br /&gt;
! {{H:title|Range|Rng}} &lt;br /&gt;
! {{H:title|HP Damage|HP Dmg}} &lt;br /&gt;
! {{H:title|Armor Damage|Armor Dmg}} &lt;br /&gt;
! {{H:title|Armor Penetration|Armor Pen}} &lt;br /&gt;
! {{H:title|Suppression|Supp}} &lt;br /&gt;
! {{H:title|Elements Hit|Elems Hit}} &lt;br /&gt;
! {{H:title|Rate of Fire|RoF}} &lt;br /&gt;
! {{H:title|Trade Value|Trade Val}} &lt;br /&gt;
! {{H:title|Accuracy Modifier|Acc Mod}} &lt;br /&gt;
! {{H:title|Ammo Count|Ammo}} &lt;br /&gt;
! {{H:title|Supply Cost|[[File:Supplies 64x64.png|center|30px]]}}&lt;br /&gt;
|-&lt;br /&gt;
| [[File:Flamethrower (Vehicle).png|center|300px|link=Flamethrower (Vehicle)]] [[Flamethrower (Vehicle)|Flamethrower]] || 4 || 30 || 30 || 20 || 0 || 1 || 1 || 40 || 100 || 12 || 25&lt;br /&gt;
|-&lt;br /&gt;
| [[File:CMG50 MMG.png|center|300px|link=CMG50 MMG]] [[CMG50 MMG]] || 8 || 16 || 7 || 40 || 11 || 1 || 12 || 40 || -20 || 12 || 35&lt;br /&gt;
|-&lt;br /&gt;
| [[File:Auto grenade launcher 912x318.png|center|300px|link=K-GMW Auto Grenade Launcher]][[K-GMW Auto Grenade Launcher]] || 10 || 30 || 35 || 30 || 50 || 1 || 3 || 55 || 0 || 8 || 45&lt;br /&gt;
|-&lt;br /&gt;
| [[File:Plasmarifle light 912x318.png|center|300px|link=E4A2 ELSA Plasma Rifle]] [[E4A2 ELSA Plasma Rifle]] || 8 || 40 || 80 || 35 || 15 || 1 || 3 || 130 || 0 || 0 || 50&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>76561198021843184</name></author>
	</entry>
	<entry>
		<id>https://wiki.hoodedhorse.com/MENACE/index.php?title=Squad_Weapons&amp;diff=7678</id>
		<title>Squad Weapons</title>
		<link rel="alternate" type="text/html" href="https://wiki.hoodedhorse.com/MENACE/index.php?title=Squad_Weapons&amp;diff=7678"/>
		<updated>2026-02-27T12:34:49Z</updated>

		<summary type="html">&lt;p&gt;76561198021843184: centering tables&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| class=&amp;quot;gridBG&amp;quot; align=&amp;quot;center&amp;quot; style=&amp;quot;background-color: black; align=center; width: 90%; border: 1px solid white; color: white;&amp;quot;&lt;br /&gt;
| class=&amp;quot;hides hidem&amp;quot; style=&amp;quot;font-size: 100%; text-align: center;&amp;quot; |&lt;br /&gt;
The content below is based on the Early Access and needs to be &#039;&#039;&#039;updated&#039;&#039;&#039; as it may not accurately represent what&#039;s currently in-game.&amp;lt;br&amp;gt;{{#if: {{{1|}}}&lt;br /&gt;
  |&#039;&#039;{{{1}}}&#039;&#039;&lt;br /&gt;
  |}}&lt;br /&gt;
|}&lt;br /&gt;
[[Weapons|Click here to go back to Weapons.]]&lt;br /&gt;
&lt;br /&gt;
Equipping a squad weapon provides each squaddie with their own version of the weapon. As a result, supply costs increase proportionally, meaning that a larger squad will incur higher expenses for equipment. Squad weapons include standard infantry small arms, such as shotguns, submachine guns, assault rifles and battle rifles. For a complete breakdown of currently used [[Tag List|Weapon/Accessory tags or to search for a specific tag see here.]]&lt;br /&gt;
&lt;br /&gt;
=== Carbines ===&lt;br /&gt;
&lt;br /&gt;
{|  class= &amp;quot;mw-collapsible wikitable sortable&amp;quot;  style=&amp;quot;text-align: center; margin:0 auto; width:95%;&lt;br /&gt;
|-&lt;br /&gt;
! Name &lt;br /&gt;
! {{H:title|Range|Rng}} &lt;br /&gt;
! {{H:title|HP Damage|HP Dmg}} &lt;br /&gt;
! {{H:title|Armor Damage|Armor Dmg}} &lt;br /&gt;
! {{H:title|Armor Penetration|Armor Pen}} &lt;br /&gt;
! {{H:title|Suppression|Supp}} &lt;br /&gt;
! {{H:title|Elements Hit|Elems Hit}} &lt;br /&gt;
! {{H:title|Rate of Fire|RoF}} &lt;br /&gt;
! {{H:title|Trade Value|Trade Val}} &lt;br /&gt;
! {{H:title|Accuracy Modifier|Acc Mod}} &lt;br /&gt;
! {{H:title|Ammo Count|Ammo}} &lt;br /&gt;
! {{H:title|Supply Cost|[[File:Supplies 64x64.png|center|30px]]}} &lt;br /&gt;
|-&lt;br /&gt;
| [[File:C1A2_SPC.png|center|300px|link=C1A2 SPC]] [[C1A2 SPC]]|| 8 || 9 || 10 || 25 || 2 || 1 || 2 || N/A || 0 || 16 || 7&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Battle Rifles ===&lt;br /&gt;
&lt;br /&gt;
{|  class= &amp;quot;mw-collapsible wikitable sortable&amp;quot; style=&amp;quot;text-align: center; margin:0 auto; width:95%;&lt;br /&gt;
|-&lt;br /&gt;
! Name &lt;br /&gt;
! {{H:title|Range|Rng}} &lt;br /&gt;
! {{H:title|HP Damage|HP Dmg}} &lt;br /&gt;
! {{H:title|Armor Damage|Armor Dmg}} &lt;br /&gt;
! {{H:title|Armor Penetration|Armor Pen}} &lt;br /&gt;
! {{H:title|Suppression|Supp}} &lt;br /&gt;
! {{H:title|Elements Hit|Elems Hit}} &lt;br /&gt;
! {{H:title|Rate of Fire|RoF}} &lt;br /&gt;
! {{H:title|Trade Value|Trade Val}} &lt;br /&gt;
! {{H:title|Accuracy Modifier|Acc Mod}} &lt;br /&gt;
! {{H:title|Ammo Count|Ammo}} &lt;br /&gt;
! {{H:title|Supply Cost|[[File:Supplies 64x64.png|center|30px]]}} &lt;br /&gt;
|-&lt;br /&gt;
| [[File:Weapon 30 912x318.png|center|300px|link=Pirate Pipe Gun]] [[Pirate Pipe Gun]]|| 8 || 9 || 25 || 20 || 3 || 1 || 1 || 10 || 0 || 16 || 4&lt;br /&gt;
|-&lt;br /&gt;
| [[File:Weapon 05 tier1 912x318.png|center|300px|link=BR3A3 Kr-BaR &amp;quot;Crowbar&amp;quot;]] [[BR3A3 Kr-BaR &amp;quot;Crowbar&amp;quot;]]|| 9 || 11 || 13 || 35 || 4 || 1 || 2 || 15 || 0 || 12 || 9&lt;br /&gt;
|-&lt;br /&gt;
| [[File:BR3A3 Kr-BaRMOD1.png|center|300px|link=BR3A3 Kr-BaRMOD1]] [[BR3A3 Kr-BaRMOD1]]|| 10 || 12 || 13 || 35 || 4 || 1 || 2 || 70 || 0 || 12 || 13&lt;br /&gt;
|-&lt;br /&gt;
| [[File:BR3A3 Kr-BaRMOD2 Carbine.png|center|300px|link=BR3A3 Kr-BaR MOD2 Carbine]] [[BR3A3 Kr-BaR MOD2 Carbine]] || 9 || 11 || 13 || 35 || 4 || 1 || 2 || 70 || 10 || 12 || 13&lt;br /&gt;
|-&lt;br /&gt;
| [[File:Weapon 05 tier1 mod3 912x318.png|center|300px|link=BR3A3 Kr-BaR MOD3 Suppressed]] [[BR3A3 Kr-BaR MOD3 Suppressed]] || 9 || 11 || 13 || 35 || 4 || 1 || 2 || 70 || 10 || 12 || 13&lt;br /&gt;
|-&lt;br /&gt;
| [[File:Weapon 05 912x318.png|center|300px|link=BR6A1 HaMER]] [[BR6A1 HaMER]] || 10 || 13 || 15 || 40 || 5 || 1 || 2 || 120 || 0 || 12 || 20&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== SMGs ===&lt;br /&gt;
&lt;br /&gt;
{|  class= &amp;quot;mw-collapsible wikitable sortable&amp;quot; style=&amp;quot;text-align: center; margin:0 auto; width:95%;&lt;br /&gt;
|-&lt;br /&gt;
! Name &lt;br /&gt;
! {{H:title|Range|Rng}} &lt;br /&gt;
! {{H:title|HP Damage|HP Dmg}} &lt;br /&gt;
! {{H:title|Armor Damage|Armor Dmg}} &lt;br /&gt;
! {{H:title|Armor Penetration|Armor Pen}} &lt;br /&gt;
! {{H:title|Suppression|Supp}} &lt;br /&gt;
! {{H:title|Elements Hit|Elems Hit}} &lt;br /&gt;
! {{H:title|Rate of Fire|RoF}} &lt;br /&gt;
! {{H:title|Trade Value|Trade Val}} &lt;br /&gt;
! {{H:title|Accuracy Modifier|Acc Mod}} &lt;br /&gt;
! {{H:title|Ammo Count|Ammo}} &lt;br /&gt;
! {{H:title|Supply Cost|[[File:Supplies 64x64.png|center|30px]]}} &lt;br /&gt;
|-&lt;br /&gt;
| [[File:Weapon 07 912x318.png|center|300px|link=Griffin MK1MOD1]][[Griffin MK1MOD1]]|| 6 || 13 || 10 || 20 || 4 || 1 || 5 || 120 || 0 || 16 || 13&lt;br /&gt;
|-&lt;br /&gt;
| [[File:Weapon 24 tier1 912x318.png|center|300px|link=MK46MOD2 SPC]][[MK46MOD2 SPC]]|| 6 || 8 || 9 || 30 || 3 || 1 || 5 || 25 || 0 || 16 || 11&lt;br /&gt;
|-&lt;br /&gt;
| [[File:Weapon 07 tier1 912x318.png|center|300px|link=MP3A9 PPP]][[MP3A9 PPP]]|| 5 || 12 || 9 || 15 || 3 || 1 || 5 || 15 || 0 || 16 || 9&lt;br /&gt;
|-&lt;br /&gt;
| [[File:Weapon 07 tier1 mod2 912x318.png|center|300px|link=MP3A9 PPP &amp;quot;Hi-Cap&amp;quot;]][[MP3A9 PPP &amp;quot;Hi-Cap&amp;quot;]] || 5 || 12 || 9 || 15 || 3 || 1 || 7 || 70|| 0 || 16 || 13&lt;br /&gt;
|-&lt;br /&gt;
| [[File:Weapon 07 tier1 mod1 912x318.png|center|300px|link=MP3A9 &amp;quot;SOF&amp;quot; PPP]] [[MP3A9 &amp;quot;SOF&amp;quot; PPP]]|| 5 || 12 || 9 || 15 || 3 || 1 || 5 || 70 || 10 || 16 || 13&lt;br /&gt;
|-&lt;br /&gt;
| [[File:Weapon 07 912x318.png|center|300px|link=MP11A2 - HIG Oktagon]] [[MP11A2 - HIG Oktagon]]|| 7 || 14 || 11|| 25 || 5 || 1 || 5 || 800 || 0 || 16 || 20&lt;br /&gt;
|-&lt;br /&gt;
| [[File:Weapon 28 912x318.png|center|300px|link=Pirate looted PDW]] [[Pirate looted PDW]] || 6 || 7 || 8 || 30 || 2 || 1 || 5 || 20 || 0 || 16 || 13&lt;br /&gt;
|-&lt;br /&gt;
| [[File:Weapon 42 912x318.png|center|300px|link=Kruger CTMP 45]] [[Kruger CTMP 45]] || 6 || 18 || 18 || 15 || 4 || 1 || 5 || 520 || 0 || 16 || 20&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Assault Rifles ===&lt;br /&gt;
&lt;br /&gt;
{|  class= &amp;quot;mw-collapsible wikitable sortable&amp;quot; style=&amp;quot;text-align: center; margin:0 auto; width:95%;&lt;br /&gt;
|-&lt;br /&gt;
! Name &lt;br /&gt;
! {{H:title|Range|Rng}} &lt;br /&gt;
! {{H:title|HP Damage|HP Dmg}} &lt;br /&gt;
! {{H:title|Armor Damage|Armor Dmg}} &lt;br /&gt;
! {{H:title|Armor Penetration|Armor Pen}} &lt;br /&gt;
! {{H:title|Suppression|Supp}} &lt;br /&gt;
! {{H:title|Elements Hit|Elems Hit}} &lt;br /&gt;
! {{H:title|Rate of Fire|RoF}} &lt;br /&gt;
! {{H:title|Trade Value|Trade Val}} &lt;br /&gt;
! {{H:title|Accuracy Modifier|Acc Mod}} &lt;br /&gt;
! {{H:title|Ammo Count|Ammo}} &lt;br /&gt;
! {{H:title|Supply Cost|[[File:Supplies 64x64.png|center|30px]]}} &lt;br /&gt;
|-&lt;br /&gt;
| [[File:R10A6 K-PAC.png|center|300px|link=R10A6 K-PAC]][[R10A6 K-PAC]] || 8 || 9 || 9 || 30 || 3 || 1 || 3 || 15 || 0 || 16 || 9&lt;br /&gt;
|-&lt;br /&gt;
| [[File:R10A6 K-PAC with Launcher.png|center|300px|link=R10A6 K-PAC with Launcher]][[R10A6 K-PAC with Launcher]] || 8|| 9 || 9 || 30 || 3 || 1 || 3 || 65 || -10 || 16 || 18&lt;br /&gt;
|-&lt;br /&gt;
| [[File:R10A6 &amp;quot;CQB&amp;quot; K-PAC.png|center|300px|link=R10A6 &amp;quot;CQB&amp;quot; K-PAC]][[R10A6 &amp;quot;CQB&amp;quot; K-PAC]] || 7 || 9 || 9 || 30 || 3 || 1 || 4 || 70 || 5 || 16 || 13&lt;br /&gt;
|-&lt;br /&gt;
| [[File:R10A6 &amp;quot;RANGE&amp;quot; K-PAC.png|center|300px|link=R10A6 &amp;quot;RANGE&amp;quot; K-PAC]][[R10A6 &amp;quot;RANGE&amp;quot; K-PAC]] || 9|| 9 || 9 || 34 || 3 || 1 || 3 || 70 || 0 || 16 || 13&lt;br /&gt;
|-&lt;br /&gt;
| [[File:R10A6 &amp;quot;SOF&amp;quot; K-PAC.png|center|300px|link=R10A6 &amp;quot;SOF&amp;quot; K-PAC]][[R10A6 &amp;quot;SOF&amp;quot; K-PAC]] || 8|| 10 || 9 || 30 || 3 || 1 || 3 || 70|| 10 || 16 || 13&lt;br /&gt;
|-&lt;br /&gt;
| [[File:R14A2 ARC.png|center|300px|link=R14A2 ARC]][[R14A2 ARC]] || 7|| 12 || 13 || 20 || 3 || 1 || 3 || 15 || 0 || 16 || 9&lt;br /&gt;
|-&lt;br /&gt;
| [[File:Weapon 22 tier1 mod3 912x318.png|center|300px|link=R14A2 ARC &amp;quot;Range&amp;quot;]] [[R14A2 ARC &amp;quot;Range&amp;quot;]] || 8|| 12 || 13 || 25 || 3 || 1 || 3 || 70 || 0 || 16 || 13&lt;br /&gt;
|-&lt;br /&gt;
| [[File:R14A2 ARC &amp;quot;CSP&amp;quot;.png|center|300px|link=R14A2 ARC &amp;quot;CSP&amp;quot;]] [[R14A2 ARC &amp;quot;CSP&amp;quot;]] || 7 || 14 || 15 || 20 || 3 || 1 || 3 || 70 || 10 || 16 || 13&lt;br /&gt;
|-&lt;br /&gt;
| [[File:R14A2 ARC &#039;SOCC&#039;.png|center|300px|link=R14A2 ARC &amp;quot;SOCC&amp;quot;]] [[R14A2 ARC &amp;quot;SOCC&amp;quot;]] || 7|| 12 || 13 || 20 || 3 || 1 || 3 || 70 || 10 || 16 || 13&lt;br /&gt;
|-&lt;br /&gt;
| [[File:Weapon 04 465x111.png|center|300px|link=R228A1 MRS]] [[R228A1 MRS]] || 9 || 11 || 11 || 35 || 3 || 1 || 3 || 120 || 0 || 16 || 20&lt;br /&gt;
|-&lt;br /&gt;
| [[File:Weapon 29 912x318.png|center|300px|link=Pirate Assault Rifle]] [[Pirate Assault Rifle]] || 8 || 9 || 7 || 24 || 3 || 1 || 3 || 10 || -5 || 16 || 10&lt;br /&gt;
|-&lt;br /&gt;
| [[File:Weapon 37 912x318.png|center|300px|link=XL1A14]] [[XL1A14]] || 8 || 8 || 25 || 75 || 2 || 1 || 2 || 150 || 5 || 0 || 12&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Heavy Assault Rifles ===&lt;br /&gt;
&lt;br /&gt;
{|  class= &amp;quot;mw-collapsible wikitable sortable&amp;quot; style=&amp;quot;text-align: center; margin:0 auto; width:95%;&lt;br /&gt;
|-&lt;br /&gt;
! Name &lt;br /&gt;
! {{H:title|Range|Rng}} &lt;br /&gt;
! {{H:title|HP Damage|HP Dmg}} &lt;br /&gt;
! {{H:title|Armor Damage|Armor Dmg}} &lt;br /&gt;
! {{H:title|Armor Penetration|Armor Pen}} &lt;br /&gt;
! {{H:title|Suppression|Supp}} &lt;br /&gt;
! {{H:title|Elements Hit|Elems Hit}} &lt;br /&gt;
! {{H:title|Rate of Fire|RoF}} &lt;br /&gt;
! {{H:title|Trade Value|Trade Val}} &lt;br /&gt;
! {{H:title|Accuracy Modifier|Acc Mod}} &lt;br /&gt;
! {{H:title|Ammo Count|Ammo}} &lt;br /&gt;
! {{H:title|Supply Cost|[[File:Supplies 64x64.png|center|30px]]}} &lt;br /&gt;
|-&lt;br /&gt;
|  [[File:Weapon 31 912x318.png|center|200px|link=MK22MOD1]][[MK22MOD1]] || 7|| 30 || 25 || 30 || 5 || 1 || 2 || 140 || 0 || 16 || 22&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Shotguns ===&lt;br /&gt;
&lt;br /&gt;
{|  class= &amp;quot;mw-collapsible wikitable sortable&amp;quot; style=&amp;quot;text-align: center; margin:0 auto; width:95%;&lt;br /&gt;
|-&lt;br /&gt;
! Name &lt;br /&gt;
! {{H:title|Range|Rng}} &lt;br /&gt;
! {{H:title|HP Damage|HP Dmg}} &lt;br /&gt;
! {{H:title|Armor Damage|Armor Dmg}} &lt;br /&gt;
! {{H:title|Armor Penetration|Armor Pen}} &lt;br /&gt;
! {{H:title|Suppression|Supp}} &lt;br /&gt;
! {{H:title|Elements Hit|Elems Hit}} &lt;br /&gt;
! {{H:title|Rate of Fire|RoF}} &lt;br /&gt;
! {{H:title|Trade Value|Trade Val}} &lt;br /&gt;
! {{H:title|Accuracy Modifier|Acc Mod}} &lt;br /&gt;
! {{H:title|Ammo Count|Ammo}} &lt;br /&gt;
! {{H:title|Supply Cost|[[File:Supplies 64x64.png|center|30px]]}} &lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
| [[File:Corridor Sweeper.png|center|300px|link=Corridor Sweeper]][[Corridor Sweeper]] || 5 || 9 || 25 || 9 || 4 || 1 || 2 || 10 || 10|| 16 || 10&lt;br /&gt;
|-&lt;br /&gt;
| [[File:Stoneclad CS185.png|center|300px|link=Stoneclad CS185]][[Stoneclad CS185]] || 5|| 10 || 30 || 10 || 4 || 1 || 2 || 15 || 20 || 16 || 9&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>76561198021843184</name></author>
	</entry>
	<entry>
		<id>https://wiki.hoodedhorse.com/MENACE/index.php?title=Weapons&amp;diff=7677</id>
		<title>Weapons</title>
		<link rel="alternate" type="text/html" href="https://wiki.hoodedhorse.com/MENACE/index.php?title=Weapons&amp;diff=7677"/>
		<updated>2026-02-27T12:32:28Z</updated>

		<summary type="html">&lt;p&gt;76561198021843184: test with tabs&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| class=&amp;quot;gridBG&amp;quot; align=&amp;quot;center&amp;quot; style=&amp;quot;background-color: black; align=center; width: 90%; border: 1px solid white; color: white;&amp;quot;&lt;br /&gt;
| class=&amp;quot;hides hidem&amp;quot; style=&amp;quot;font-size: 100%; text-align: center;&amp;quot; |&lt;br /&gt;
The content below is based on the demo release and needs to be &#039;&#039;&#039;updated&#039;&#039;&#039; as it may not accurately represent what&#039;s currently in-game.&amp;lt;br&amp;gt;{{#if: {{{1|}}}&lt;br /&gt;
  |&#039;&#039;{{{1}}}&#039;&#039;&lt;br /&gt;
  |}}&lt;br /&gt;
|}&lt;br /&gt;
== Properties of Weapons ==&lt;br /&gt;
&lt;br /&gt;
==== Weapon Skills ====&lt;br /&gt;
&lt;br /&gt;
All weapons are used through &#039;skills&#039;, which are granted to the unit carrying them. While most weapon skills are straightforward attacks, they may also offer some utility. &lt;br /&gt;
&lt;br /&gt;
==== Weapon Statistics ====&lt;br /&gt;
&lt;br /&gt;
{|  class= &amp;quot;mw-collapsible wikitable sortable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; cellpadding=&amp;quot;20&amp;quot;&lt;br /&gt;
|+ Infantry Weapons Stats&lt;br /&gt;
|-&lt;br /&gt;
! Name !! Description&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width: 15%;padding:10px&amp;quot; | &#039;&#039;&#039;Range&#039;&#039;&#039;&lt;br /&gt;
| The maximum range in tiles this weapon can fire. Some attacks can land on or suppress adjacent tiles, effectively increasing their range.&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;padding:10px&amp;quot; | &#039;&#039;&#039;Hit Point Damage&#039;&#039;&#039;&lt;br /&gt;
| The base amount of damage one shot of this weapon deals when not stopped by armor or modified in other ways.&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;padding:10px&amp;quot; | &#039;&#039;&#039;Armor Damage&#039;&#039;&#039;&lt;br /&gt;
| The amount of damage an armor takes when stopping one shot of this weapon. &lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;padding:10px&amp;quot; | &#039;&#039;&#039;Armor Penetration&#039;&#039;&#039;&lt;br /&gt;
| This value will be compared with the armor value of the target to calculate the chance to penetrate. A penetration value that is equal to or higher than the armor value will always penetrate. &lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;padding:10px&amp;quot; | &#039;&#039;&#039;Suppression&#039;&#039;&#039;&lt;br /&gt;
| When a shot hits a target unit, this is the amount of suppression that will be applied per shot. A reduced amount will be applied for shots that miss the unit but hit its tile, and a further reduced amount will be applied when hitting an adjacent tile.&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;padding:10px&amp;quot; | &#039;&#039;&#039;Elements Hit&#039;&#039;&#039;&lt;br /&gt;
| The maximum amount of elements in a targeted unit that can be killed by one shot of this weapon. This stat is important to prevent single-shot high-damage attacks from killing multiple elements in one shot.&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;padding:10px&amp;quot; | &#039;&#039;&#039;Rate of Fire&#039;&#039;&#039;&lt;br /&gt;
| The number of shots the weapon fires with one attack (skill use). Each shot will be calculated individually. If this is a squad weapon, each element of the squad equipped with this weapon will fire the stated amount of shots.&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;padding:10px&amp;quot; | &#039;&#039;&#039;Trade Value&#039;&#039;&#039;&lt;br /&gt;
| Like all items, weapons can be traded on the black market. The value of a weapon is mostly based on its rarity.&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;padding:10px&amp;quot; | &#039;&#039;&#039;Accuracy Modifier&#039;&#039;&#039;&lt;br /&gt;
| A positive bonus or negative penalty applied to the weapon&#039;s accuracy on top of its other modifiers.&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;padding:10px&amp;quot; | &#039;&#039;&#039;Ammunition Count&#039;&#039;&#039;&lt;br /&gt;
| How much ammunition this weapon is supplied with.&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;padding:10px&amp;quot; | [[File:Supplies 64x64.png|30px]]&lt;br /&gt;
| The logistics cost to add a weapon to a squad or vehicle.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Dropoffs ====&lt;br /&gt;
In the game, dropoff refers to the diminishing effectiveness of weapons over distance, mirroring real-world physics. As shots travel longer distances, they become harder to land and lose kinetic energy, leading to several key variables influenced by this phenomenon. &lt;br /&gt;
&lt;br /&gt;
Accuracy decreases with distance, meaning that different weapons exhibit varying performance based on their intended roles. For instance, a submachine gun is significantly less accurate at long ranges compared to a sniper rifle, which excels in precision but may struggle in close-quarters combat. Each weapon has an [[ideal range]] that reflects its optimal use on the battlefield. &lt;br /&gt;
&lt;br /&gt;
Kinetic weapons experience a loss of force over distance, impacting their damage output, armor damage, and armor penetration. This reduction in effectiveness means that maintaining distance from enemies can enhance the protection of your squads and improve the performance of your armor. &lt;br /&gt;
&lt;br /&gt;
While the general rules of dropoff apply, there are exceptions; for example, a rocket launcher does not suffer from reduced damage over distance, as its primary damage source is the explosive warhead rather than kinetic energy.&lt;br /&gt;
&lt;br /&gt;
== List of Weapons ==&lt;br /&gt;
&amp;lt;tabber&amp;gt;&lt;br /&gt;
|-| Infantry Weapons =&lt;br /&gt;
:&#039;&#039;↪ Main article: [[Infantry Weapons]]&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Equipping a squad weapon provides each squaddie with their own version of the weapon. As a result, supply costs increase proportionally, meaning that a larger squad will incur higher expenses for equipment. Squad weapons include standard infantry small arms, such as shotguns, submachine guns, assault rifles and battle rifles. &lt;br /&gt;
&lt;br /&gt;
{{:Infantry Weapons}}&lt;br /&gt;
&lt;br /&gt;
|-| Infantry Specials =&lt;br /&gt;
:&#039;&#039;↪ Main article: [[Special Weapons]]&#039;&#039;&lt;br /&gt;
Infantry Specials (or Special Weapons) are generally speaking more powerful, but also more specialized and cumbersome than infantry weapons. &lt;br /&gt;
&lt;br /&gt;
{{:Special Weapons}}&lt;br /&gt;
&lt;br /&gt;
|-| Vehicle Weapons =&lt;br /&gt;
:&#039;&#039;↪ Main article: [[Vehicle Weapons]]&#039;&#039;&lt;br /&gt;
Powerful, heavy weapons carried by Vehicles, these guns typically out perform lighter infantry weapons; albeit at the cost of tradeoffs such as limited ammunition. &lt;br /&gt;
&lt;br /&gt;
{{:Vehicle Weapons}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/tabber&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
For a complete breakdown of currently used [[Tag List|Weapon/Accessory tags or to search for a specific tag see here.]]&lt;/div&gt;</summary>
		<author><name>76561198021843184</name></author>
	</entry>
	<entry>
		<id>https://wiki.hoodedhorse.com/MENACE/index.php?title=MENACE_Official_Wiki&amp;diff=7676</id>
		<title>MENACE Official Wiki</title>
		<link rel="alternate" type="text/html" href="https://wiki.hoodedhorse.com/MENACE/index.php?title=MENACE_Official_Wiki&amp;diff=7676"/>
		<updated>2026-02-27T12:23:58Z</updated>

		<summary type="html">&lt;p&gt;76561198021843184: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| class=&amp;quot;gridBG&amp;quot; align=&amp;quot;center&amp;quot; style=&amp;quot;background-color:; width: 100%; border: 2px solid #c7aa3f ; color: white; border-left: none; border-right: none;&amp;quot;&lt;br /&gt;
| class=&amp;quot;hides hidem&amp;quot; | [[File:Menace_Logo_Final_primary.png|150px|center|link=https://store.steampowered.com/app/2432860/MENACE/]]&lt;br /&gt;
| class=&amp;quot;hides hidem&amp;quot; style=&amp;quot;font-size: 125%; text-align: center; color: white;&amp;quot; | Official Community Wiki for MENACE&lt;br /&gt;
| class=&amp;quot;hides hidem&amp;quot; style=&amp;quot;padding-left: 50px;&amp;quot; | [[File:Hooded_Horse_Logo_W.png|link=https://hoodedhorse.com/|header|100px|center|Hooded Horse Publishing]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{#ev:youtube|bxf-jas6aPI||center||}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;[[MENACE]]&#039;&#039;&#039; is a turn-based tactical RPG where players lead a strike force against an alien threat in a distant, lawless system. Set in the Wayback system, players command a mix of marines, mercenaries, and criminals to face off against pirates, corporations, and fractured governments while uncovering an emerging danger. The game features detailed, strategic combat with tanks, mechs, and infantry, offering a wide range of equipment and customization options. With a focus on training troops and executing complex missions, MENACE delivers a challenging and immersive tactical experience.&lt;br /&gt;
&lt;br /&gt;
This wiki&#039;s goal is to become the community&#039;s repository of knowledge, free and editable by all and useful for newcomers, experienced players, and modders alike.&lt;br /&gt;
&lt;br /&gt;
If you want to help, [[Special:UserLogin|log in here]] using your Steam account!&lt;br /&gt;
&lt;br /&gt;
== Important Pages ==&lt;br /&gt;
{| style=&amp;quot;width: 100%; text-align: left&amp;quot;&lt;br /&gt;
! [[Characters]]&lt;br /&gt;
! [[TCRN Impetus]]&lt;br /&gt;
! Gameplay Overview&lt;br /&gt;
! [[Combat System]]&lt;br /&gt;
|- style=&amp;quot;vertical-align:top&amp;quot;&lt;br /&gt;
| style=&amp;quot;width: 25%; |&lt;br /&gt;
* [[Characters#Squad Leaders| List of all Characters]]&lt;br /&gt;
* [[Promotion and Demotion|Promotion &amp;amp; Demotion]]&lt;br /&gt;
* [[Perks|All Perks]]&lt;br /&gt;
* [[Supply Cost]]&lt;br /&gt;
| style=&amp;quot;width: 25%; |&lt;br /&gt;
* [[OCIs]]&lt;br /&gt;
| style=&amp;quot;width: 25%; | &lt;br /&gt;
* [[Starmap]]&lt;br /&gt;
* [[Operations]]&lt;br /&gt;
* [[Missions]]&lt;br /&gt;
* [[Biomes]]&lt;br /&gt;
* [[Lighting &amp;amp; Weather]]&lt;br /&gt;
* [[Black Market]]&lt;br /&gt;
| style=&amp;quot;width: 25%; |&lt;br /&gt;
* [[Morale]]&lt;br /&gt;
* [[Discipline]]&lt;br /&gt;
* [[Suppression]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;width: 100%; text-align: left&amp;quot;&lt;br /&gt;
! [[Equipment]]&lt;br /&gt;
! [[Factions]]&lt;br /&gt;
! Lore&lt;br /&gt;
! News &amp;amp; Patches&lt;br /&gt;
|- style=&amp;quot;vertical-align:top&amp;quot;&lt;br /&gt;
| style=&amp;quot;width: 25%; |&lt;br /&gt;
* [[Weapons]]&lt;br /&gt;
* [[Armor]]&lt;br /&gt;
* [[Accessories]]&lt;br /&gt;
* [[Vehicles]]&lt;br /&gt;
* [[Vehicle Weapons]]&lt;br /&gt;
* [[Vehicle Accessories]]&lt;br /&gt;
| style=&amp;quot;width: 25%; | &lt;br /&gt;
* [[Rogue Army]]&lt;br /&gt;
* [[Pirates]]&lt;br /&gt;
* [[Alien Wildlife]]&lt;br /&gt;
* [[MENACE]]&lt;br /&gt;
| style=&amp;quot;width: 25%; |&lt;br /&gt;
* [[Wayback System]]&lt;br /&gt;
* [[Terran Congressional Republic]]&lt;br /&gt;
| style=&amp;quot;width: 25%; |&lt;br /&gt;
* [[Developer Diaries]]&lt;br /&gt;
* [[Patches]]&lt;br /&gt;
* [[Beginner&#039;s Guide]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===== Want to help improve the wiki? =====&lt;br /&gt;
----&lt;br /&gt;
Anyone can contribute to the wiki. If you want to contribute, you can log in using your Steam account [[Special:UserLogin|here]]. If you have any questions, or would like to contact us, you can find our Wiki Discord channel on the [https://discord.com/invite/gYbaYRqwNe Developer&#039;s Discord] server.&lt;br /&gt;
&lt;br /&gt;
===== External links =====&lt;br /&gt;
----&lt;br /&gt;
* [https://store.steampowered.com/app/2432860/MENACE/ Steam Page]&lt;br /&gt;
* [https://discord.com/invite/gYbaYRqwNe Developer&#039;s Discord]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;seo metadescription=&amp;quot;The official wiki for MENACE, developed by Overhype Studios and published by Hooded Horse&amp;quot; /&amp;gt;&lt;/div&gt;</summary>
		<author><name>76561198021843184</name></author>
	</entry>
	<entry>
		<id>https://wiki.hoodedhorse.com/MENACE/index.php?title=MediaWiki:Common.css&amp;diff=7675</id>
		<title>MediaWiki:Common.css</title>
		<link rel="alternate" type="text/html" href="https://wiki.hoodedhorse.com/MENACE/index.php?title=MediaWiki:Common.css&amp;diff=7675"/>
		<updated>2026-02-27T12:21:34Z</updated>

		<summary type="html">&lt;p&gt;76561198021843184: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/* CSS placed here will be applied to all skins */&lt;br /&gt;
.class{&lt;br /&gt;
	font-family: &amp;quot;Noto Sans&amp;quot;,sans-serif;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	background: #767a7f;&lt;br /&gt;
	font-size: 0.95em;&lt;br /&gt;
	line-height: 1.5;&lt;br /&gt;
	background-image: url(/MENACE/skins/MBHH/resources/images/shade-right.png?9ba42),url(/MENACE/skins/MBHH/resources/images/shade-left.png?30070),url(/MENACE/skins/MBHH/resources/images/shade-bottom.png?ff4a7),url(/MENACE/skins/MBHH/resources/images/hooded-horse-bg-dark.jpg?0001a);&lt;br /&gt;
	background-repeat: repeat-y,repeat-y,repeat-x,no-repeat;&lt;br /&gt;
	background-position: right center,left center,center bottom,center center;&lt;br /&gt;
	background-size: auto,auto,auto,cover;&lt;br /&gt;
	background-attachment: fixed;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#mw-content, #content-bottom-stuff {&lt;br /&gt;
	background: linear-gradient(to right, #15181b,#202327,#15181b);&lt;br /&gt;
	filter: drop-shadow(black 0 0 3rem);&lt;br /&gt;
	border-inline: solid #778467;&lt;br /&gt;
	outline: solid #13161a 1em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* CSS for JSON files */&lt;br /&gt;
.mw-json td {&lt;br /&gt;
	color: #000000;&lt;br /&gt;
}&lt;br /&gt;
.mw-json th {&lt;br /&gt;
	color: #000000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* CSS for all infoboxes */&lt;br /&gt;
.portable_infobox.type-impetus.value {&lt;br /&gt;
	width: 600px&lt;br /&gt;
} &lt;br /&gt;
.portable-infobox{&lt;br /&gt;
	font-family: &amp;quot;Noto Sans&amp;quot;,sans-serif;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	background: #000000;&lt;br /&gt;
	font-size: 0.95em;&lt;br /&gt;
	line-height: 1.5;&lt;br /&gt;
	border: 1px solid;&lt;br /&gt;
	border-color:#778467;&lt;br /&gt;
}&lt;br /&gt;
/* Overall infobox background */&lt;br /&gt;
.portable-infobox.pi-background {&lt;br /&gt;
	background-color: #151815;&lt;br /&gt;
}&lt;br /&gt;
/* Title and header backgrounds */&lt;br /&gt;
.portable-infobox .pi-secondary-background {&lt;br /&gt;
	background-color: #4e674c;&lt;br /&gt;
}&lt;br /&gt;
.portable-infobox .pi-border-color {&lt;br /&gt;
	border-color: #778467;&lt;br /&gt;
}&lt;br /&gt;
.portable-infobox .pi-data-label {&lt;br /&gt;
	flex: 90%;&lt;br /&gt;
}&lt;br /&gt;
.portable-infobox .pi-data-value {&lt;br /&gt;
	flex: none;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
.portable-infobox .pi-title {&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	background-color: #4e674c;&lt;br /&gt;
}&lt;br /&gt;
/* &lt;br /&gt;
.portable-infobox .pi-item-spacing {&lt;br /&gt;
	padding: 10px 10px;&lt;br /&gt;
}&lt;br /&gt;
*/&lt;br /&gt;
&lt;br /&gt;
/* CSS for ItemTag template */&lt;br /&gt;
.item-tag {&lt;br /&gt;
	display: inline-block;&lt;br /&gt;
	margin: 2px 0px;&lt;br /&gt;
	padding: 0px 12px;&lt;br /&gt;
	border: 3px solid #404A31;&lt;br /&gt;
	background-color: #20211D;&lt;br /&gt;
	font-family: Noto sans, sans-serif;&lt;br /&gt;
	font-size: 16px;&lt;br /&gt;
	color: #6E7B62;&lt;br /&gt;
	line-height: 1.8;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* CSS for Spoiler template */&lt;br /&gt;
.spoiler-content.block {&lt;br /&gt;
	background-color: rgb(127, 127, 127);&lt;br /&gt;
	transition: all 0.3s;&lt;br /&gt;
	cursor: pointer;&lt;br /&gt;
}&lt;br /&gt;
.spoiler-content.block &amp;gt; span {&lt;br /&gt;
	opacity: 0;&lt;br /&gt;
	transition: all 0.3s;&lt;br /&gt;
}&lt;br /&gt;
.spoiler-content.block &amp;gt; * {&lt;br /&gt;
	pointer-events: none;&lt;br /&gt;
}&lt;br /&gt;
.spoiler-content.block.show {&lt;br /&gt;
	background-color: rgba(127, 127, 127, 0);&lt;br /&gt;
}&lt;br /&gt;
.spoiler-content.block.show &amp;gt; span {&lt;br /&gt;
	opacity: 1;&lt;br /&gt;
}&lt;br /&gt;
.spoiler-content.block.show &amp;gt; * {&lt;br /&gt;
	pointer-events: unset;&lt;br /&gt;
}&lt;br /&gt;
.spoiler-content.blur {&lt;br /&gt;
	filter: blur(10px);&lt;br /&gt;
}&lt;br /&gt;
.spoiler-content.blur &amp;gt; * {&lt;br /&gt;
	pointer-events: none;&lt;br /&gt;
}&lt;br /&gt;
.spoiler-content.blur.show {&lt;br /&gt;
	filter: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* CSS for tabber */&lt;br /&gt;
.tabber__tab, a.tabber__tab, a.tabber__tab:visited {&lt;br /&gt;
	flex-wrap: wrap;&lt;br /&gt;
	margin-left: auto;&lt;br /&gt;
	margin-right: auto;&lt;br /&gt;
	width: 50%;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
	justify-content: center;&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>76561198021843184</name></author>
	</entry>
	<entry>
		<id>https://wiki.hoodedhorse.com/MENACE/index.php?title=MediaWiki:Mainpage&amp;diff=7493</id>
		<title>MediaWiki:Mainpage</title>
		<link rel="alternate" type="text/html" href="https://wiki.hoodedhorse.com/MENACE/index.php?title=MediaWiki:Mainpage&amp;diff=7493"/>
		<updated>2026-02-24T17:27:06Z</updated>

		<summary type="html">&lt;p&gt;76561198021843184: Created page with &amp;quot;MENACE Official Wiki&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;MENACE Official Wiki&lt;/div&gt;</summary>
		<author><name>76561198021843184</name></author>
	</entry>
	<entry>
		<id>https://wiki.hoodedhorse.com/MENACE/index.php?title=MENACE_Official_Wiki&amp;diff=7463</id>
		<title>MENACE Official Wiki</title>
		<link rel="alternate" type="text/html" href="https://wiki.hoodedhorse.com/MENACE/index.php?title=MENACE_Official_Wiki&amp;diff=7463"/>
		<updated>2026-02-23T18:04:46Z</updated>

		<summary type="html">&lt;p&gt;76561198021843184: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| class=&amp;quot;gridBG&amp;quot; align=&amp;quot;center&amp;quot; style=&amp;quot;background-color:#14171b; width: 100%; border: 1px solid #bea064; color: white; border-left: none; border-right: none;&amp;quot;&lt;br /&gt;
| class=&amp;quot;hides hidem&amp;quot; | [[File:Menace_Logo_Final_primary.png|150px|center|link=https://store.steampowered.com/app/2432860/MENACE/]]&lt;br /&gt;
| class=&amp;quot;hides hidem&amp;quot; style=&amp;quot;font-size: 125%; text-align: center; color: white;&amp;quot; | Official Community Wiki for MENACE&lt;br /&gt;
| class=&amp;quot;hides hidem&amp;quot; style=&amp;quot;padding-left: 50px;&amp;quot; | [[File:Hooded_Horse_Logo_W.png|link=https://hoodedhorse.com/|header|100px|center|Hooded Horse Publishing]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{#ev:youtube|bxf-jas6aPI||center||}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;[[MENACE]]&#039;&#039;&#039; is a turn-based tactical RPG where players lead a strike force against an alien threat in a distant, lawless system. Set in the Wayback system, players command a mix of marines, mercenaries, and criminals to face off against pirates, corporations, and fractured governments while uncovering an emerging danger. The game features detailed, strategic combat with tanks, mechs, and infantry, offering a wide range of equipment and customization options. With a focus on training troops and executing complex missions, MENACE delivers a challenging and immersive tactical experience.&lt;br /&gt;
&lt;br /&gt;
This wiki&#039;s goal is to become the community&#039;s repository of knowledge, free and editable by all and useful for newcomers, experienced players, and modders alike.&lt;br /&gt;
&lt;br /&gt;
If you want to help, [[Special:UserLogin|log in here]] using your Steam account!&lt;br /&gt;
&lt;br /&gt;
== Important Pages ==&lt;br /&gt;
{| style=&amp;quot;width: 100%; text-align: left&amp;quot;&lt;br /&gt;
! [[Characters]]&lt;br /&gt;
! [[TCRN Impetus]]&lt;br /&gt;
! Gameplay Overview&lt;br /&gt;
! Combat System&lt;br /&gt;
|- style=&amp;quot;vertical-align:top&amp;quot;&lt;br /&gt;
| style=&amp;quot;width: 25%; |&lt;br /&gt;
* [[Characters#Squad Leaders| List of all Characters]]&lt;br /&gt;
* [[Promotion and Demotion|Promotion &amp;amp; Demotion]]&lt;br /&gt;
* [[Perks|All Perks]]&lt;br /&gt;
* [[Supply Cost]]&lt;br /&gt;
| style=&amp;quot;width: 25%; |&lt;br /&gt;
* [[OCIs]]&lt;br /&gt;
| style=&amp;quot;width: 25%; | &lt;br /&gt;
* [[Starmap]]&lt;br /&gt;
* [[Operations]]&lt;br /&gt;
* [[Missions]]&lt;br /&gt;
* [[Biomes]]&lt;br /&gt;
* [[Lighting &amp;amp; Weather]]&lt;br /&gt;
| style=&amp;quot;width: 25%; |&lt;br /&gt;
* [[Morale]]&lt;br /&gt;
* [[Discipline]]&lt;br /&gt;
* [[Suppression]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;width: 100%; text-align: left&amp;quot;&lt;br /&gt;
! [[Equipment]]&lt;br /&gt;
! [[Factions]]&lt;br /&gt;
! Lore&lt;br /&gt;
! News &amp;amp; Patches&lt;br /&gt;
|- style=&amp;quot;vertical-align:top&amp;quot;&lt;br /&gt;
| style=&amp;quot;width: 25%; |&lt;br /&gt;
* [[Weapons]]&lt;br /&gt;
* [[Armor]]&lt;br /&gt;
* [[Accessories]]&lt;br /&gt;
* [[Vehicles]]&lt;br /&gt;
* [[Vehicle Weapons]]&lt;br /&gt;
* [[Vehicle Accessories]]&lt;br /&gt;
| style=&amp;quot;width: 25%; | &lt;br /&gt;
* [[Rogue Army]]&lt;br /&gt;
* [[Pirates]]&lt;br /&gt;
* [[Alien Wildlife]]&lt;br /&gt;
* [[MENACE]]&lt;br /&gt;
| style=&amp;quot;width: 25%; |&lt;br /&gt;
* [[Wayback System]]&lt;br /&gt;
* [[Terran Congressional Republic]]&lt;br /&gt;
| style=&amp;quot;width: 25%; |&lt;br /&gt;
* [[Developer Diaries]]&lt;br /&gt;
* [[Patches]]&lt;br /&gt;
* [[Beginner&#039;s Guide]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===== Want to help improve the wiki? =====&lt;br /&gt;
----&lt;br /&gt;
Anyone can contribute to the wiki. If you want to contribute you can log in with using your Steam account [[Special:UserLogin|here]]. If you have any questions or would like to contact us, you can find our Wiki Discord channel on the [https://discord.com/invite/gYbaYRqwNe Developer&#039;s Discord] server.&lt;br /&gt;
&lt;br /&gt;
===== External links =====&lt;br /&gt;
----&lt;br /&gt;
* [https://store.steampowered.com/app/2432860/MENACE/ Steam Page]&lt;br /&gt;
* [https://discord.com/invite/gYbaYRqwNe Developer&#039;s Discord]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;seo metadescription=&amp;quot;The official wiki for MENACE, developed by Overhype Studios and published by Hooded Horse&amp;quot; /&amp;gt;&lt;/div&gt;</summary>
		<author><name>76561198021843184</name></author>
	</entry>
	<entry>
		<id>https://wiki.hoodedhorse.com/MENACE/index.php?title=MENACE_Official_Wiki&amp;diff=7462</id>
		<title>MENACE Official Wiki</title>
		<link rel="alternate" type="text/html" href="https://wiki.hoodedhorse.com/MENACE/index.php?title=MENACE_Official_Wiki&amp;diff=7462"/>
		<updated>2026-02-23T18:03:59Z</updated>

		<summary type="html">&lt;p&gt;76561198021843184: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| class=&amp;quot;gridBG&amp;quot; align=&amp;quot;center&amp;quot; style=&amp;quot;background-color:#14171b; width: 100%; border: 1px solid #bea064; color: white; border-left: none; border-right: none;&amp;quot;&lt;br /&gt;
| class=&amp;quot;hides hidem&amp;quot; | [[File:Menace_Logo_Final_primary.png|150px|center|link=https://store.steampowered.com/app/2432860/MENACE/]]&lt;br /&gt;
| class=&amp;quot;hides hidem&amp;quot; style=&amp;quot;font-size: 125%; text-align: center; color: white;&amp;quot; | Official Community Wiki for MENACE&lt;br /&gt;
| class=&amp;quot;hides hidem&amp;quot; | &amp;lt;div style=&amp;quot;margin-right: 5%; &amp;quot;&amp;gt;[[File:Hooded_Horse_Logo_W.png|link=https://hoodedhorse.com/|header|100px|right|Hooded Horse Publishing]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{#ev:youtube|bxf-jas6aPI||center||}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;[[MENACE]]&#039;&#039;&#039; is a turn-based tactical RPG where players lead a strike force against an alien threat in a distant, lawless system. Set in the Wayback system, players command a mix of marines, mercenaries, and criminals to face off against pirates, corporations, and fractured governments while uncovering an emerging danger. The game features detailed, strategic combat with tanks, mechs, and infantry, offering a wide range of equipment and customization options. With a focus on training troops and executing complex missions, MENACE delivers a challenging and immersive tactical experience.&lt;br /&gt;
&lt;br /&gt;
This wiki&#039;s goal is to become the community&#039;s repository of knowledge, free and editable by all and useful for newcomers, experienced players, and modders alike.&lt;br /&gt;
&lt;br /&gt;
If you want to help, [[Special:UserLogin|log in here]] using your Steam account!&lt;br /&gt;
&lt;br /&gt;
== Important Pages ==&lt;br /&gt;
{| style=&amp;quot;width: 100%; text-align: left&amp;quot;&lt;br /&gt;
! [[Characters]]&lt;br /&gt;
! [[TCRN Impetus]]&lt;br /&gt;
! Gameplay Overview&lt;br /&gt;
! Combat System&lt;br /&gt;
|- style=&amp;quot;vertical-align:top&amp;quot;&lt;br /&gt;
| style=&amp;quot;width: 25%; |&lt;br /&gt;
* [[Characters#Squad Leaders| List of all Characters]]&lt;br /&gt;
* [[Promotion and Demotion|Promotion &amp;amp; Demotion]]&lt;br /&gt;
* [[Perks|All Perks]]&lt;br /&gt;
* [[Supply Cost]]&lt;br /&gt;
| style=&amp;quot;width: 25%; |&lt;br /&gt;
* [[OCIs]]&lt;br /&gt;
| style=&amp;quot;width: 25%; | &lt;br /&gt;
* [[Starmap]]&lt;br /&gt;
* [[Operations]]&lt;br /&gt;
* [[Missions]]&lt;br /&gt;
* [[Biomes]]&lt;br /&gt;
* [[Lighting &amp;amp; Weather]]&lt;br /&gt;
| style=&amp;quot;width: 25%; |&lt;br /&gt;
* [[Morale]]&lt;br /&gt;
* [[Discipline]]&lt;br /&gt;
* [[Suppression]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;width: 100%; text-align: left&amp;quot;&lt;br /&gt;
! [[Equipment]]&lt;br /&gt;
! [[Factions]]&lt;br /&gt;
! Lore&lt;br /&gt;
! News &amp;amp; Patches&lt;br /&gt;
|- style=&amp;quot;vertical-align:top&amp;quot;&lt;br /&gt;
| style=&amp;quot;width: 25%; |&lt;br /&gt;
* [[Weapons]]&lt;br /&gt;
* [[Armor]]&lt;br /&gt;
* [[Accessories]]&lt;br /&gt;
* [[Vehicles]]&lt;br /&gt;
* [[Vehicle Weapons]]&lt;br /&gt;
* [[Vehicle Accessories]]&lt;br /&gt;
| style=&amp;quot;width: 25%; | &lt;br /&gt;
* [[Rogue Army]]&lt;br /&gt;
* [[Pirates]]&lt;br /&gt;
* [[Alien Wildlife]]&lt;br /&gt;
* [[MENACE]]&lt;br /&gt;
| style=&amp;quot;width: 25%; |&lt;br /&gt;
* [[Wayback System]]&lt;br /&gt;
* [[Terran Congressional Republic]]&lt;br /&gt;
| style=&amp;quot;width: 25%; |&lt;br /&gt;
* [[Developer Diaries]]&lt;br /&gt;
* [[Patches]]&lt;br /&gt;
* [[Beginner&#039;s Guide]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===== Want to help improve the wiki? =====&lt;br /&gt;
----&lt;br /&gt;
Anyone can contribute to the wiki. If you want to contribute you can log in with using your Steam account [[Special:UserLogin|here]]. If you have any questions or would like to contact us, you can find our Wiki Discord channel on the [https://discord.com/invite/gYbaYRqwNe Developer&#039;s Discord] server.&lt;br /&gt;
&lt;br /&gt;
===== External links =====&lt;br /&gt;
----&lt;br /&gt;
* [https://store.steampowered.com/app/2432860/MENACE/ Steam Page]&lt;br /&gt;
* [https://discord.com/invite/gYbaYRqwNe Developer&#039;s Discord]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;seo metadescription=&amp;quot;The official wiki for MENACE, developed by Overhype Studios and published by Hooded Horse&amp;quot; /&amp;gt;&lt;/div&gt;</summary>
		<author><name>76561198021843184</name></author>
	</entry>
	<entry>
		<id>https://wiki.hoodedhorse.com/MENACE/index.php?title=MENACE_Official_Wiki&amp;diff=2710</id>
		<title>MENACE Official Wiki</title>
		<link rel="alternate" type="text/html" href="https://wiki.hoodedhorse.com/MENACE/index.php?title=MENACE_Official_Wiki&amp;diff=2710"/>
		<updated>2026-02-05T14:53:28Z</updated>

		<summary type="html">&lt;p&gt;76561198021843184: changed video to cinematic trailer&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| class=&amp;quot;gridBG&amp;quot; align=&amp;quot;center&amp;quot; style=&amp;quot;background-color: black; width: 100%; border: 1px solid #c7aa3f; color: white;&amp;quot;&lt;br /&gt;
| class=&amp;quot;hides hidem&amp;quot; | &amp;lt;div style=&amp;quot;margin-left: 5%; &amp;quot;&amp;gt;[[File:Menace_Logo_Final_primary.png|150px|link=https://store.steampowered.com/app/2432860/MENACE/]]&lt;br /&gt;
| class=&amp;quot;hides hidem&amp;quot; style=&amp;quot;font-size: 125%; color: white; text-align: center;&amp;quot; | Official Community Wiki for MENACE&lt;br /&gt;
| class=&amp;quot;hides hidem&amp;quot; | &amp;lt;div style=&amp;quot;margin-right: 5%; &amp;quot;&amp;gt;[[File:Hooded_Horse_Logo_W.png|link=https://hoodedhorse.com/|header|100px|right|Hooded Horse Publishing]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{#ev:youtube|bxf-jas6aPI||center||}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;[[MENACE]]&#039;&#039;&#039; is a turn-based tactical RPG where players lead a strike force against an alien threat in a distant, lawless system. Set in the Wayback system, players command a mix of marines, mercenaries, and criminals to face off against pirates, corporations, and fractured governments while uncovering an emerging danger. The game features detailed, strategic combat with tanks, mechs, and infantry, offering a wide range of equipment and customization options. With a focus on training troops and executing complex missions, MENACE delivers a challenging and immersive tactical experience.&lt;br /&gt;
&lt;br /&gt;
This wiki&#039;s goal is to become the community&#039;s repository of knowledge, free and editable by all and useful for newcomers, experienced players, and modders alike.&lt;br /&gt;
&lt;br /&gt;
If you want to help, [[Special:UserLogin|log in here]] using your Steam account!&lt;br /&gt;
&lt;br /&gt;
== Important Pages ==&lt;br /&gt;
{| style=&amp;quot;width: 100%; text-align: left&amp;quot;&lt;br /&gt;
! [[Characters]]&lt;br /&gt;
! [[TCRN Impetus]]&lt;br /&gt;
! Gameplay Overview&lt;br /&gt;
! Combat System&lt;br /&gt;
|- style=&amp;quot;vertical-align:top&amp;quot;&lt;br /&gt;
| style=&amp;quot;width: 25%; |&lt;br /&gt;
* [[Characters#Squad Leaders| List of all Characters]]&lt;br /&gt;
* [[Promotion and Demotion|Promotion &amp;amp; Demotion]]&lt;br /&gt;
* [[Perks|Perks &amp;amp; Perk Tree]]&lt;br /&gt;
| style=&amp;quot;width: 25%; |&lt;br /&gt;
* [[OCIs]]&lt;br /&gt;
| style=&amp;quot;width: 25%; | &lt;br /&gt;
* [[Starmap]]&lt;br /&gt;
* [[Operations]]&lt;br /&gt;
* [[Missions]]&lt;br /&gt;
* [[Biomes]]&lt;br /&gt;
* [[Lighting &amp;amp; Weather]]&lt;br /&gt;
| style=&amp;quot;width: 25%; |&lt;br /&gt;
* [[Morale]]&lt;br /&gt;
* [[Discipline]]&lt;br /&gt;
* [[Suppression]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;width: 100%; text-align: left&amp;quot;&lt;br /&gt;
! [[Equipment]]&lt;br /&gt;
! [[Factions]]&lt;br /&gt;
! Lore&lt;br /&gt;
! News &amp;amp; Patches&lt;br /&gt;
|- style=&amp;quot;vertical-align:top&amp;quot;&lt;br /&gt;
| style=&amp;quot;width: 25%; |&lt;br /&gt;
* [[Weapons]]&lt;br /&gt;
* [[Armor]]&lt;br /&gt;
* [[Accessories]]&lt;br /&gt;
* [[Vehicles]]&lt;br /&gt;
* [[Vehicle Weapons]]&lt;br /&gt;
* [[Vehicle Accessories]]&lt;br /&gt;
| style=&amp;quot;width: 25%; | &lt;br /&gt;
* [[Rogue Army]]&lt;br /&gt;
* [[Pirates]]&lt;br /&gt;
* [[Alien Wildlife]]&lt;br /&gt;
* [[MENACE]]&lt;br /&gt;
| style=&amp;quot;width: 25%; |&lt;br /&gt;
* [[Wayback System]]&lt;br /&gt;
* [[Terran Congressional Republic]]&lt;br /&gt;
| style=&amp;quot;width: 25%; |&lt;br /&gt;
* [[Developer Diaries]]&lt;br /&gt;
* [[Patches]]&lt;br /&gt;
* [[Beginner&#039;s Guide]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===External links===&lt;br /&gt;
----&lt;br /&gt;
* [https://store.steampowered.com/app/2432860/MENACE/ Steam Page]&lt;br /&gt;
* [https://discord.com/invite/gYbaYRqwNe Developer&#039;s Discord]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;seo metadescription=&amp;quot;The official wiki for MENACE, developed by Overhype Studios and published by Hooded Horse&amp;quot; /&amp;gt;&lt;/div&gt;</summary>
		<author><name>76561198021843184</name></author>
	</entry>
	<entry>
		<id>https://wiki.hoodedhorse.com/MENACE/index.php?title=MediaWiki:Common.css&amp;diff=2499</id>
		<title>MediaWiki:Common.css</title>
		<link rel="alternate" type="text/html" href="https://wiki.hoodedhorse.com/MENACE/index.php?title=MediaWiki:Common.css&amp;diff=2499"/>
		<updated>2025-12-05T16:58:58Z</updated>

		<summary type="html">&lt;p&gt;76561198021843184: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/* CSS placed here will be applied to all skins */&lt;br /&gt;
    .class{&lt;br /&gt;
    font-family: &amp;quot;Noto Sans&amp;quot;,sans-serif;&lt;br /&gt;
    color: #ffffff;&lt;br /&gt;
    background: #767a7f;&lt;br /&gt;
    font-size: 0.95em;&lt;br /&gt;
    line-height: 1.5;&lt;br /&gt;
    background-image: url(/MENACE/skins/MBHH/resources/images/shade-right.png?9ba42),url(/MENACE/skins/MBHH/resources/images/shade-left.png?30070),url(/MENACE/skins/MBHH/resources/images/shade-bottom.png?ff4a7),url(/MENACE/skins/MBHH/resources/images/hooded-horse-bg-dark.jpg?0001a);&lt;br /&gt;
    background-repeat: repeat-y,repeat-y,repeat-x,no-repeat;&lt;br /&gt;
    background-position: right center,left center,center bottom,center center;&lt;br /&gt;
    background-size: auto,auto,auto,cover;&lt;br /&gt;
    background-attachment: fixed;&lt;br /&gt;
    }&lt;br /&gt;
   &lt;br /&gt;
    #mw-content, #content-bottom-stuff {&lt;br /&gt;
	background: linear-gradient(to right, #15181b,#202327,#15181b);&lt;br /&gt;
	filter: drop-shadow(black 0 0 3rem);&lt;br /&gt;
	border-inline: solid #BEA064;&lt;br /&gt;
	outline: solid #13161a 1em;&lt;br /&gt;
	}&lt;br /&gt;
   &lt;br /&gt;
    .portable_infobox.type-impetus.value {width: 600px} &lt;br /&gt;
    .portable-infobox{&lt;br /&gt;
    	font-family: &amp;quot;Noto Sans&amp;quot;,sans-serif;&lt;br /&gt;
    	color: #ffffff;&lt;br /&gt;
    	background: #000000;&lt;br /&gt;
    	font-size: 0.95em;&lt;br /&gt;
    	line-height: 1.5;&lt;br /&gt;
    	border: 1px solid;&lt;br /&gt;
    	border-color:#778467;&lt;br /&gt;
    }&lt;br /&gt;
    /* Overall infobox background */&lt;br /&gt;
    .portable-infobox.pi-background {&lt;br /&gt;
        background-color: #151815;&lt;br /&gt;
    }&lt;br /&gt;
    /* Title and header backgrounds */&lt;br /&gt;
    .portable-infobox .pi-secondary-background {&lt;br /&gt;
        background-color: #4e674c;&lt;br /&gt;
    }&lt;br /&gt;
    .portable-infobox .pi-border-color {&lt;br /&gt;
        border-color: #778467;&lt;br /&gt;
    }&lt;br /&gt;
    .portable-infobox .pi-data-label {&lt;br /&gt;
    	flex: 90%;&lt;br /&gt;
    }&lt;br /&gt;
    .portable-infobox .pi-data-value {&lt;br /&gt;
        flex: none;&lt;br /&gt;
        text-align: center;&lt;br /&gt;
        &lt;br /&gt;
    }&lt;br /&gt;
    .portable-infobox .pi-title {&lt;br /&gt;
    	font-weight: bold;&lt;br /&gt;
    	background-color: #4e674c;&lt;br /&gt;
    }&lt;br /&gt;
    /* &lt;br /&gt;
    .portable-infobox .pi-item-spacing {&lt;br /&gt;
        padding: 10px 10px;&lt;br /&gt;
    }&lt;br /&gt;
    */&lt;br /&gt;
    .item-tag {&lt;br /&gt;
    	display: inline-block;&lt;br /&gt;
        margin: 2px 0px;&lt;br /&gt;
        padding: 0px 12px;&lt;br /&gt;
        border: 3px solid #404A31;&lt;br /&gt;
        background-color: #20211D;&lt;br /&gt;
        font-family: Noto sans, sans-serif;&lt;br /&gt;
        font-size: 16px;&lt;br /&gt;
        color: #6E7B62;&lt;br /&gt;
        line-height: 1.8;&lt;br /&gt;
    }&lt;/div&gt;</summary>
		<author><name>76561198021843184</name></author>
	</entry>
	<entry>
		<id>https://wiki.hoodedhorse.com/MENACE/index.php?title=MediaWiki:Common.css&amp;diff=2498</id>
		<title>MediaWiki:Common.css</title>
		<link rel="alternate" type="text/html" href="https://wiki.hoodedhorse.com/MENACE/index.php?title=MediaWiki:Common.css&amp;diff=2498"/>
		<updated>2025-12-05T16:58:49Z</updated>

		<summary type="html">&lt;p&gt;76561198021843184: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/* CSS placed here will be applied to all skins */&lt;br /&gt;
    .class{&lt;br /&gt;
    font-family: &amp;quot;Noto Sans&amp;quot;,sans-serif;&lt;br /&gt;
    color: #ffffff;&lt;br /&gt;
    background: #767a7f;&lt;br /&gt;
    font-size: 0.95em;&lt;br /&gt;
    line-height: 1.5;&lt;br /&gt;
    background-image: url(/MENACE/skins/MBHH/resources/images/shade-right.png?9ba42),url(/MENACE/skins/MBHH/resources/images/shade-left.png?30070),url(/MENACE/skins/MBHH/resources/images/shade-bottom.png?ff4a7),url(/MENACE/skins/MBHH/resources/images/hooded-horse-bg-dark.jpg?0001a);&lt;br /&gt;
    background-repeat: repeat-y,repeat-y,repeat-x,no-repeat;&lt;br /&gt;
    background-position: right center,left center,center bottom,center center;&lt;br /&gt;
    background-size: auto,auto,auto,cover;&lt;br /&gt;
    background-attachment: fixed;&lt;br /&gt;
    }&lt;br /&gt;
   &lt;br /&gt;
    #mw-content, #content-bottom-stuff {&lt;br /&gt;
	background: linear-gradient(to right, #15181b,#23161a,#15181b);&lt;br /&gt;
	filter: drop-shadow(black 0 0 3rem);&lt;br /&gt;
	border-inline: solid #BEA064;&lt;br /&gt;
	outline: solid #13161a 1em;&lt;br /&gt;
	}&lt;br /&gt;
   &lt;br /&gt;
    .portable_infobox.type-impetus.value {width: 600px} &lt;br /&gt;
    .portable-infobox{&lt;br /&gt;
    	font-family: &amp;quot;Noto Sans&amp;quot;,sans-serif;&lt;br /&gt;
    	color: #ffffff;&lt;br /&gt;
    	background: #000000;&lt;br /&gt;
    	font-size: 0.95em;&lt;br /&gt;
    	line-height: 1.5;&lt;br /&gt;
    	border: 1px solid;&lt;br /&gt;
    	border-color:#778467;&lt;br /&gt;
    }&lt;br /&gt;
    /* Overall infobox background */&lt;br /&gt;
    .portable-infobox.pi-background {&lt;br /&gt;
        background-color: #151815;&lt;br /&gt;
    }&lt;br /&gt;
    /* Title and header backgrounds */&lt;br /&gt;
    .portable-infobox .pi-secondary-background {&lt;br /&gt;
        background-color: #4e674c;&lt;br /&gt;
    }&lt;br /&gt;
    .portable-infobox .pi-border-color {&lt;br /&gt;
        border-color: #778467;&lt;br /&gt;
    }&lt;br /&gt;
    .portable-infobox .pi-data-label {&lt;br /&gt;
    	flex: 90%;&lt;br /&gt;
    }&lt;br /&gt;
    .portable-infobox .pi-data-value {&lt;br /&gt;
        flex: none;&lt;br /&gt;
        text-align: center;&lt;br /&gt;
        &lt;br /&gt;
    }&lt;br /&gt;
    .portable-infobox .pi-title {&lt;br /&gt;
    	font-weight: bold;&lt;br /&gt;
    	background-color: #4e674c;&lt;br /&gt;
    }&lt;br /&gt;
    /* &lt;br /&gt;
    .portable-infobox .pi-item-spacing {&lt;br /&gt;
        padding: 10px 10px;&lt;br /&gt;
    }&lt;br /&gt;
    */&lt;br /&gt;
    .item-tag {&lt;br /&gt;
    	display: inline-block;&lt;br /&gt;
        margin: 2px 0px;&lt;br /&gt;
        padding: 0px 12px;&lt;br /&gt;
        border: 3px solid #404A31;&lt;br /&gt;
        background-color: #20211D;&lt;br /&gt;
        font-family: Noto sans, sans-serif;&lt;br /&gt;
        font-size: 16px;&lt;br /&gt;
        color: #6E7B62;&lt;br /&gt;
        line-height: 1.8;&lt;br /&gt;
    }&lt;/div&gt;</summary>
		<author><name>76561198021843184</name></author>
	</entry>
	<entry>
		<id>https://wiki.hoodedhorse.com/MENACE/index.php?title=MediaWiki:Common.css&amp;diff=2497</id>
		<title>MediaWiki:Common.css</title>
		<link rel="alternate" type="text/html" href="https://wiki.hoodedhorse.com/MENACE/index.php?title=MediaWiki:Common.css&amp;diff=2497"/>
		<updated>2025-12-05T16:58:06Z</updated>

		<summary type="html">&lt;p&gt;76561198021843184: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/* CSS placed here will be applied to all skins */&lt;br /&gt;
    .class{&lt;br /&gt;
    font-family: &amp;quot;Noto Sans&amp;quot;,sans-serif;&lt;br /&gt;
    color: #ffffff;&lt;br /&gt;
    background: #767a7f;&lt;br /&gt;
    font-size: 0.95em;&lt;br /&gt;
    line-height: 1.5;&lt;br /&gt;
    background-image: url(/MENACE/skins/MBHH/resources/images/shade-right.png?9ba42),url(/MENACE/skins/MBHH/resources/images/shade-left.png?30070),url(/MENACE/skins/MBHH/resources/images/shade-bottom.png?ff4a7),url(/MENACE/skins/MBHH/resources/images/hooded-horse-bg-dark.jpg?0001a);&lt;br /&gt;
    background-repeat: repeat-y,repeat-y,repeat-x,no-repeat;&lt;br /&gt;
    background-position: right center,left center,center bottom,center center;&lt;br /&gt;
    background-size: auto,auto,auto,cover;&lt;br /&gt;
    background-attachment: fixed;&lt;br /&gt;
    }&lt;br /&gt;
   &lt;br /&gt;
    #mw-content, #content-bottom-stuff {&lt;br /&gt;
	background: linear-gradient(to right, #15181b,#13161a,#15181b);&lt;br /&gt;
	filter: drop-shadow(black 0 0 3rem);&lt;br /&gt;
	border-inline: solid #BEA064;&lt;br /&gt;
	outline: solid #13161a 1em;&lt;br /&gt;
	}&lt;br /&gt;
   &lt;br /&gt;
    .portable_infobox.type-impetus.value {width: 600px} &lt;br /&gt;
    .portable-infobox{&lt;br /&gt;
    	font-family: &amp;quot;Noto Sans&amp;quot;,sans-serif;&lt;br /&gt;
    	color: #ffffff;&lt;br /&gt;
    	background: #000000;&lt;br /&gt;
    	font-size: 0.95em;&lt;br /&gt;
    	line-height: 1.5;&lt;br /&gt;
    	border: 1px solid;&lt;br /&gt;
    	border-color:#778467;&lt;br /&gt;
    }&lt;br /&gt;
    /* Overall infobox background */&lt;br /&gt;
    .portable-infobox.pi-background {&lt;br /&gt;
        background-color: #151815;&lt;br /&gt;
    }&lt;br /&gt;
    /* Title and header backgrounds */&lt;br /&gt;
    .portable-infobox .pi-secondary-background {&lt;br /&gt;
        background-color: #4e674c;&lt;br /&gt;
    }&lt;br /&gt;
    .portable-infobox .pi-border-color {&lt;br /&gt;
        border-color: #778467;&lt;br /&gt;
    }&lt;br /&gt;
    .portable-infobox .pi-data-label {&lt;br /&gt;
    	flex: 90%;&lt;br /&gt;
    }&lt;br /&gt;
    .portable-infobox .pi-data-value {&lt;br /&gt;
        flex: none;&lt;br /&gt;
        text-align: center;&lt;br /&gt;
        &lt;br /&gt;
    }&lt;br /&gt;
    .portable-infobox .pi-title {&lt;br /&gt;
    	font-weight: bold;&lt;br /&gt;
    	background-color: #4e674c;&lt;br /&gt;
    }&lt;br /&gt;
    /* &lt;br /&gt;
    .portable-infobox .pi-item-spacing {&lt;br /&gt;
        padding: 10px 10px;&lt;br /&gt;
    }&lt;br /&gt;
    */&lt;br /&gt;
    .item-tag {&lt;br /&gt;
    	display: inline-block;&lt;br /&gt;
        margin: 2px 0px;&lt;br /&gt;
        padding: 0px 12px;&lt;br /&gt;
        border: 3px solid #404A31;&lt;br /&gt;
        background-color: #20211D;&lt;br /&gt;
        font-family: Noto sans, sans-serif;&lt;br /&gt;
        font-size: 16px;&lt;br /&gt;
        color: #6E7B62;&lt;br /&gt;
        line-height: 1.8;&lt;br /&gt;
    }&lt;/div&gt;</summary>
		<author><name>76561198021843184</name></author>
	</entry>
	<entry>
		<id>https://wiki.hoodedhorse.com/MENACE/index.php?title=MediaWiki:Common.css&amp;diff=2496</id>
		<title>MediaWiki:Common.css</title>
		<link rel="alternate" type="text/html" href="https://wiki.hoodedhorse.com/MENACE/index.php?title=MediaWiki:Common.css&amp;diff=2496"/>
		<updated>2025-12-05T16:57:25Z</updated>

		<summary type="html">&lt;p&gt;76561198021843184: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/* CSS placed here will be applied to all skins */&lt;br /&gt;
    .class{&lt;br /&gt;
    font-family: &amp;quot;Noto Sans&amp;quot;,sans-serif;&lt;br /&gt;
    color: #ffffff;&lt;br /&gt;
    background: #767a7f;&lt;br /&gt;
    font-size: 0.95em;&lt;br /&gt;
    line-height: 1.5;&lt;br /&gt;
    background-image: url(/MENACE/skins/MBHH/resources/images/shade-right.png?9ba42),url(/MENACE/skins/MBHH/resources/images/shade-left.png?30070),url(/MENACE/skins/MBHH/resources/images/shade-bottom.png?ff4a7),url(/MENACE/skins/MBHH/resources/images/hooded-horse-bg-dark.jpg?0001a);&lt;br /&gt;
    background-repeat: repeat-y,repeat-y,repeat-x,no-repeat;&lt;br /&gt;
    background-position: right center,left center,center bottom,center center;&lt;br /&gt;
    background-size: auto,auto,auto,cover;&lt;br /&gt;
    background-attachment: fixed;&lt;br /&gt;
    }&lt;br /&gt;
   &lt;br /&gt;
    #mw-content, #content-bottom-stuff {&lt;br /&gt;
	background: linear-gradient(to right, #000000,#13161a,#000000);&lt;br /&gt;
	filter: drop-shadow(black 0 0 3rem);&lt;br /&gt;
	border-inline: solid #BEA064;&lt;br /&gt;
	outline: solid #13161a 1em;&lt;br /&gt;
	}&lt;br /&gt;
   &lt;br /&gt;
    .portable_infobox.type-impetus.value {width: 600px} &lt;br /&gt;
    .portable-infobox{&lt;br /&gt;
    	font-family: &amp;quot;Noto Sans&amp;quot;,sans-serif;&lt;br /&gt;
    	color: #ffffff;&lt;br /&gt;
    	background: #000000;&lt;br /&gt;
    	font-size: 0.95em;&lt;br /&gt;
    	line-height: 1.5;&lt;br /&gt;
    	border: 1px solid;&lt;br /&gt;
    	border-color:#778467;&lt;br /&gt;
    }&lt;br /&gt;
    /* Overall infobox background */&lt;br /&gt;
    .portable-infobox.pi-background {&lt;br /&gt;
        background-color: #151815;&lt;br /&gt;
    }&lt;br /&gt;
    /* Title and header backgrounds */&lt;br /&gt;
    .portable-infobox .pi-secondary-background {&lt;br /&gt;
        background-color: #4e674c;&lt;br /&gt;
    }&lt;br /&gt;
    .portable-infobox .pi-border-color {&lt;br /&gt;
        border-color: #778467;&lt;br /&gt;
    }&lt;br /&gt;
    .portable-infobox .pi-data-label {&lt;br /&gt;
    	flex: 90%;&lt;br /&gt;
    }&lt;br /&gt;
    .portable-infobox .pi-data-value {&lt;br /&gt;
        flex: none;&lt;br /&gt;
        text-align: center;&lt;br /&gt;
        &lt;br /&gt;
    }&lt;br /&gt;
    .portable-infobox .pi-title {&lt;br /&gt;
    	font-weight: bold;&lt;br /&gt;
    	background-color: #4e674c;&lt;br /&gt;
    }&lt;br /&gt;
    /* &lt;br /&gt;
    .portable-infobox .pi-item-spacing {&lt;br /&gt;
        padding: 10px 10px;&lt;br /&gt;
    }&lt;br /&gt;
    */&lt;br /&gt;
    .item-tag {&lt;br /&gt;
    	display: inline-block;&lt;br /&gt;
        margin: 2px 0px;&lt;br /&gt;
        padding: 0px 12px;&lt;br /&gt;
        border: 3px solid #404A31;&lt;br /&gt;
        background-color: #20211D;&lt;br /&gt;
        font-family: Noto sans, sans-serif;&lt;br /&gt;
        font-size: 16px;&lt;br /&gt;
        color: #6E7B62;&lt;br /&gt;
        line-height: 1.8;&lt;br /&gt;
    }&lt;/div&gt;</summary>
		<author><name>76561198021843184</name></author>
	</entry>
	<entry>
		<id>https://wiki.hoodedhorse.com/MENACE/index.php?title=MediaWiki:Common.css&amp;diff=2495</id>
		<title>MediaWiki:Common.css</title>
		<link rel="alternate" type="text/html" href="https://wiki.hoodedhorse.com/MENACE/index.php?title=MediaWiki:Common.css&amp;diff=2495"/>
		<updated>2025-12-05T16:57:05Z</updated>

		<summary type="html">&lt;p&gt;76561198021843184: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/* CSS placed here will be applied to all skins */&lt;br /&gt;
    .class{&lt;br /&gt;
    font-family: &amp;quot;Noto Sans&amp;quot;,sans-serif;&lt;br /&gt;
    color: #ffffff;&lt;br /&gt;
    background: #767a7f;&lt;br /&gt;
    font-size: 0.95em;&lt;br /&gt;
    line-height: 1.5;&lt;br /&gt;
    background-image: url(/MENACE/skins/MBHH/resources/images/shade-right.png?9ba42),url(/MENACE/skins/MBHH/resources/images/shade-left.png?30070),url(/MENACE/skins/MBHH/resources/images/shade-bottom.png?ff4a7),url(/MENACE/skins/MBHH/resources/images/hooded-horse-bg-dark.jpg?0001a);&lt;br /&gt;
    background-repeat: repeat-y,repeat-y,repeat-x,no-repeat;&lt;br /&gt;
    background-position: right center,left center,center bottom,center center;&lt;br /&gt;
    background-size: auto,auto,auto,cover;&lt;br /&gt;
    background-attachment: fixed;&lt;br /&gt;
    }&lt;br /&gt;
   &lt;br /&gt;
    #mw-content, #content-bottom-stuff {&lt;br /&gt;
	background: linear-gradient(to right, #13161a,#000000,#242b35);&lt;br /&gt;
	filter: drop-shadow(black 0 0 3rem);&lt;br /&gt;
	border-inline: solid #BEA064;&lt;br /&gt;
	outline: solid #13161a 1em;&lt;br /&gt;
	}&lt;br /&gt;
   &lt;br /&gt;
    .portable_infobox.type-impetus.value {width: 600px} &lt;br /&gt;
    .portable-infobox{&lt;br /&gt;
    	font-family: &amp;quot;Noto Sans&amp;quot;,sans-serif;&lt;br /&gt;
    	color: #ffffff;&lt;br /&gt;
    	background: #000000;&lt;br /&gt;
    	font-size: 0.95em;&lt;br /&gt;
    	line-height: 1.5;&lt;br /&gt;
    	border: 1px solid;&lt;br /&gt;
    	border-color:#778467;&lt;br /&gt;
    }&lt;br /&gt;
    /* Overall infobox background */&lt;br /&gt;
    .portable-infobox.pi-background {&lt;br /&gt;
        background-color: #151815;&lt;br /&gt;
    }&lt;br /&gt;
    /* Title and header backgrounds */&lt;br /&gt;
    .portable-infobox .pi-secondary-background {&lt;br /&gt;
        background-color: #4e674c;&lt;br /&gt;
    }&lt;br /&gt;
    .portable-infobox .pi-border-color {&lt;br /&gt;
        border-color: #778467;&lt;br /&gt;
    }&lt;br /&gt;
    .portable-infobox .pi-data-label {&lt;br /&gt;
    	flex: 90%;&lt;br /&gt;
    }&lt;br /&gt;
    .portable-infobox .pi-data-value {&lt;br /&gt;
        flex: none;&lt;br /&gt;
        text-align: center;&lt;br /&gt;
        &lt;br /&gt;
    }&lt;br /&gt;
    .portable-infobox .pi-title {&lt;br /&gt;
    	font-weight: bold;&lt;br /&gt;
    	background-color: #4e674c;&lt;br /&gt;
    }&lt;br /&gt;
    /* &lt;br /&gt;
    .portable-infobox .pi-item-spacing {&lt;br /&gt;
        padding: 10px 10px;&lt;br /&gt;
    }&lt;br /&gt;
    */&lt;br /&gt;
    .item-tag {&lt;br /&gt;
    	display: inline-block;&lt;br /&gt;
        margin: 2px 0px;&lt;br /&gt;
        padding: 0px 12px;&lt;br /&gt;
        border: 3px solid #404A31;&lt;br /&gt;
        background-color: #20211D;&lt;br /&gt;
        font-family: Noto sans, sans-serif;&lt;br /&gt;
        font-size: 16px;&lt;br /&gt;
        color: #6E7B62;&lt;br /&gt;
        line-height: 1.8;&lt;br /&gt;
    }&lt;/div&gt;</summary>
		<author><name>76561198021843184</name></author>
	</entry>
	<entry>
		<id>https://wiki.hoodedhorse.com/MENACE/index.php?title=MediaWiki:Common.css&amp;diff=2494</id>
		<title>MediaWiki:Common.css</title>
		<link rel="alternate" type="text/html" href="https://wiki.hoodedhorse.com/MENACE/index.php?title=MediaWiki:Common.css&amp;diff=2494"/>
		<updated>2025-12-05T16:56:27Z</updated>

		<summary type="html">&lt;p&gt;76561198021843184: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/* CSS placed here will be applied to all skins */&lt;br /&gt;
    .class{&lt;br /&gt;
    font-family: &amp;quot;Noto Sans&amp;quot;,sans-serif;&lt;br /&gt;
    color: #ffffff;&lt;br /&gt;
    background: #767a7f;&lt;br /&gt;
    font-size: 0.95em;&lt;br /&gt;
    line-height: 1.5;&lt;br /&gt;
    background-image: url(/MENACE/skins/MBHH/resources/images/shade-right.png?9ba42),url(/MENACE/skins/MBHH/resources/images/shade-left.png?30070),url(/MENACE/skins/MBHH/resources/images/shade-bottom.png?ff4a7),url(/MENACE/skins/MBHH/resources/images/hooded-horse-bg-dark.jpg?0001a);&lt;br /&gt;
    background-repeat: repeat-y,repeat-y,repeat-x,no-repeat;&lt;br /&gt;
    background-position: right center,left center,center bottom,center center;&lt;br /&gt;
    background-size: auto,auto,auto,cover;&lt;br /&gt;
    background-attachment: fixed;&lt;br /&gt;
    }&lt;br /&gt;
   &lt;br /&gt;
    #mw-content, #content-bottom-stuff {&lt;br /&gt;
	background: linear-gradient(to right, #13161a,#242b35,#13161a);&lt;br /&gt;
	filter: drop-shadow(black 0 0 3rem);&lt;br /&gt;
	border-inline: solid #BEA064;&lt;br /&gt;
	outline: solid #13161a 1em;&lt;br /&gt;
	}&lt;br /&gt;
   &lt;br /&gt;
    .portable_infobox.type-impetus.value {width: 600px} &lt;br /&gt;
    .portable-infobox{&lt;br /&gt;
    	font-family: &amp;quot;Noto Sans&amp;quot;,sans-serif;&lt;br /&gt;
    	color: #ffffff;&lt;br /&gt;
    	background: #000000;&lt;br /&gt;
    	font-size: 0.95em;&lt;br /&gt;
    	line-height: 1.5;&lt;br /&gt;
    	border: 1px solid;&lt;br /&gt;
    	border-color:#778467;&lt;br /&gt;
    }&lt;br /&gt;
    /* Overall infobox background */&lt;br /&gt;
    .portable-infobox.pi-background {&lt;br /&gt;
        background-color: #151815;&lt;br /&gt;
    }&lt;br /&gt;
    /* Title and header backgrounds */&lt;br /&gt;
    .portable-infobox .pi-secondary-background {&lt;br /&gt;
        background-color: #4e674c;&lt;br /&gt;
    }&lt;br /&gt;
    .portable-infobox .pi-border-color {&lt;br /&gt;
        border-color: #778467;&lt;br /&gt;
    }&lt;br /&gt;
    .portable-infobox .pi-data-label {&lt;br /&gt;
    	flex: 90%;&lt;br /&gt;
    }&lt;br /&gt;
    .portable-infobox .pi-data-value {&lt;br /&gt;
        flex: none;&lt;br /&gt;
        text-align: center;&lt;br /&gt;
        &lt;br /&gt;
    }&lt;br /&gt;
    .portable-infobox .pi-title {&lt;br /&gt;
    	font-weight: bold;&lt;br /&gt;
    	background-color: #4e674c;&lt;br /&gt;
    }&lt;br /&gt;
    /* &lt;br /&gt;
    .portable-infobox .pi-item-spacing {&lt;br /&gt;
        padding: 10px 10px;&lt;br /&gt;
    }&lt;br /&gt;
    */&lt;br /&gt;
    .item-tag {&lt;br /&gt;
    	display: inline-block;&lt;br /&gt;
        margin: 2px 0px;&lt;br /&gt;
        padding: 0px 12px;&lt;br /&gt;
        border: 3px solid #404A31;&lt;br /&gt;
        background-color: #20211D;&lt;br /&gt;
        font-family: Noto sans, sans-serif;&lt;br /&gt;
        font-size: 16px;&lt;br /&gt;
        color: #6E7B62;&lt;br /&gt;
        line-height: 1.8;&lt;br /&gt;
    }&lt;/div&gt;</summary>
		<author><name>76561198021843184</name></author>
	</entry>
	<entry>
		<id>https://wiki.hoodedhorse.com/MENACE/index.php?title=Template:Outdated&amp;diff=2434</id>
		<title>Template:Outdated</title>
		<link rel="alternate" type="text/html" href="https://wiki.hoodedhorse.com/MENACE/index.php?title=Template:Outdated&amp;diff=2434"/>
		<updated>2025-10-26T01:37:28Z</updated>

		<summary type="html">&lt;p&gt;76561198021843184: Created page with &amp;quot;{| class=&amp;quot;gridBG&amp;quot; align=&amp;quot;center&amp;quot; style=&amp;quot;background-color: black; align=center; width: 90%; border: 1px solid white; color: white;&amp;quot; | class=&amp;quot;hides hidem&amp;quot; style=&amp;quot;font-size: 100%; text-align: center;&amp;quot; | The content below needs to be &amp;#039;&amp;#039;&amp;#039;updated&amp;#039;&amp;#039;&amp;#039; as it may not accurately represent what&amp;#039;s currently in-game.&amp;lt;br&amp;gt;{{#if: {{{1|}}}   |&amp;#039;&amp;#039;{{{1}}}&amp;#039;&amp;#039;   |}} |}  &amp;lt;noinclude&amp;gt; ===Usage=== If there&amp;#039;s no details on the reason or context for the warning, use: &amp;lt;pre&amp;gt;{{Outdated}}&amp;lt;/pre&amp;gt;  If there...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| class=&amp;quot;gridBG&amp;quot; align=&amp;quot;center&amp;quot; style=&amp;quot;background-color: black; align=center; width: 90%; border: 1px solid white; color: white;&amp;quot;&lt;br /&gt;
| class=&amp;quot;hides hidem&amp;quot; style=&amp;quot;font-size: 100%; text-align: center;&amp;quot; |&lt;br /&gt;
The content below needs to be &#039;&#039;&#039;updated&#039;&#039;&#039; as it may not accurately represent what&#039;s currently in-game.&amp;lt;br&amp;gt;{{#if: {{{1|}}}&lt;br /&gt;
  |&#039;&#039;{{{1}}}&#039;&#039;&lt;br /&gt;
  |}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
===Usage===&lt;br /&gt;
If there&#039;s no details on the reason or context for the warning, use:&lt;br /&gt;
&amp;lt;pre&amp;gt;{{Outdated}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If there is reason or context for the warning, use:&lt;br /&gt;
&amp;lt;pre&amp;gt;{{Outdated|reason goes here}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>76561198021843184</name></author>
	</entry>
	<entry>
		<id>https://wiki.hoodedhorse.com/MENACE/index.php?title=MediaWiki:Sidebar&amp;diff=2430</id>
		<title>MediaWiki:Sidebar</title>
		<link rel="alternate" type="text/html" href="https://wiki.hoodedhorse.com/MENACE/index.php?title=MediaWiki:Sidebar&amp;diff=2430"/>
		<updated>2025-10-23T08:28:14Z</updated>

		<summary type="html">&lt;p&gt;76561198021843184: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* Menace&lt;br /&gt;
** Beginner&#039;s Guide|Demo&#039;s Beginner&#039;s Guide&lt;br /&gt;
** News|News&lt;br /&gt;
** Developer Diaries|Dev Diaries&lt;br /&gt;
** Gameplay Overview|Gameplay Overview&lt;br /&gt;
** Lore|Lore&lt;br /&gt;
** Combat System|Combat System&lt;br /&gt;
** Characters|Characters&lt;br /&gt;
** Equipment|Equipment&lt;br /&gt;
** TCRN Impetus|TCRN Impetus&lt;br /&gt;
** Factions|Factions&lt;br /&gt;
&lt;br /&gt;
* SEARCH&lt;br /&gt;
* TOOLBOX&lt;br /&gt;
* LANGUAGES&lt;br /&gt;
&lt;br /&gt;
* navigation&lt;br /&gt;
** mainpage|mainpage-description&lt;br /&gt;
** recentchanges-url|recentchanges&lt;br /&gt;
** randompage-url|randompage&lt;br /&gt;
** helppage|help-mediawiki&lt;/div&gt;</summary>
		<author><name>76561198021843184</name></author>
	</entry>
	<entry>
		<id>https://wiki.hoodedhorse.com/MENACE/index.php?title=MediaWiki:Sidebar&amp;diff=2429</id>
		<title>MediaWiki:Sidebar</title>
		<link rel="alternate" type="text/html" href="https://wiki.hoodedhorse.com/MENACE/index.php?title=MediaWiki:Sidebar&amp;diff=2429"/>
		<updated>2025-10-23T08:27:22Z</updated>

		<summary type="html">&lt;p&gt;76561198021843184: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* Menace&lt;br /&gt;
** Beginner&#039;s Guide|Demo&#039;s Beginner&#039;s Guide&lt;br /&gt;
** News|News&lt;br /&gt;
*** Developer Diaries|Dev Diaries&lt;br /&gt;
** Gameplay Overview|Gameplay Overview&lt;br /&gt;
** Lore|Lore&lt;br /&gt;
** Combat System|Combat System&lt;br /&gt;
** Characters|Characters&lt;br /&gt;
** Equipment|Equipment&lt;br /&gt;
** TCRN Impetus|TCRN Impetus&lt;br /&gt;
** Factions|Factions&lt;br /&gt;
&lt;br /&gt;
* SEARCH&lt;br /&gt;
* TOOLBOX&lt;br /&gt;
* LANGUAGES&lt;br /&gt;
&lt;br /&gt;
* navigation&lt;br /&gt;
** mainpage|mainpage-description&lt;br /&gt;
** recentchanges-url|recentchanges&lt;br /&gt;
** randompage-url|randompage&lt;br /&gt;
** helppage|help-mediawiki&lt;/div&gt;</summary>
		<author><name>76561198021843184</name></author>
	</entry>
</feed>