-
Notifications
You must be signed in to change notification settings - Fork 1
Design Planung
Florian Oetke edited this page Aug 12, 2015
·
5 revisions
Art-Style
Interessante Perspektive. Technische Machbarkeit/Aufwand prüfen
- http://www.0onegames.com/images/product_pres/mac05/shot02.jpg
- http://www.0onegames.com/images/product_pres/mac02/shot03.jpg
Grafische Effekte (nice to have)
- http://simonschreibt.de/gat/diablo-3-resource-bubbles/
- http://simonschreibt.de/gat/handmade-normal-maps/
- http://www.redblobgames.com/articles/visibility/
- http://www.wholehog-games.com/devblog/2013/06/07/lighting-in-a-2d-game/
- https://github.com/mattdesl/lwjgl-basics/wiki/ShaderLesson6
Sonstiges
Basis Elemente:
- Hitze
- Kälte
- Wasser
- Stein
- Elektrizität (Blitze)
- Gas
Kombinationen
- Hitze + Gas => Feuer
- Hitze + Kälte => Wind
- Hitze + Stein => Feuerball
- Hitze + Stein + Gas => Feuerball + Explosion
- Hitze + Wasser => Dampf
- Kälte + Wasser => Eis
- Kälte + Stein => Eis Geschoss
- Kälte + Stein + Wasser => Eis Geschoss + "Explosion"
- Wasser + Gas => Gift Geschoss
- Wasser + Gas + Stein => Gift Geschoss + "Explosion"
- Wasser + Elektrizität => ☠
- Elektrizität + Hitze + Gas => Plasma Geschoss
Effekte
Element | Effekt |
---|---|
Hitze | TODO |
Kälte | TODO |
Wasser | TODO |
Stein | TODO |
Elektrizität | TODO |
Gas | TODO |
Feuer | TODO |
Wind | TODO |
Feuerball | TODO |
Dampf | TODO |
Eis | TODO |
Eis Geschoss | TODO |
Gift Geschoss | TODO |
Plasma Geschoss | TODO |
Anmerkung: Bis auf folgende Kombinationen sind alle möglichen Permutationen implementiert:
- 'frost', 'gas'
- 'frost', 'gas', 'water'
- 'frost', 'gas', 'stone'
- 'frost', 'gas', 'water', 'stone'
- 'gas', 'stone'
- 'water', 'stone'
- 'fire', 'water', 'stone'
- 'fire', 'frost', 'gas'
- 'fire', 'frost', 'water'