dreambuilder_game/castle_shields
Vanessa Dannenberg f343969d2f update plantlife, castles, basic_materials, cool_trees, currency,
digistuff, farming_redo, technic, glooptest, homedecor, maptools,
mesecons, moreblocks, moreores, pipeworks, teleport_request,
unified_inventory, unifieddyes, worldedit, and xban
2020-02-16 01:45:23 -05:00
..
locale update plantlife, castles, basic_materials, cool_trees, currency, 2020-02-16 01:45:23 -05:00
textures update plantlife, castles, basic_materials, cool_trees, currency, 2020-02-16 01:45:23 -05:00
LICENSE update digilines, technic, unified inventory, 2017-03-17 16:53:18 -04:00
README.md updated castles, coloredwood, digistuff, locks, mesecons, 2018-09-08 12:12:15 -04:00
default_shields.lua update plantlife, castles, basic_materials, cool_trees, currency, 2020-02-16 01:45:23 -05:00
depends.txt update digilines, technic, unified inventory, 2017-03-17 16:53:18 -04:00
description.txt update digilines, technic, unified inventory, 2017-03-17 16:53:18 -04:00
init.lua update digilines, technic, unified inventory, 2017-03-17 16:53:18 -04:00
intllib.lua update digilines, technic, unified inventory, 2017-03-17 16:53:18 -04:00
mod.conf update plantlife, castles, basic_materials, cool_trees, currency, 2020-02-16 01:45:23 -05:00
screenshot.png update plantlife, castles, basic_materials, cool_trees, currency, 2020-02-16 01:45:23 -05:00
shield_functions.lua update plantlife, castles, basic_materials, cool_trees, currency, 2020-02-16 01:45:23 -05:00

README.md

Castle Shields

by: Philipbenr, DanDuncombe and FaceDeer

Licence: MIT

=-=-=-=-=-=-=-=-=-=

This mod adds decorative wall-mounted shields. It comes with three default shields, but it's very easy to mix and match the colours and patterns to generate additional shields for your server; see default_shields.lua for a good place to insert your own, or make use of the castle_shields.register_shield method in your own mods.

The three default shields were defined thusly:

  • castle_shields.register_shield("shield_1", "Mounted Shield", "red", "blue", "slash")
  • castle_shields.register_shield("shield_2", "Mounted Shield", "cyan", "yellow", "chevron")
  • castle_shields.register_shield("shield_3", "Mounted Shield", "grey", "green", "cross")

The following colors are permitted:

"black", "blue", "brown", "cyan", "dark_green", "dark_grey", "green", "grey", "magenta", "orange", "pink", "red", "violet", "white", "yellow"

The following patterns are permitted:

"slash", "chevron", "cross"