monks-and-mages icon indicating copy to clipboard operation
monks-and-mages copied to clipboard

Add 2 new healing units to game

Open lijim opened this issue 3 years ago • 1 comments
trafficstars

  1. Find the artwork for 2 new healing units from pexels, unsplash or pixabay (free image sites)
  2. Add the units to the 'misc' section of cardDb/units.ts: https://github.com/lijim/monks-and-mages/blob/main/src/cardDb/units/units.ts
  3. Be sure to add them to export const UnitCards = {
  4. Right now the only other unit with a healing effect is WATER_GUARDIAN. The colors that have access to healing are Green (bamboo) and blue (water)
  5. You may notice that some imgSrc's are URL's and others are relative file paths. Add the imgSrc as a URL
  6. Run yarn scrapeImages && yarn compressImages to scrape the images off the web and compress the new units into this folder using imageMagick: https://github.com/lijim/monks-and-mages/tree/main/assets/images/units. See https://github.com/lijim/monks-and-mages#scripts for instructions

lijim avatar Apr 19 '22 22:04 lijim

For this issue, let's use the 'Create a branch' feature of Github:

Screen Shot 2022-04-19 at 7 00 20 PM

lijim avatar Apr 19 '22 23:04 lijim