-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yml
166 lines (162 loc) · 3.31 KB
/
config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
# default config.yml
#################################################
# \/\/\/\/ This is all you should really care about!
#Cards:
# List:
# - Pikachu
# - Pika
# Rarity:
# Common:
# - Pikachu
# Uncommon:
# - Pika
# defaults: # After creating cards, this is a list of cards that will automatically show up in a players binder
# - Pikachu
# - Pika
#################################################
debug: false
# When dueling, whether or not the winner should get the losers card
wincard: true
# What item should be used for the cards
Card: PAPER
Reward:
# How often all online players should be given a card (Minutes)
Time: 60
# What rarities of card may be given
Rarity:
- Common~100
# When using programmed crafting item, this rarity of card should be crafted
# You can add say Apple and a rarity and then can use Apples to craft
# You MUST make the first letter capital and the following lowercase
Crafting:
Leather: Common
Iron_ingot: Uncommon
Gold_ingot: Rare
Diamond: Ultra-Rare
# % out of 100 that a card will drop from the mob, and then what type of mob will drop what rarity of card.
Drops:
Hostile:
Chance: 5
BLAZE: Ultra-Rare
CAVE_SPIDER: Uncommon
CREEPER: Rare
GHAST: Ultra-Rare
MAGMA_CUBE: Rare
SILVERFISH: Uncommon
SKELETON: Common
SLIME: Uncommon
SPIDER: Common
WITCH: Ultra-Rare
WITHER_SKELETON: Rare
ZOMBIE: Common
Neutral:
Chance: 10
ENDERMAN: Rare
PIG_ZOMBIE: Uncommon
WOLF: Uncommon
Passive:
Chance: 3
BAT: Uncommon
CHICKEN: Common
COW: Common
MUSHROOM_COW: Rare
PIG: Common
SHEEP: Common
SQUID: Common
VILLAGER: Common
Bosses:
Chance: 100
ENDER_DRAGON: Ultra-Rare
WITHER: Ultra-Rare
# DEFAULT CARDS, You can add to this for your own cards or use the in-game commands!
Cards:
List:
- Ponyta
- Charmander
- Beldum
- Pidgey
- Regigigas
- Gyarados
- Seel
- Pikachu
- Kabutops
Rarity:
Common:
- Ponyta
- Charmander
- Pidgey
- Seel
- Pikachu
Rare:
- Regigigas
Ultra-Rare:
- Gyarados
Uncommon:
- Beldum
Ponyta:
Type: Fire
Series: 2007
ATK: '30'
DEF: '60'
Rarity: Common
Details: A Basic Fire Pokemon
Charmander:
Type: Fire
Series: 2008
ATK: '30'
DEF: '50'
Rarity: Common
Details: A Basic Fire Pokemon
Beldum:
Type: Metal
Series: 2007
ATK: '30'
DEF: '50'
Rarity: Uncommon
Details: A Basic Metal Pokemon
Pidgey:
Type: Normal
Series: 2007
ATK: '20'
DEF: '50'
Rarity: Common
Details: A Basic Normal Pokemon
Regigigas:
Type: Normal
Series: 2008
ATK: '60'
DEF: '100'
Rarity: Rare
Details: A Rare Normal Pokemon
Gyarados:
Type: Water
Series: 2006
ATK: '80'
DEF: '90'
Rarity: Ultra-Rare
Details: A Ultra-Rare Water Pokemon, Weak to electricity
Seel:
Type: Water
Series: 1995
ATK: '10'
DEF: '60'
Rarity: Common
Details: A Basic Water Pokemon
Pikachu:
Type: Electricity
Series: 2008
ATK: '40'
DEF: '70'
Rarity: Common
Details: A Basic Electric Pokemon
Kabutops:
Type: Electricity
Series: 2006
ATK: '40'
DEF: '100'
Rarity: Ultra-Rare
Details: Very Rare Electric Pokemon
defaults:
- Charmander
- Pidgey
- Seel