-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathplayer.rb
83 lines (80 loc) · 1.28 KB
/
player.rb
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
class Player
attr_accessor *%i[
id
realm
player_name
race
gender
grand_company
level_gladiator
level_pugilist
level_marauder
level_lancer
level_archer
level_rogue
level_conjurer
level_thaumaturge
level_arcanist
level_darkknight
level_machinist
level_astrologian
level_carpenter
level_blacksmith
level_armorer
level_goldsmith
level_leatherworker
level_weaver
level_alchemist
level_culinarian
level_miner
level_botanist
level_fisher
p30days
p60days
p90days
p180days
p270days
p360days
p450days
p630days
p960days
prearr
prehw
artbook
beforemeteor
beforethefall
soundtrack
saweternalbond
sightseeing
arr_25_complete
comm50
moogleplush
hildibrand
ps4collectors
dideternalbond
arrcollector
kobold
sahagin
amaljaa
sylph
hw_complete
hw_31_complete
hw_33_complete
legacy_player
ifrit_ex_mount
garuda_ex_mount
titan_ex_mount
levi_ex_mount
ramuh_ex_mount
shiva_ex_mount
all_6_ponies_mount
diadem_99_mount
bismarck_ex_mount
thordan_ex_mount
ravana_ex_mount
sepi_ex_mount
nidhogg_ex_mount
]
def initialize
end
end