monks-and-mages
monks-and-mages copied to clipboard
Add 2 new healing units to game
trafficstars
- Find the artwork for 2 new healing units from pexels, unsplash or pixabay (free image sites)
- 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
- Be sure to add them to
export const UnitCards = { - 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) - You may notice that some
imgSrc's are URL's and others are relative file paths. Add the imgSrc as a URL - Run
yarn scrapeImages && yarn compressImagesto 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
For this issue, let's use the 'Create a branch' feature of Github: