#include<bits/stdc++.h>
#include<windows.h>
#include<conio.h>
#include<ctime>
#include<stdio.h>
#include<time.h>
using namespace std;
#define int long long
inline void slowout(string s,int x) {
	for(int i=0;i<(int)s.size();i++) {Sleep(x);cout<<s[i];}
}
inline void jieshao() {
	slowout("不要改代码!!!后果自负\n",5);
	slowout("在这个文字放置游戏中,你会建造一个属于自己的文明\n",5);
	slowout("你的人民是dragon,他们每秒都需要1个fish\n",5);
	slowout("食物在前期十分紧缺,建议每人对应16个fish_pond\n",5);
	slowout("寒冬非常可怕,它会夺走你90%的食物产出\n",5);
	slowout("科学特别重要,工坊看似无用,后期特别厉害\n",5);
	slowout("建议在第一年秋天前解锁农业\n",5);
	slowout("资源都有上限,会溢出,禁止挂机\n",10);
	slowout("浪费在所难免\n",20);
	slowout("人口过多会影响幸福度,请慎重,后期有了剧场再考虑\n",15);
	slowout("怎么办,是不是感觉好难?别担心,前五年已经把你们产量提高了15%(不可能有人5年还发展不出农业吧)\n",30);
	system("pause");
	system("cls");
	return ;
}
double p=1.2;
struct drg{
	string s,c;
	bool f;
	double t,d;
	double price;
	int u;
};
struct DRG{
	string s;
	bool f;
	double t;
	double v=0;
	double lmt;
};
struct scs{
	string s,c;
	bool f;
	double price;
};
struct up{
	string s;
	bool f;
};
struct gf{
	string s;
	bool f;
	double t;
};
struct zy{
	string s;
	bool f;
	int t;
};
drg a[1005];
DRG b[1005];
scs c[1005];
up d[1005];
gf e[1005];
zy g[15];
double fur,ivory,unicorn;
int r,sky,rock,skysc,skymn,co,u,year,sc=1,upp=1,fishh,woodd,wd=100;
inline char fuhao(double x) {
	if(x>=0)return '+';
	else return '-';
}
double zyc;
string season;
int rl,hunt,bb;
double happy=1;
bool kfz=0;
inline bool ironn() {
	return b[2].t>0.5*rl&&b[5].t>0.2*rl;
}
inline void funcup() {
	if(upp==1) {
		if(b[2].t>=700&&b[4].t>=100) {
			b[2].t-=700;b[4].t-=100;
			upp++;fishh++;
		}
	}
	if(upp==2) {
		if(b[5].t>=700&&b[4].t>=200) {
			b[5].t-=700;b[4].t-=200;
			upp++;fishh++;
		}
	}
	if(upp==3) {
		if(b[6].t>=200&&b[4].t>=500) {
			b[6].t-=200;b[4].t-=500;
			upp++;fishh++;
		}
	}
	if(upp==3) {
		if(b[6].t>=200&&b[4].t>=500) {
			b[6].t-=200;b[4].t-=500;
			upp++;fishh++;
		}
	}
	if(upp==4) {
		if(b[1].t>=10000) {
			b[6].t-=10000;
			upp++;wd=50;
		}
	}
	if(upp==5) {
		if(b[4].t>=500) {
			b[4].t-=500;
			upp++;
		}
	}
}
signed main() {
	srand(time(0));
	a[1].s="fish_pond";a[1].price=4;a[1].u=1;a[1].f=1;a[1].c="产出食物0.63/s";
	a[2].s="小屋";a[2].price=5;a[2].u=2;a[2].c="增加人口";
	a[3].s="图书馆";a[3].price=20;a[3].u=2;a[3].c="解锁科学和天文事件";
	a[4].s="矿井";a[4].price=100;a[4].u=2;a[4].c="解锁矿物";
	a[5].s="工坊";a[5].price=1000;a[5].u=5;a[5].c="解锁工坊内工艺制作和升级,非常重要,工艺制作效率+6%";
	a[6].s="牧场";a[6].price=15;a[6].u=2;a[6].c="对食物需求-0.5%";
	a[7].s="熔炉";a[7].price=100;a[7].u=2;a[7].c="每秒消耗木和矿物产出铁";
	a[8].s="水渠";a[8].price=100;a[8].u=5;a[8].c="对食物产出加成3%";
	a[9].s="谷仓";a[9].price=3;
	b[1].s="fish";b[1].f=1;b[1].t=10000;b[1].lmt=10000;
	b[2].s="木材";b[2].f=1;b[2].lmt=5000;
	b[3].s="dragon";b[3].lmt=0;
	b[4].s="科学";b[4].lmt=1500;
	b[5].s="矿物";b[5].lmt=2000;
	b[6].s="铁";b[6].lmt=600;
	b[7].s="黄金";b[7].lmt=50;
	b[8].s="power(用于打猎)";b[8].lmt=250;
	b[9].s="毛皮";b[9].f=1;
	b[10].s="象牙";b[10].f=1;
	b[11].s="独角兽";
	c[1].s="历法";c[1].price=30;c[1].c="今天是周几啦?";
	c[2].s="农业";c[2].price=100;c[2].c="再也不用担心食物啦";
	c[3].s="畜牧业";c[3].price=300;c[3].c="来一杯牛奶,先生!";
	c[4].s="采矿";c[4].price=500;c[4].c="比木材坚硬多了";
	c[5].s="金属冶炼";c[5].price=900;c[5].c="掌握金属加工,是文明的基础";
	c[6].s="建筑";c[6].price=1000;c[6].c="通向大型建筑的必经之路";
	c[7].s="数学";c[7].price=1000;c[7].c="数学是所有科学的基础";
	c[8].s="货币";c[8].price=1400;c[8].c="金本位制";
	c[9].s="工程";c[9].price=1500;c[9].c="能够建设大型工程是国家的根本";
	c[10].s="写作";c[10].price=2200;c[10].c="文学开启了文明的大门";
	c[11].s="哲学";c[11].price=9500;
	c[12].s="钢";c[12].price=12000;
	c[13].s="机械";c[13].price=15000;
	c[14].s="神学";c[14].price=20000;
	c[15].s="天文学";c[15].price=28000;
	d[1].s="木锄(对fish产出有加成)700wood,100science";
	d[2].s="矿石锄(对fish产出有加成)700mineral,200science";
	d[3].s="生铁锄(对fish产出有加成)200iron,500science";
	d[4].s="浓缩(木的价格变为50)10000fish";
	d[5].s="天体力学(对罕见天文现象有加成)500science";
	d[6].s="木斧(对wood产出有加成)1100wood,700science";
	d[7].s="矿石斧(对wood产出有加成)1100mineral,800science";
	d[8].s="生铁斧(对wood产出有加成)300iron,800science";
	e[1].s="木梁";e[1].f=1;
	e[2].s="石板";e[2].f=1;
	e[3].s="金属板";e[3].f=1;
	e[4].s="羊皮纸";e[4].f=1;
	g[1].s="伐木工";g[1].f=1;
	g[2].s="农民";
	g[3].s="科学家";
	g[4].s="矿工";
	slowout("WELCOME TO DRAGON CITY BUILDER\n",10);
	slowout("YOU ARE A BIG GOOD DRAGON WITH FIERCE CLAWS\n",10);
	slowout("是否需要介绍和攻略,是则按↑键,否则按Enter\n",10);
	while(1) {
		if(GetAsyncKeyState(VK_RETURN)&0x8000)break ;
		if(GetAsyncKeyState(VK_UP)&0x8000) {
			jieshao();break ;
		}
	}
	while(1) {
		system("cls");
		if(b[1].t<0)break;
		if(b[3].t>=5) {
			happy=1-(b[3].t-6)*0.01;
		}
		else happy=1;
		if(happy<0.2)happy=0.2;
		if(b[9].t>0.1)happy+=0.1;
		if(b[10].t>0.1)happy+=0.1;
		co=co%400+1;
		int ut=rand()%3;
		if(co==1) {
			year++;
			if(ut==0) zyc=1.65;
			if(ut==1) zyc=1.5;
			if(ut==2) zyc=1.35;
			if(ut==0) season="春(温暖)";
			if(ut==1) season="春";
			if(ut==2) season="春(寒冷)";
		}
		if(co==101) {
			if(ut==0) zyc=1.15;
			if(ut==1) zyc=1;
			if(ut==2) zyc=0.85;
			if(ut==0) season="夏(温暖)";
			if(ut==1) season="夏";
			if(ut==2) season="夏(寒冷)";
		}
		if(co==201) {
			if(ut==0) zyc=1.15;
			if(ut==1) zyc=1;
			if(ut==2) zyc=0.85;
			if(ut==0) season="秋(温暖)";
			if(ut==1) season="秋";
			if(ut==2) season="秋(寒冷)";
		}
		if(co==301) {
			if(ut==0) zyc=0.4;
			if(ut==1) zyc=0.25;
			if(ut==2) zyc=0.1;
			if(ut==0) season="冬(温暖)";
			if(ut==1) season="冬";
			if(ut==2) season="冬(寒冷)";
		}
		if(year<5&&co%100==1)zyc+=0.15;
		if(sc>=2)cout<<"第"<<year<<"年\n";
		cout<<season<<" "; 
		if(sc>=2)cout<<"第"<<(co-1)%100+1<<"天\n";
		if(sc>=3)g[2].f=1;
		if(sc<2)cout<<"\n";
		if(a[3].t) {
			if(rand()%400==0) {
				sky=25;skysc=60*(1+(upp>5))+rand()%70;
				b[4].t+=skysc;
			}
			if(rand()%1000==0) {
				skysc=50*(1+(upp>5))+rand()%40,skymn=50*(1+(upp>5))+rand()%60;rock=25;
				b[4].t+=skysc;
				b[5].f=1;b[5].t+=skymn;
			}
		}
		if(sky) {
			cout<<"天空中出现了一种罕见的天文现象\n";sky--;
			cout<<"科学+"<<skysc<<"!\n";
		}
		if(rock) {
			cout<<"一颗陨石坠落在村庄附近,科学+"<<skysc<<",矿物+"<<skymn<<"!\n";rock--;
		}
		if(bb) {
			cout<<"the dragon has come back with:\n";
			cout<<fur<<" fur\n";
			cout<<ivory<<" ivory\n";
			if(unicorn){cout<<unicorn<<"unicorn\n";b[11].f=1;}
			bb--;
		}
		cout<<"\n幸福度:"<<happy*100<<"%\n";
		if(r)r=(r+1)%6;
		b[1].v=a[1].t*0.63*zyc*(1+a[8].t*0.03)-b[3].t*4.25*pow(0.995,a[6].t)+5*g[2].t*(1+(sc>=3)*0.2+0.5*fishh);
		b[1].t+=b[1].v;
		b[2].v=g[1].t*0.09*(1+0.2*woodd)*happy-ironn()*0.5*rl;
		b[2].t+=b[2].v;
		b[4].v=g[3].t*0.175*(1+0.1*a[3].t)*happy;
		b[4].t+=b[4].v;
		b[5].v=g[4].t*0.1*(1+a[4].t*0.2)*happy-ironn()*0.2*rl;
		b[5].t+=b[5].v;
		b[6].v=ironn()*rl*0.1;
		b[6].t+=b[6].v;
		b[8].v=0.25*b[3].t*happy;
		b[8].t+=b[8].v;
		b[9].v=-0.05*b[3].t;
		b[9].t+=b[9].v;
		b[9].t=max(b[9].t,0.00);
		b[10].v=-0.02*b[3].t;
		b[10].t+=b[10].v;
		b[10].t=max(b[10].t,0.00);
		if(b[7].f) {
			b[7].v=ironn()*rl*0.025;
			b[7].t+=b[7].v;
		}
		if(r)cout<<"A dragon has come to your city!\n";
		cout<<"科学\n------------------------\n";
		cout<<"press s to buy science\n";
		cout<<"["<<c[sc].s<<"] price:"<<c[sc].price<<" "<<c[sc].c<<"\n";
		if(a[5].t)cout<<"工坊\n";
		cout<<"------------------------\n";
		if(a[5].t) {
			if(d[1].f==0&&sc>2)d[1].f=1;
			if(d[2].f==0&&sc>4)d[2].f=1;
			if(d[3].f==0&&sc>5)d[3].f=1;
			if(d[4].f==0&&sc>2)d[4].f=1;
			if(d[5].f==0&&sc>7)d[5].f=1;
			if(d[6].f==0&&sc>3)d[6].f=1;
			if(d[7].f==0&&sc>6)d[7].f=1;
			if(d[8].f==0&&sc>6)d[8].f=1;
			for(int i=1;i<=1000;i++) {
				if(e[i].f)cout<<e[i].s<<":"<<e[i].t<<"\n";
			}
			cout<<"升级\n";
			cout<<"press u to buy upp,then cin the number\n";
			for(int i=1;i<=1000;i++) {
				if(d[i].f)cout<<d[i].s<<"\n";
			}
			cout<<"\n------------------------\n";
			cout<<"工艺制作\n";
			cout<<"a:木\n";
			cout<<"b:木梁(175 wood)\n";
			cout<<"c:石板(250 mineral)\n";
			cout<<"d:金属板(125 iron)\n";
			cout<<"------------------------\n";
		}
		cout<<"a:turn into wood(100)\n";
		for(int i=1;i<=1000;i++) {
			if(a[i].f)cout<<i<<":"<<a[i].s<<"("<<a[i].t<<") price:"<<a[i].price<<" "<<b[a[i].u].s<<" "<<a[i].c<<"\n";
		}
		for(int i=1;i<=1000;i++) {
			if(b[i].t>b[i].lmt&&i!=9&&i!=10&&kfz==0) {b[i].t=b[i].lmt;}
			if(b[i].f) {
				if(i!=9&&i!=10)cout<<b[i].s<<":"<<b[i].t<<"/"<<b[i].lmt<<" "<<fuhao(b[i].v)<<fabs(b[i].v)<<"/s\n";
				else cout<<b[i].s<<":"<<b[i].t<<" "<<fuhao(b[i].v)<<fabs(b[i].v)<<"/s\n";
			}
		}
		if(a[7].t) {
			cout<<"目前熔炉开启数量:"<<rl<<"\n";
			cout<<"+:开启一个熔炉\n";
			cout<<"-:关闭一个熔炉\n";
		}
		if(b[8].f&&b[8].t>=100) {
			cout<<"h:打猎"<<((int)b[8].t)/100<<"次\n";
		}
		if(b[3].t) {
			cout<<"r:替换职业\n";
			cout<<"输入正整数x,y,k,表示从x职业调换k个人到y职业\n";
			cout<<"记得输入r\n";
			for(int i=1;i<=14;i++) {
				if(g[i].f) {
					cout<<i<<" "<<g[i].s<<":"<<g[i].t<<"\n";
				}
			}
		}
		if(a[1].t>100&&kfz==0)break;
		char u;
		cin>>u;
		if(u=='D') {a[1].t+=1000;b[4].t+=1000;happy=1.4;kfz=1;}
		if(u=='r') {
			int X,Y,K;
			cin>>X>>Y>>K;
			if(g[X].f&&g[Y].f&&g[X].t>=K) {
				g[X].t-=K;g[Y].t+=K;
			}
		}
		if(u=='+') {
			if(rl<a[7].t) rl++;
		}
		if(u=='-') {
			if(rl>0) rl--;
		}
		if(u=='s') {
			if(b[4].t>=c[sc].price) {
				b[4].t-=c[sc].price;
				sc++;
			}
		}
		if(u=='h') {
			hunt=((int)b[8].t)/100;
			b[8].t-=(double)hunt*100;
			fur=0,ivory=0,unicorn=0;bb=15;
			for(int i=1;i<=hunt;i++) {
				fur+=25+rand()%10;
				ivory+=10+rand()%5;
				if(rand()%20==1) unicorn++;
			}
			b[9].t+=fur;
			b[10].t+=ivory;
			b[11].t+=unicorn;
		}
		if(u=='a') {
			b[2].t+=b[1].t/wd;
			b[1].t=0;
		}
		if(u=='b') {
			if(b[2].t>=175) {
				b[2].t-=175;
				e[1].t+=(1+a[5].t*0.06);
			}
		}
		if(u=='c') {
			if(b[5].t>=250) {
				b[5].t-=250;
				e[2].t+=(1+a[5].t*0.06);
			}
		}
		if(u=='d') {
			if(b[6].t>=125) {
				b[6].t-=125;
				e[3].t+=(1+a[5].t*0.06);
			}
		}
		if(u=='u') {
			cin>>upp;
			if(!d[upp].f)continue ;
			funcup();
		}
		if(a[1].f==0&&b[1].t>=3)a[1].f=1;
		if(a[2].f==0&&b[2].t>=5)a[2].f=1;
		if(a[3].f==0&&b[2].t>=15)a[3].f=1;
		if(a[4].f==0&&b[2].t>=75)a[4].f=1;
		if(a[5].f==0&&b[5].t>=750&&sc>4)a[5].f=1;
		if(a[6].f==0&&sc>3)a[6].f=1;
		if(a[7].f==0&&sc>5){a[7].f=1;b[6].f=1;}
		if(a[7].t&&sc>8)b[7].f=1;
		if(a[8].f==0&&sc>9)a[8].f=1;
		if(u=='1') {
			if(b[1].t>=a[1].price) {
				a[1].t++;
				b[1].t-=a[1].price;
				a[1].price*=p;
			}
		}
		if(u=='2') {
			if(b[2].t>=a[2].price) {
				g[1].t++;
				b[3].f=b[4].f=b[8].f=1;
				r=1;
				a[2].t++;
				b[3].lmt++;
				b[3].t++;
				b[2].t-=a[2].price;
				a[2].price*=p;
			}
		}
		if(u=='3') {
			if(b[2].t>=a[3].price) {
				g[3].f=1;
				a[3].t++;
				b[4].lmt+=100;
				b[2].t-=a[3].price;
				a[3].price*=p;
			}
		}
		if(u=='4') {
			if(b[2].t>=a[4].price) {
				g[4].f=1;
				b[5].f=1;
				b[5].lmt+=300;
				a[4].t++;
				b[2].t-=a[4].price;
				a[4].price*=p;
			}
		}
		if(u=='5') {
			if(b[5].t>=a[5].price) {
				a[5].t++;
				b[5].t-=a[5].price;
				a[5].price*=p;
			}
		}
		if(u=='6') {
			if(b[2].t>=a[6].price) {
				a[6].t++;
				b[2].t-=a[6].price;
				a[6].price*=p;
			}
		}
		if(u=='7') {
			if(b[2].t>=a[7].price) {
				a[7].t++;
				b[2].t-=a[7].price;
				a[7].price*=p;
			}
		}
		if(u=='8') {
			if(b[5].t>=a[8].price) {
				a[8].t++;
				b[5].t-=a[8].price;
				a[8].price*=p;
			}
		}
		Sleep(10);
	}
	cout<<"游戏结束";
	system("pause");
	return 0;
}