Skip to content

Add new heroes. Version 2.9.7 #27

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified CosmosQuest.exe
Binary file not shown.
6 changes: 6 additions & 0 deletions cosmosData.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -468,6 +468,12 @@ void initBaseHeroes() {
baseHeroes.push_back(Monster( 32, 66, "takeda", EARTH, LEGENDARY, {BUFF_L, EARTH, EARTH, 0.112f}));
baseHeroes.push_back(Monster( 38, 56, "hirate", FIRE, LEGENDARY, {BUFF_L, FIRE, FIRE, 0.112f}));
baseHeroes.push_back(Monster( 44, 48, "hattori", WATER, LEGENDARY, {BUFF_L, WATER, WATER, 0.112f}));

baseHeroes.push_back(Monster( 30, 20, "bylar", EARTH, COMMON, {BUFF, EARTH, EARTH, 4}));
baseHeroes.push_back(Monster( 36, 36, "boor", FIRE, RARE, {TRAINING, SELF, FIRE, 3}));
baseHeroes.push_back(Monster( 52, 52, "bavah", WATER, LEGENDARY, {CHAMPION, ALL, WATER, 2}));

baseHeroes.push_back(Monster(135, 107, "adagda", AIR, ASCENDED, {ADAPT, AIR, AIR, 3}));
}

void initQuests() {
Expand Down
2 changes: 1 addition & 1 deletion cosmosData.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#include <map>

// Version number not used anywhere except in output to know immediately which version the user is running
const std::string VERSION = "2.9.5.0";
const std::string VERSION = "2.9.7.1";

const size_t GIGABYTE = ((size_t) (1) << 30);

Expand Down
8 changes: 6 additions & 2 deletions default.cqinput
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
hunter:1 // Example Hero input
ladyoftwilight:1 // Hero 2
valor:99 // Hero 3
boor:1
bavah:1
adagda:1
bylar:1
done // End Hero input
0 // Lower Follower Limit
1500000 // Lower Follower Limit
-1 // Upper Follower Limit
a1,a2,a3,a4,a5,a6 // Enemy Lineup goes here
a15,w15,f15,e15 // Enemy Lineup goes here