tangled
alpha
login
or
join now
besaid.zone
/
flyff-tools
0
fork
atom
a collection of tools for fly for fun universe
skillulator.lol
0
fork
atom
overview
issues
pulls
pipelines
psykeeper tree reorder
besaid.zone
4 months ago
2d917afe
ec0e4e56
verified
This commit was signed with the committer's
known signature
.
besaid.zone
SSH Key Fingerprint:
SHA256:Q4dc5PTI8DNTxJbH2bWsDeY6BXzfq0ce1XSA4H5Y3iI=
+50
-4
1 changed file
expand all
collapse all
unified
split
apps
skillulator
src
css
psykeeper.css
+50
-4
apps/skillulator/src/css/psykeeper.css
reviewed
···
4
4
"FlameBall Swordwind IceMissile LightningBall StoneSpike"
5
5
"FlameGeyser Strongwind Waterball LightningRam Rooting"
6
6
"FireStrike WindCutter WaterWell LightningShock RockCrash"
7
7
-
". Demonology PsychicBomb CrucioSpell ."
8
8
-
"MaximumCrisis Satanology SpiritBomb . ."
9
9
-
"PsychicSquare PsychicWall PsychicWall . ."
10
10
-
". GravityWell GravityWell . .";
7
7
+
"CrucioSpell PsychicBomb Demonology EnhancedBlinkpool Additionaldamageweaken"
8
8
+
"MaximumCrisis SpiritBomb Satanology Additionaldamagedisable DebuffDamageReduction"
9
9
+
"PsychicSquare PsychicWall PsychicWall LillithsGaze ChimerasCurse"
10
10
+
"GravityWell GravityWell GravityWell MaleficDetonation MaleficDetonation"
11
11
+
"HexesLament HexesLament CimetieresScream . ."
12
12
+
"DamnationSurge DamnationSurge DamnationSurge AetherRend AetherRend";
11
13
}
12
14
13
15
[data-skill="RockCrash"] {
···
113
115
[data-skill="GravityWell"] {
114
116
grid-area: GravityWell;
115
117
}
118
118
+
119
119
+
[data-skill="LillithsGaze"] {
120
120
+
grid-area: LillithsGaze;
121
121
+
}
122
122
+
123
123
+
[data-skill="MaleficDetonation"] {
124
124
+
grid-area: MaleficDetonation;
125
125
+
}
126
126
+
127
127
+
[data-skill="CimetieresScream"] {
128
128
+
grid-area: CimetieresScream;
129
129
+
}
130
130
+
131
131
+
[data-skill="DamnationSurge"] {
132
132
+
grid-area: DamnationSurge;
133
133
+
}
134
134
+
135
135
+
[data-skill="HexesLament"] {
136
136
+
grid-area: HexesLament;
137
137
+
}
138
138
+
139
139
+
[data-skill="ChimerasCurse"] {
140
140
+
grid-area: ChimerasCurse;
141
141
+
}
142
142
+
143
143
+
[data-skill="AetherRend"] {
144
144
+
grid-area: AetherRend;
145
145
+
}
146
146
+
147
147
+
[data-skill="EnhancedBlinkpool"] {
148
148
+
grid-area: EnhancedBlinkpool;
149
149
+
}
150
150
+
151
151
+
[data-skill="Additionaldamageweaken"] {
152
152
+
grid-area: Additionaldamageweaken;
153
153
+
}
154
154
+
155
155
+
[data-skill="Additionaldamagedisable"] {
156
156
+
grid-area: Additionaldamagedisable;
157
157
+
}
158
158
+
159
159
+
[data-skill="DebuffDamageReduction"] {
160
160
+
grid-area: DebuffDamageReduction;
161
161
+
}