- Building an RPG with Unreal
- Steve Santello Alan R. Stagner
- 298字
- 2021-07-23 14:35:38
Tropes in existing role-playing games
Even though RPGs can vary wildly, there are still plenty of common themes they frequently share—features that a player expects out of your game.
Stats and progression
This one goes without saying. Every RPG—and I do mean every RPG—has these basic concepts.
Statistics, or stats, are the numbers that govern all combat in the game. While the actual stats can vary, it's common to have stats such as max health, max MP, strength, defense, and more.
As players progress through the game, these stats also improve. Their character becomes better in a variety of ways, reaching maximum potential at (or near) the end of the game. The exact way in which this is handled can vary, but most games implement experience points or XP that are earned in combat; when enough XP has been gained, a character's level increases, and with it, their stats increase as well.
Classes
It's common to have classes in an RPG. A class can mean a lot, but generally it governs what a character's capabilities are and how that character will progress.
For instance, a Soldier class might define that, as an example, a character is able to wield swords, and mainly focuses on increased attack power and defense power as they level up.
Special abilities
Very few role-playing games can get away with not having magic spells or special abilities of some sort.
Generally, characters will have some kind of magic meter that is consumed every time they use one of their special abilities. Additionally, these abilities cannot be cast if the character does not have enough magic (the term for this varies—it might also be called mana, stamina, or power—really, anything to fit the game scenario).
- Unreal Engine Physics Essentials
- Java應用與實戰
- 數據庫程序員面試筆試真題與解析
- 算法零基礎一本通(Python版)
- JIRA 7 Administration Cookbook(Second Edition)
- 人臉識別原理及算法:動態人臉識別系統研究
- Troubleshooting PostgreSQL
- Getting Started with NativeScript
- Clojure Reactive Programming
- Java編程從入門到精通
- C#面向對象程序設計(第2版)
- Applied Deep Learning with Python
- RESTful Web API Design with Node.js(Second Edition)
- 現代C++語言核心特性解析
- Internet of Things with Arduino Cookbook