File size: 8,471 Bytes
6964535 31ab1f1 6964535 bfcf828 6964535 bfcf828 6964535 bfcf828 6964535 7141782 6964535 afbfef4 7141782 afbfef4 6964535 afbfef4 6964535 afbfef4 6964535 31ab1f1 6964535 31ab1f1 6964535 afbfef4 6964535 afbfef4 6964535 afbfef4 6964535 7141782 6964535 afbfef4 6964535 afbfef4 6964535 afbfef4 6964535 afbfef4 d22e9a7 31ab1f1 d22e9a7 afbfef4 6964535 afbfef4 6964535 afbfef4 6964535 afbfef4 6964535 afbfef4 6964535 afbfef4 6964535 d22e9a7 31ab1f1 d22e9a7 afbfef4 6964535 31ab1f1 6964535 d22e9a7 afbfef4 d22e9a7 6964535 afbfef4 6964535 afbfef4 6964535 afbfef4 31ab1f1 afbfef4 6964535 c3a15fb bfcf828 afbfef4 7141782 bfcf828 afbfef4 bfcf828 6964535 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 | {
"pattern_name": "Combat",
"description": "Actions where the intent is to kill or otherwise overcome opponents",
"content": [
"Symbolizing the actions between game elements in games as [[Combat]] is one of the oldest and most common ways to give games themes. By doing so, the theme of the game contains a link with the real-world competition between players as well as alludes to the tension, uncertainty, and importance of the real-world equivalent. [[Combat]] in games give players clear goals and opponents and gives clear indication of what players have succeeded and what players have failed."
],
"using_the_pattern": [
"The main influence on designing [[Combat]] in games is whether the games are [[Real-Time Games]] or [[Turn-Based Games]]. In both cases, [[Combat]] usually includes [[Randomness]] and [[Imperfect Information]] in the process to determine the outcome but how these are achieved depend on the type of game. Both types of games also typically provide [[Privileged Abilities]] specifically affecting [[Combat]] and can have [[Enemies]] with [[Achilles' Heels]] that provide specific targets to aim for.",
"In [[Turn-Based Games]] the results of[[Combat]] are usually based on an evaluation function, as players' skills lies in trying to make the game state have as many modifiers in their favor as possible. Common influences on the evaluation function include [[Skills]], [[Privileged Abilities]], and [[Collaborative Actions]]. [[Budgeted Action Points]] can be used to allow several [[Combat]] actions to be performed in one turn and increase the [[Tradeoffs]] between different possible actions in these forms of [[Combat]].[[Imperfect Information]] exists mainly due to not knowing the opponents strengths, weaknesses, and configuration, while [[Randomness]] is usually instantiated through [[Dice]] or the equivalent.",
"In [[Real-Time Games]], the main difference between design choices for [[Combat]] lies in whether players control [[Avatars]] or [[Units]]. [[Imperfect Information]] is often the cause of bad [[Game State Overview]] or the problem of perceiving enemy actions as they occur while [[Randomness]] occurs due to opponent's guesses to the [[Imperfect Information]] they have.",
"Control of [[Avatars]] in [[Combat]] requires [[Timing]] and [[Dexterity-Based Actions]], typically [[Aim & Shoot]] or [[Combos]] of close combat maneuvers. [[Damage]] in this case is often abstracted to forced retreats, stuns simulated by forced[[No-Ops]], and health values shown by [[Progress Indicators]]. If [[Combat]] is the only activity in the game, as is the case in fighting games, the [[Combat]] is often structured in [[Tournaments]] to allow [[Perceivable Margins]] and [[Higher-Level Closures as Gameplay Progresses]] by having more difficult opponents appear later in the [[Tournament]]. Fighting Games also often combine loss of [[Combat]] with [[Player Elimination]]. Games where players engage in activities other than [[Combat]] usually make use of [[Lives]] and penalize loss of [[Lives]] by [[Ability Losses]] and [[Spawning]] at earlier locations. [[Real-Time Games]] with [[Avatars]] and [[Team Play]] often have special [[Penalties]] for team killing or make those events impossible through [[Privileged Abilities]].",
"Controlling [[Units]] require skills in coordinating [[Collaborative Actions]] and employing [[Attention Swapping]]. Often knowledge of [[Strategic Locations]] is important as well as efficient [[Resource Management]]. The loss of [[Units]] due to [[Combat]] in these games do not usually have any specific [[Penalties]] connected to them except for the possible [[Ability Losses]] if no other still existing [[Units]] have the same abilities."
],
"consequences": [
"[[Combat]] is the means to achieving [[Capture]], [[Overcome]], or [[Eliminate]] goals against [[Enemies]] and gives rise to [[Conflict]] against either other players or [[Dedicated Game Facilitators]]. When these goals deal with [[Area Control]], the presence of [[Combat]] is especially common since the opposing goalstypically are also achieved by [[Combat]]. The actual actions required to successfully win [[Combat]] depend heavily on the definitions of how to successfully complete the goals.",
"Participating in [[Combat]] is a [[Risk/Reward]] choice as are the [[Tradeoffs]] that have to be considered between different possible actions within the [[Combat]]."
],
"relations": {
"Instantiates": [
"Attention Swapping",
"Aim & Shoot",
"Conflict",
"Randomness",
"Imperfect Information",
"Timing",
"Player Elimination",
"Perceivable Margins",
"Higher-Level Closures as Gameplay Progresses",
"Collaborative Actions",
"Resource Management",
"Dexterity-Based Actions",
"Budgeted Action Points",
"Risk/Reward",
"Tradeoffs",
"Tension"
],
"Modulates": [],
"Instantiated by": [
"Eliminate",
"Capture",
"Area Control",
"Enemies"
],
"Modulated by": [
"Damage",
"Turn-Based Games",
"Dice",
"Avatars",
"Units",
"Lives",
"Tournaments",
"Privileged Abilities",
"Combos",
"Strategic Locations",
"Achilles' Heels",
"Dedicated Game Facilitators",
"Real-Time Games"
],
"Potentially conflicting with": []
},
"examples": [
"First-person shooters' main challenge is to kill or otherwise overcome the enemies found in the game.",
"Fighting games such as the Dead or Alive, Tekken, or Mortal Kombat focus purely on [[Combat]], with Meta Goals of unlocking new characters or new costumes."
],
"label": "8. Actions and Events Patterns",
"pattern_links": [
{
"name": "Timing",
"file": "Timing"
},
{
"name": "Units",
"file": "Units"
},
{
"name": "Tension",
"file": "Tension"
},
{
"name": "Risk/Reward",
"file": "RiskReward"
},
{
"name": "Imperfect Information",
"file": "ImperfectInformation"
},
{
"name": "Real-Time Games",
"file": "Real-TimeGames"
},
{
"name": "Achilles' Heels",
"file": "Achilles'Heels"
},
{
"name": "Damage",
"file": "Damage"
},
{
"name": "Dice",
"file": "Dice"
},
{
"name": "Capture",
"file": "Capture"
},
{
"name": "Dexterity-Based Actions",
"file": "Dexterity-BasedActions"
},
{
"name": "Area Control",
"file": "AreaControl"
},
{
"name": "Combos",
"file": "Combos"
},
{
"name": "Attention Swapping",
"file": "AttentionSwapping"
},
{
"name": "Eliminate",
"file": "Eliminate"
},
{
"name": "Budgeted Action Points",
"file": "BudgetedActionPoints"
},
{
"name": "Avatars",
"file": "Avatars"
},
{
"name": "Perceivable Margins",
"file": "PerceivableMargins"
},
{
"name": "Higher-Level Closures as Gameplay Progresses",
"file": "Higher-LevelClosuresasGameplayProgresses"
},
{
"name": "Tournaments",
"file": "Tournaments"
},
{
"name": "Randomness",
"file": "Randomness"
},
{
"name": "Enemies",
"file": "Enemies"
},
{
"name": "Dedicated Game Facilitators",
"file": "DedicatedGameFacilitators"
},
{
"name": "Player Elimination",
"file": "PlayerElimination"
},
{
"name": "Lives",
"file": "Lives"
},
{
"name": "Turn-Based Games",
"file": "Turn-BasedGames"
},
{
"name": "Privileged Abilities",
"file": "PrivilegedAbilities"
},
{
"name": "Strategic Locations",
"file": "StrategicLocations"
},
{
"name": "Collaborative Actions",
"file": "CollaborativeActions"
},
{
"name": "Aim & Shoot",
"file": "Aim&Shoot"
},
{
"name": "Resource Management",
"file": "ResourceManagement"
},
{
"name": "Tradeoffs",
"file": "Tradeoffs"
},
{
"name": "Conflict",
"file": "Conflict"
}
],
"pattern_id": "Combat",
"playable_concept": "Not available yet",
"metadata": {
"version": "1.2.2.2",
"date_processed": "2025-04-26",
"source_file": "Combat.htm",
"converter_version": "1.2.2.2"
}
} |