Skip to content

Commit

Permalink
Carnivore mod
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewFM committed Dec 9, 2018
1 parent 0ced79c commit 299a97e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ <h3>Installing Palettes</h3>
3. Use Dev Tools to apply the palette to your map(s).
</div>

<div class="row"><br><br><i>Last updated on December 3, 2018.<br>[<a href="https://github.com/AndrewFM/RainDB/commits/master" target="_blank">View Change List</a>]</i></div>
<div class="row"><br><br><i>Last updated on <span id="modifiedDate" />.<br>[<a href="https://github.com/AndrewFM/RainDB/commits/master" target="_blank">View Change List</a>]</i></div>
</div>
</div>

Expand All @@ -240,6 +240,8 @@ <h3>Installing Palettes</h3>
document.getElementById("prev4").addEventListener("click", function(){changePreviewSrc("assets/img/palette/preview4.png");});
document.getElementById("prev5").addEventListener("click", function(){changePreviewSrc("assets/img/palette/preview5.png");});
document.getElementById("prev6").addEventListener("click", function(){changePreviewSrc("assets/img/palette/preview6.PNG");});
var dateoptions = { year: 'numeric', month: 'long', day: 'numeric' };
document.getElementById("modifiedDate").innerHTML = (new Date(document.lastModified)).toLocaleDateString("en-US", dateoptions);

function generateHTML(div_id, input_array, filter, title) {
var appendStr = ""
Expand Down Expand Up @@ -910,6 +912,17 @@ <h3>Installing Palettes</h3>
"order": 28,
});

Mods15.push({
"name": "Carnivore Mod",
"author": "Garrakx",
"type": "Game Tweak",
"url": "https://drive.google.com/file/d/10TrzXuf-498To1ZC7jexZaLc-_Rt18VC/view",
"thumb": "previews/carnivore.png",
"desc": "Lets you eat corpses with any of the characters, both in Single Player mode and in Arena mode.",
"mod": true,
"order": 75
});

Mods15.push({
"name": "Arena Back Spears",
"author": "Garrakx",
Expand Down
Binary file added previews/carnivore.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 299a97e

Please sign in to comment.