blob: ff0357460326db10b3c1c15868c2d464ba813c7d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
Try this:
- https://agatedragon.blog/2024/02/12/simple-outline-shader/
- https://aliendrakon.itch.io/isometric-halloween-pumpkin-patch
## TODO
Dice Creation:
- higher ATK, DEF => higher level
- can fly, abilitie(s) => higher level
- use bar with points that fill based on decisions to determine level of dice
- level 1 dice can have at max 4 summoning faces
- level 2 at max 3, level 3 at max 2, level 4 at max 1
- higher levels possible?
- max number of multipliers for faces like atk,def,move,ablty based on level
- level 1 dice can multiply at max 1 face by 2
- level 2 at max 2 faces by 2, and 1 face by 3
- level 3 at max 3 faces by 2, and 2 faces by 3 and 1 face by 4
- level 4 at max 4 faces by 2, and 3 faces by 3 and 2 faces by 4
|