SlideShare une entreprise Scribd logo
1  sur  37
Télécharger pour lire hors ligne
Chapter 4:
Internal Economy
Hamzah Asyrani Sulaiman
in games, the internal economy can include
all
sorts of resources that are not part of a real-
life economy. In games, things like health,
experience, and skill can be part of the
economy just as easily as money, goods, and
services.
Elements of Internal Economies
Resources
All economies revolve around the flow of resources. Resources
refer to any concept that can be measured numerically. Almost
anything in a game can function as a
resource: money, energy, time, or units under the player’s
control all are examples of resources, as are items, power-ups,
and enemies that oppose the player.
Resources
TANGIBLE RESOURCES
Tangible resources have physical properties
in the game world. They exist in a particular location and often
have to be moved somewhere else.
Resources
INTANGIBLE RESOURCES
Intangible resources have no physical properties in the game
world—they do not occupy space or exist in a particular
location. For example, once the trees in
Warcraft have been harvested, they are changed into lumber,
which is intangible.
Entities
Specific quantities of a resource are stored in entities. (If you are a programmer, an entity is essentially a
variable.)
A resource is a general concept, but an entity stores a specific amount of a resource.
An entity named “Timer,” for example, stores the resource time—probably the number of seconds remaining
before the end of the game.
Four Economic Functions
SOURCESSources are mechanics that create new resources
out of nothing. At a certain time, or upon certain
conditions, a source will generate a new resource
and store it in an entity somewhere.
Sources may be triggered by events in the game, or
they may operate continuously, producing resources
at a certain production rate. They may also be
switched on and off
Four Economic Functions
DRAINSDrains are the opposite of sources: They take resources out
of the game, reducing the amount stored in an entity and
removing them permanently
Four Economic Functions
CONVERTERSConverters turn resources of one kind into another. As we
mentioned, in Warcraft, trees (a tangible resource) turn
into lumber (an intangible one) when the trees are
harvested.
Four Economic Functions
TRADERSTraders are mechanics that move a resource from one
entity to another, and another resource back in the
opposite direction, according to an exchange rule.
Economic Structure
Economic Shapes
The Shape of a Game of Chess
From Mechanics to Shapes
To produce a particular economic shape, you need to know
what type of mechanical structures create what shapes.
Fortunately, there is a direct relationship between
shapes in a game’s economy and the structure of its mechanics.
In the next sections, we discuss and illustrate the most
important building blocks of economic shapes
From Mechanics to Shapes
NEGATIVE FEEDBACK CREATES AN EQUILIBIRIUM
Negative feedback makes a system resistant to changes: The temperature of your
refrigerator is kept constant even if the temperature outside the refrigerator changes. The
point at which the system stabilizes is called the equilibrium.
From Mechanics to Shapes
NEGATIVE FEEDBACK CREATES AN EQUILIBIRIUM
Changing equilibriums requires a dynamic factor that changes more or less independently
of the negative feedback mechanism. The outside temperature throughout the year is an
example of a periodical equilibrium that is caused by the periodic waxing and waning of
the available hours of daylight and the relative strength of the sun.
From Mechanics to Shapes
POSITIVE FEEDBACK CREATES AN ARMS RACE
In games, this type of positive feedback is often used to create an arms race between
multiple players. A good example is the harvesting of raw materials in StarCraft (or
similar constructions in many other RTS games).
From Mechanics to Shapes
LONG-TERM INVESTMENTS VS. SHORT-TERM GAMES
If StarCraft were a race to collect as many minerals as possible
without any other considerations, would the best strategy be to
build a new SCV unit every time you’ve collected enough
minerals?
From Mechanics to Shapes
FEEDBACK BASED ON RELATIVE SCORES
During Marc LeBlanc’s talk on feedback mechanisms
in games at the Game Developers Conference in
1999, he described two alternate versions of
basketball.
In “negative feedback basketball,” for every five
points that the leading team is ahead, the trailing
team is allowed to field one extra player.
In “positive feedback basketball,” this effect is
reversed: The leading team is allowed to field one
extra player for every five points they are ahead.
From Mechanics to Shapes
FEEDBACK BASED ON RELATIVE SCORES
Uses for Internal Economies in Games
In the previous sections, we discussed the elements and
common structures of internal game economies. In this section,
we will discuss how game economies are typically used in
games of different genres.
Table 1.1 provided a quick overview of some mechanics that
are typically part of that economy. Now, we will discuss the
typical economic structures found across game genres in more
detail.
Use an Internal Economy to Complement
Physics
Obviously, physics make up the
largest part of action games’ core
mechanics. Physics are used to test
the player’s dexterity, timing, and
accuracy. Still, most action games add
an internal economy to create an
integral reward system or to establish
a system of power-ups that requires
resources.
Use an Internal Economy to Influence
Progression
The internal economy of a game can also be
used to influence progression through a game
that involves movement. For example, power-
ups and unique weapons can play a special
role in an action game’s economy. They can
be used to gain access to new locations.
Use an Internal Economy to Add Strategic
Gameplay
It is surprising how many of the strategic challenges in real-time strategy games are economic
in nature. In a typical game of StarCraft, you probably spend more time
managing the economy than fighting the battle.
Economies in strategy games usually involve multiple resources and involve
many feedback loops and interrelationships. Setting up an economy like that for
the first time is challenging, and finding the right balance is even more difficult.
Use an Internal Economy to Add Strategic
Gameplay
Early in the game, the player is awarded a
magical dagger that allows that player to
control time. This power can also
be used during combat, for example just
after the player has taken a big hit. the game is about using and sometimes sacrificing your
material in order to produce as much strategic advantage as
possible
Use an Internal Economy to Create Large
Probability Spaces
These games can also create a more personal experience,
because the performance of players and their choices
directly affect what parts of the probability space open up for
exploration.
When using an internal economy to customize the gameplay, there are three things
you need to watch out for. First, in an online role-playing game, if a particular
combination of items and skills is more efficient than others, players will quickly
identify and share this information, and the economy will be thrown off-balance.
Second, you have to be sure that the probability space is large
enough that players do not end up exploring it entirely in one
play session.
Third, you should ideally design your levels in such a way that players can use
different strategies to complete them. For example, in Deus Ex, the player can
choose to develop a character in different ways.
Use an Internal Economy to Create Large
Probability Spaces
Tips for Economy Construction Games
Games in which the player builds an
economy, such as construction and
management simulations, tend to have large
and complex internal economies.
SimCity is a good example. As players zone
areas and build infrastructure, they use these
building blocks to craft an economic structure
that produces the resources they need to
increase it even further.
Building a game like this requires the designer
to assemble a toolbox of mechanics that the
player can combine in many interesting ways.
This is even harder than designing a
complete, functional, and balanced economy
yourself.
Tips for Economy Construction Games
Don’t
introduce all
the player’s
building
blocks at
once.
Be aware of
the meta-
economic
structure.
Use maps to
produce
variety and
constrain the
possibility
space
Summary
• In this chapter, we introduced the essential elements of an internal economy: resources, entities, and
some of the mechanics that manipulate them, including sources, drains, converters, and traders.
• We examined the concept of economic shapes as seen through graphs and showed how different
mechanical structures can produce different shapes.
• Negative feedback creates equilibrium, while positive feedback creates an arms race among opponents.
Implemented another way, positive feedback can produce a downward spiral, because a player finds it
harder and harder to grow his economy.
• Feedback systems based on relationships between two players can produce effects that keep games close
or tend to cause the player in the lead to stay in the lead.

Contenu connexe

Similaire à GAME MECHANIC - chapter 4 v1.1 (2018 edition)

Android Gaming Tips & Tricks - Mac Game Hack Tips
Android Gaming Tips & Tricks - Mac Game Hack TipsAndroid Gaming Tips & Tricks - Mac Game Hack Tips
Android Gaming Tips & Tricks - Mac Game Hack TipsHacksiber
 
'Green My Place' design Jan09 V0.7
'Green My Place' design Jan09 V0.7'Green My Place' design Jan09 V0.7
'Green My Place' design Jan09 V0.7Ben Cowley
 
Super thornypigeon stir
Super thornypigeon stirSuper thornypigeon stir
Super thornypigeon stirzaxxor1
 
Designing balance (takeaway version)
Designing balance (takeaway version)Designing balance (takeaway version)
Designing balance (takeaway version)Kacper Szymczak
 
Game Balance 3: Player Equality and Fairness
Game Balance 3: Player Equality and FairnessGame Balance 3: Player Equality and Fairness
Game Balance 3: Player Equality and FairnessMarc Miquel
 
The secret behind Clash of Clans success
The secret behind Clash of Clans successThe secret behind Clash of Clans success
The secret behind Clash of Clans successMiikka Leinonen
 
Loss Aversion in Facebook Games
Loss Aversion in Facebook GamesLoss Aversion in Facebook Games
Loss Aversion in Facebook GamesJuho Hamari
 
Economic Approach to Social Game Design
Economic Approach to Social Game DesignEconomic Approach to Social Game Design
Economic Approach to Social Game DesignRussell Ovans
 
Product and Marketing Strategy of an Android Gaming App
Product and Marketing Strategy of an Android Gaming AppProduct and Marketing Strategy of an Android Gaming App
Product and Marketing Strategy of an Android Gaming AppSoham Mondal
 
myStratex Workshop Pack
myStratex Workshop PackmyStratex Workshop Pack
myStratex Workshop PackFabStart
 
Star Atlas by Jincheng Hu.pdf
Star Atlas by Jincheng Hu.pdfStar Atlas by Jincheng Hu.pdf
Star Atlas by Jincheng Hu.pdfJinchengHu
 
Sotamaa Achievement Unlocked 270909 Final
Sotamaa Achievement Unlocked 270909 FinalSotamaa Achievement Unlocked 270909 Final
Sotamaa Achievement Unlocked 270909 Finalollisotamaa
 
Maximizing Monetization - Casual Connect SF 2013
Maximizing Monetization - Casual Connect SF 2013Maximizing Monetization - Casual Connect SF 2013
Maximizing Monetization - Casual Connect SF 2013emily_greer
 

Similaire à GAME MECHANIC - chapter 4 v1.1 (2018 edition) (20)

Android Gaming Tips & Tricks - Mac Game Hack Tips
Android Gaming Tips & Tricks - Mac Game Hack TipsAndroid Gaming Tips & Tricks - Mac Game Hack Tips
Android Gaming Tips & Tricks - Mac Game Hack Tips
 
'Green My Place' design Jan09 V0.7
'Green My Place' design Jan09 V0.7'Green My Place' design Jan09 V0.7
'Green My Place' design Jan09 V0.7
 
Super thornypigeon stir
Super thornypigeon stirSuper thornypigeon stir
Super thornypigeon stir
 
Core mechanics
Core mechanicsCore mechanics
Core mechanics
 
Designing balance (takeaway version)
Designing balance (takeaway version)Designing balance (takeaway version)
Designing balance (takeaway version)
 
Game Balance 3: Player Equality and Fairness
Game Balance 3: Player Equality and FairnessGame Balance 3: Player Equality and Fairness
Game Balance 3: Player Equality and Fairness
 
01 - Introduction to Game Mechanics
01 - Introduction to Game Mechanics01 - Introduction to Game Mechanics
01 - Introduction to Game Mechanics
 
The secret behind Clash of Clans success
The secret behind Clash of Clans successThe secret behind Clash of Clans success
The secret behind Clash of Clans success
 
Dynamics
DynamicsDynamics
Dynamics
 
Module_3_1.pptx
Module_3_1.pptxModule_3_1.pptx
Module_3_1.pptx
 
Loss Aversion in Facebook Games
Loss Aversion in Facebook GamesLoss Aversion in Facebook Games
Loss Aversion in Facebook Games
 
05 - Machinations
05 - Machinations05 - Machinations
05 - Machinations
 
Game Theory On Non Cooperative Games
Game Theory On Non Cooperative GamesGame Theory On Non Cooperative Games
Game Theory On Non Cooperative Games
 
Economic Approach to Social Game Design
Economic Approach to Social Game DesignEconomic Approach to Social Game Design
Economic Approach to Social Game Design
 
Product and Marketing Strategy of an Android Gaming App
Product and Marketing Strategy of an Android Gaming AppProduct and Marketing Strategy of an Android Gaming App
Product and Marketing Strategy of an Android Gaming App
 
Presentation app
Presentation appPresentation app
Presentation app
 
myStratex Workshop Pack
myStratex Workshop PackmyStratex Workshop Pack
myStratex Workshop Pack
 
Star Atlas by Jincheng Hu.pdf
Star Atlas by Jincheng Hu.pdfStar Atlas by Jincheng Hu.pdf
Star Atlas by Jincheng Hu.pdf
 
Sotamaa Achievement Unlocked 270909 Final
Sotamaa Achievement Unlocked 270909 FinalSotamaa Achievement Unlocked 270909 Final
Sotamaa Achievement Unlocked 270909 Final
 
Maximizing Monetization - Casual Connect SF 2013
Maximizing Monetization - Casual Connect SF 2013Maximizing Monetization - Casual Connect SF 2013
Maximizing Monetization - Casual Connect SF 2013
 

Plus de Hamzah Asyrani Sulaiman

03 - Complex systems and the structure of Emergence
03 - Complex systems and the structure of Emergence03 - Complex systems and the structure of Emergence
03 - Complex systems and the structure of EmergenceHamzah Asyrani Sulaiman
 
GAME MECHANIC - chapter 8 v1.0 (2019 edition)
GAME MECHANIC - chapter 8 v1.0 (2019 edition)GAME MECHANIC - chapter 8 v1.0 (2019 edition)
GAME MECHANIC - chapter 8 v1.0 (2019 edition)Hamzah Asyrani Sulaiman
 
GAME MECHANIC - chapter 6 v1.0 (2018 edition)
GAME MECHANIC - chapter 6 v1.0 (2018 edition)GAME MECHANIC - chapter 6 v1.0 (2018 edition)
GAME MECHANIC - chapter 6 v1.0 (2018 edition)Hamzah Asyrani Sulaiman
 
GAME MECHANIC - chapter 5 v1.1 (2019 edition)
GAME MECHANIC - chapter 5 v1.1 (2019 edition)GAME MECHANIC - chapter 5 v1.1 (2019 edition)
GAME MECHANIC - chapter 5 v1.1 (2019 edition)Hamzah Asyrani Sulaiman
 
GAME MECHANIC - chapter 3 v1.1 (2018 edition)
GAME MECHANIC - chapter 3 v1.1 (2018 edition)GAME MECHANIC - chapter 3 v1.1 (2018 edition)
GAME MECHANIC - chapter 3 v1.1 (2018 edition)Hamzah Asyrani Sulaiman
 
GAME MECHANIC - chapter 2 v1.1 (2018 edition)
GAME MECHANIC - chapter 2 v1.1 (2018 edition)GAME MECHANIC - chapter 2 v1.1 (2018 edition)
GAME MECHANIC - chapter 2 v1.1 (2018 edition)Hamzah Asyrani Sulaiman
 
GAME MECHANIC - chapter 1 v1.4 (2019 edition)
GAME MECHANIC - chapter 1 v1.4 (2019 edition)GAME MECHANIC - chapter 1 v1.4 (2019 edition)
GAME MECHANIC - chapter 1 v1.4 (2019 edition)Hamzah Asyrani Sulaiman
 

Plus de Hamzah Asyrani Sulaiman (8)

03 - Complex systems and the structure of Emergence
03 - Complex systems and the structure of Emergence03 - Complex systems and the structure of Emergence
03 - Complex systems and the structure of Emergence
 
02 - Emergence and Progression
02 - Emergence and Progression02 - Emergence and Progression
02 - Emergence and Progression
 
GAME MECHANIC - chapter 8 v1.0 (2019 edition)
GAME MECHANIC - chapter 8 v1.0 (2019 edition)GAME MECHANIC - chapter 8 v1.0 (2019 edition)
GAME MECHANIC - chapter 8 v1.0 (2019 edition)
 
GAME MECHANIC - chapter 6 v1.0 (2018 edition)
GAME MECHANIC - chapter 6 v1.0 (2018 edition)GAME MECHANIC - chapter 6 v1.0 (2018 edition)
GAME MECHANIC - chapter 6 v1.0 (2018 edition)
 
GAME MECHANIC - chapter 5 v1.1 (2019 edition)
GAME MECHANIC - chapter 5 v1.1 (2019 edition)GAME MECHANIC - chapter 5 v1.1 (2019 edition)
GAME MECHANIC - chapter 5 v1.1 (2019 edition)
 
GAME MECHANIC - chapter 3 v1.1 (2018 edition)
GAME MECHANIC - chapter 3 v1.1 (2018 edition)GAME MECHANIC - chapter 3 v1.1 (2018 edition)
GAME MECHANIC - chapter 3 v1.1 (2018 edition)
 
GAME MECHANIC - chapter 2 v1.1 (2018 edition)
GAME MECHANIC - chapter 2 v1.1 (2018 edition)GAME MECHANIC - chapter 2 v1.1 (2018 edition)
GAME MECHANIC - chapter 2 v1.1 (2018 edition)
 
GAME MECHANIC - chapter 1 v1.4 (2019 edition)
GAME MECHANIC - chapter 1 v1.4 (2019 edition)GAME MECHANIC - chapter 1 v1.4 (2019 edition)
GAME MECHANIC - chapter 1 v1.4 (2019 edition)
 

Dernier

CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxGaneshChakor2
 
Painted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaPainted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaVirag Sontakke
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxSayali Powar
 
Final demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxFinal demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxAvyJaneVismanos
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxpboyjonauth
 
भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,Virag Sontakke
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionSafetyChain Software
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdfSoniaTolstoy
 
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting DataJhengPantaleon
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdfssuser54595a
 
Science 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsScience 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsKarinaGenton
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxthorishapillay1
 
ENGLISH5 QUARTER4 MODULE1 WEEK1-3 How Visual and Multimedia Elements.pptx
ENGLISH5 QUARTER4 MODULE1 WEEK1-3 How Visual and Multimedia Elements.pptxENGLISH5 QUARTER4 MODULE1 WEEK1-3 How Visual and Multimedia Elements.pptx
ENGLISH5 QUARTER4 MODULE1 WEEK1-3 How Visual and Multimedia Elements.pptxAnaBeatriceAblay2
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformChameera Dedduwage
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 
Biting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdfBiting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdfadityarao40181
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17Celine George
 
Class 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdfClass 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdfakmcokerachita
 

Dernier (20)

CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptx
 
Painted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaPainted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of India
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
 
Final demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxFinal demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptx
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptx
 
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
 
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
 
भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory Inspection
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
 
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
 
Science 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsScience 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its Characteristics
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptx
 
ENGLISH5 QUARTER4 MODULE1 WEEK1-3 How Visual and Multimedia Elements.pptx
ENGLISH5 QUARTER4 MODULE1 WEEK1-3 How Visual and Multimedia Elements.pptxENGLISH5 QUARTER4 MODULE1 WEEK1-3 How Visual and Multimedia Elements.pptx
ENGLISH5 QUARTER4 MODULE1 WEEK1-3 How Visual and Multimedia Elements.pptx
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy Reform
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
Biting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdfBiting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdf
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17
 
Class 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdfClass 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdf
 

GAME MECHANIC - chapter 4 v1.1 (2018 edition)

  • 2. in games, the internal economy can include all sorts of resources that are not part of a real- life economy. In games, things like health, experience, and skill can be part of the economy just as easily as money, goods, and services.
  • 3.
  • 5. Resources All economies revolve around the flow of resources. Resources refer to any concept that can be measured numerically. Almost anything in a game can function as a resource: money, energy, time, or units under the player’s control all are examples of resources, as are items, power-ups, and enemies that oppose the player.
  • 6. Resources TANGIBLE RESOURCES Tangible resources have physical properties in the game world. They exist in a particular location and often have to be moved somewhere else.
  • 7. Resources INTANGIBLE RESOURCES Intangible resources have no physical properties in the game world—they do not occupy space or exist in a particular location. For example, once the trees in Warcraft have been harvested, they are changed into lumber, which is intangible.
  • 8. Entities Specific quantities of a resource are stored in entities. (If you are a programmer, an entity is essentially a variable.) A resource is a general concept, but an entity stores a specific amount of a resource. An entity named “Timer,” for example, stores the resource time—probably the number of seconds remaining before the end of the game.
  • 9. Four Economic Functions SOURCESSources are mechanics that create new resources out of nothing. At a certain time, or upon certain conditions, a source will generate a new resource and store it in an entity somewhere. Sources may be triggered by events in the game, or they may operate continuously, producing resources at a certain production rate. They may also be switched on and off
  • 10. Four Economic Functions DRAINSDrains are the opposite of sources: They take resources out of the game, reducing the amount stored in an entity and removing them permanently
  • 11. Four Economic Functions CONVERTERSConverters turn resources of one kind into another. As we mentioned, in Warcraft, trees (a tangible resource) turn into lumber (an intangible one) when the trees are harvested.
  • 12. Four Economic Functions TRADERSTraders are mechanics that move a resource from one entity to another, and another resource back in the opposite direction, according to an exchange rule.
  • 15. The Shape of a Game of Chess
  • 16. From Mechanics to Shapes To produce a particular economic shape, you need to know what type of mechanical structures create what shapes. Fortunately, there is a direct relationship between shapes in a game’s economy and the structure of its mechanics. In the next sections, we discuss and illustrate the most important building blocks of economic shapes
  • 17. From Mechanics to Shapes NEGATIVE FEEDBACK CREATES AN EQUILIBIRIUM Negative feedback makes a system resistant to changes: The temperature of your refrigerator is kept constant even if the temperature outside the refrigerator changes. The point at which the system stabilizes is called the equilibrium.
  • 18. From Mechanics to Shapes NEGATIVE FEEDBACK CREATES AN EQUILIBIRIUM Changing equilibriums requires a dynamic factor that changes more or less independently of the negative feedback mechanism. The outside temperature throughout the year is an example of a periodical equilibrium that is caused by the periodic waxing and waning of the available hours of daylight and the relative strength of the sun.
  • 19. From Mechanics to Shapes POSITIVE FEEDBACK CREATES AN ARMS RACE In games, this type of positive feedback is often used to create an arms race between multiple players. A good example is the harvesting of raw materials in StarCraft (or similar constructions in many other RTS games).
  • 20.
  • 21.
  • 22. From Mechanics to Shapes LONG-TERM INVESTMENTS VS. SHORT-TERM GAMES If StarCraft were a race to collect as many minerals as possible without any other considerations, would the best strategy be to build a new SCV unit every time you’ve collected enough minerals?
  • 23.
  • 24. From Mechanics to Shapes FEEDBACK BASED ON RELATIVE SCORES During Marc LeBlanc’s talk on feedback mechanisms in games at the Game Developers Conference in 1999, he described two alternate versions of basketball. In “negative feedback basketball,” for every five points that the leading team is ahead, the trailing team is allowed to field one extra player. In “positive feedback basketball,” this effect is reversed: The leading team is allowed to field one extra player for every five points they are ahead.
  • 25. From Mechanics to Shapes FEEDBACK BASED ON RELATIVE SCORES
  • 26.
  • 27.
  • 28. Uses for Internal Economies in Games In the previous sections, we discussed the elements and common structures of internal game economies. In this section, we will discuss how game economies are typically used in games of different genres. Table 1.1 provided a quick overview of some mechanics that are typically part of that economy. Now, we will discuss the typical economic structures found across game genres in more detail.
  • 29. Use an Internal Economy to Complement Physics Obviously, physics make up the largest part of action games’ core mechanics. Physics are used to test the player’s dexterity, timing, and accuracy. Still, most action games add an internal economy to create an integral reward system or to establish a system of power-ups that requires resources.
  • 30. Use an Internal Economy to Influence Progression The internal economy of a game can also be used to influence progression through a game that involves movement. For example, power- ups and unique weapons can play a special role in an action game’s economy. They can be used to gain access to new locations.
  • 31. Use an Internal Economy to Add Strategic Gameplay It is surprising how many of the strategic challenges in real-time strategy games are economic in nature. In a typical game of StarCraft, you probably spend more time managing the economy than fighting the battle. Economies in strategy games usually involve multiple resources and involve many feedback loops and interrelationships. Setting up an economy like that for the first time is challenging, and finding the right balance is even more difficult.
  • 32. Use an Internal Economy to Add Strategic Gameplay Early in the game, the player is awarded a magical dagger that allows that player to control time. This power can also be used during combat, for example just after the player has taken a big hit. the game is about using and sometimes sacrificing your material in order to produce as much strategic advantage as possible
  • 33. Use an Internal Economy to Create Large Probability Spaces These games can also create a more personal experience, because the performance of players and their choices directly affect what parts of the probability space open up for exploration. When using an internal economy to customize the gameplay, there are three things you need to watch out for. First, in an online role-playing game, if a particular combination of items and skills is more efficient than others, players will quickly identify and share this information, and the economy will be thrown off-balance. Second, you have to be sure that the probability space is large enough that players do not end up exploring it entirely in one play session. Third, you should ideally design your levels in such a way that players can use different strategies to complete them. For example, in Deus Ex, the player can choose to develop a character in different ways.
  • 34. Use an Internal Economy to Create Large Probability Spaces
  • 35. Tips for Economy Construction Games Games in which the player builds an economy, such as construction and management simulations, tend to have large and complex internal economies. SimCity is a good example. As players zone areas and build infrastructure, they use these building blocks to craft an economic structure that produces the resources they need to increase it even further. Building a game like this requires the designer to assemble a toolbox of mechanics that the player can combine in many interesting ways. This is even harder than designing a complete, functional, and balanced economy yourself.
  • 36. Tips for Economy Construction Games Don’t introduce all the player’s building blocks at once. Be aware of the meta- economic structure. Use maps to produce variety and constrain the possibility space
  • 37. Summary • In this chapter, we introduced the essential elements of an internal economy: resources, entities, and some of the mechanics that manipulate them, including sources, drains, converters, and traders. • We examined the concept of economic shapes as seen through graphs and showed how different mechanical structures can produce different shapes. • Negative feedback creates equilibrium, while positive feedback creates an arms race among opponents. Implemented another way, positive feedback can produce a downward spiral, because a player finds it harder and harder to grow his economy. • Feedback systems based on relationships between two players can produce effects that keep games close or tend to cause the player in the lead to stay in the lead.