#include<stdio.h>
#include<windows.h>
#define N 4
struct EquipmentList
{
int num; //序号
char name[20]; //名字
double power; //力量
char attackSpeed[20]; //攻速
double weight; //重量
char bb[1000]; //描述
};
struct EquipmentList equ[N]=
{
{
1,"黄铜短剑",1.00,"极快",32,"作为一把短剑,已经够快了,但作为男人,你懂的~~"
},
{
2,"丝瓜太刀",210,"快",170,"日本有个沙雕喜欢用太刀切丝瓜吃,原名叫屌瓜太刀"
},
{
3,"厄运之箱潘多拉",800,"慢",310,"恶魔出世,三界拜服,屠灭众生,不死不灭"
},
{
4,"阿尔特留斯大剑",99999999