#include #include #include #include using namespace std; class AttackInfo{ public: int dmg; string description; AttackInfo() AttackInfo(int a, string b){ } class BaseCharacter{ private: string name; int maxHP,presentHP,dodgeChance; public: int strength, agility,intelligence,baseDamage; public: dmg = a; description = b; BaseCharacter() { BaseCharacter(string a, int b, int c, int d, int e, int f, int g name = a; strength = b; agility = c; intelligence = d; maxHP = e; presentHP = maxHP; dodgeChance = f; baseDamage=g; } AttackInfo primaryAttack(){ return AttackInfo(baseDamage,"strikes at"); } AttackInfo secondaryAttack(){ return Attackinfo(baseDamage,""); } AttackInfo getAttack(){ return primaryAttack(); } void takeDamage(int a){} string toString(){ return "Name: "+getName()+"Max HP: "+to_string(ge Present HP: "+to_string(get PresentHP())+"Dodge Chance: "+to_string(get Dodge Chance()); } string getName(){return name;} int getMaxHp(){return maxHP;} int getPresentHP(){return presentHP;} void setPresentHP(int a){presentHP=a;} int getDodgeChance(){return dodgeChance;} void setDodgeChance(int a){dodgeChance=a;} }; class Warrior: public BaseCharacter{ private: int resistance; public: Warrior(string a, int b, int c, int d, int e, int f, int g, int h):BaseCharacter(a,b,c,d,e,f,g){ resistance = h; } AttackInfo primaryAttack(){ return Attackinfo(baseDamage+baseDamage*(stren at"); } AttackInfo secondaryAttack(){ int a = getDodgeChance(); if(a<50) a+=(agility/2); setDodgeChance(a); return AttackInfo(2,"gets more agile and leaps at"); } AttackInfo getAttack(){ srand(time(0)); int a = 1+ (rand() % 10); if (a==1) return secondaryAttack(); else return primaryAttack(); }
#include #include #include #include using namespace std; class AttackInfo{ public: int dmg; string description; AttackInfo() AttackInfo(int a, string b){ } class BaseCharacter{ private: string name; int maxHP,presentHP,dodgeChance; public: int strength, agility,intelligence,baseDamage; public: dmg = a; description = b; BaseCharacter() { BaseCharacter(string a, int b, int c, int d, int e, int f, int g name = a; strength = b; agility = c; intelligence = d; maxHP = e; presentHP = maxHP; dodgeChance = f; baseDamage=g; } AttackInfo primaryAttack(){ return AttackInfo(baseDamage,"strikes at"); } AttackInfo secondaryAttack(){ return Attackinfo(baseDamage,""); } AttackInfo getAttack(){ return primaryAttack(); } void takeDamage(int a){} string toString(){ return "Name: "+getName()+"Max HP: "+to_string(ge Present HP: "+to_string(get PresentHP())+"Dodge Chance: "+to_string(get Dodge Chance()); } string getName(){return name;} int getMaxHp(){return maxHP;} int getPresentHP(){return presentHP;} void setPresentHP(int a){presentHP=a;} int getDodgeChance(){return dodgeChance;} void setDodgeChance(int a){dodgeChance=a;} }; class Warrior: public BaseCharacter{ private: int resistance; public: Warrior(string a, int b, int c, int d, int e, int f, int g, int h):BaseCharacter(a,b,c,d,e,f,g){ resistance = h; } AttackInfo primaryAttack(){ return Attackinfo(baseDamage+baseDamage*(stren at"); } AttackInfo secondaryAttack(){ int a = getDodgeChance(); if(a<50) a+=(agility/2); setDodgeChance(a); return AttackInfo(2,"gets more agile and leaps at"); } AttackInfo getAttack(){ srand(time(0)); int a = 1+ (rand() % 10); if (a==1) return secondaryAttack(); else return primaryAttack(); }
Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
Related questions
Question
Expert Solution
This question has been solved!
Explore an expertly crafted, step-by-step solution for a thorough understanding of key concepts.
Step by step
Solved in 2 steps
Knowledge Booster
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.Recommended textbooks for you
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education