a collection of tools for fly for fun universe skillulator.lol

elementor tree reordered

besaid.zone b6bf57a5 2d917afe

verified
Changed files
+119 -1
apps
skillulator
src
+119 -1
apps/skillulator/src/css/elementor.css
··· 8 8 "Burningfield Windfield PoisonCloud ElectricShock Earthquake" 9 9 "MeteoShower Sandstorm LightningStorm LightningStorm Blizzard" 10 10 "FireMastery EarthMastery WindMastery LightningMastery WaterMastery" 11 - "EyeoftheStorm EyeoftheStorm EyeoftheStorm EyeoftheStorm EyeoftheStorm"; 11 + "EyeoftheStorm EyeoftheStorm EyeoftheStorm EyeoftheStorm EyeoftheStorm" 12 + "BlazeEater StormveilCloak EnhancedBlinkpool Voltguard AquaVeil" 13 + "FireCounter EarthCounter WindCounter ElectricCounter WaterCounter" 14 + "Incinerate EntanglingRoots EVAStorm IceShard Gale" 15 + "Ignite StonePillar ThunderStrike TidalOmen Gust" 16 + "Infusion Infusion Infusion Infusion Infusion" 17 + "Hellfire SwampyArea ZephyrsGrace ZephyrsGrace EarthenFortitude"; 12 18 } 13 19 14 20 [data-skill="RockCrash"] { ··· 158 164 [data-skill="EyeoftheStorm"] { 159 165 grid-area: EyeoftheStorm; 160 166 } 167 + 168 + [data-skill="Incinerate"] { 169 + grid-area: Incinerate; 170 + } 171 + 172 + [data-skill="EntanglingRoots"] { 173 + grid-area: EntanglingRoots; 174 + } 175 + 176 + [data-skill="IceShard"] { 177 + grid-area: IceShard; 178 + } 179 + 180 + [data-skill="EVAStorm"] { 181 + grid-area: EVAStorm; 182 + } 183 + 184 + [data-skill="Gale"] { 185 + grid-area: Gale; 186 + } 187 + 188 + [data-skill="StormveilCloak"] { 189 + grid-area: StormveilCloak; 190 + } 191 + 192 + [data-skill="Voltguard"] { 193 + grid-area: Voltguard; 194 + } 195 + 196 + [data-skill="EarthCounter"] { 197 + grid-area: EarthCounter; 198 + } 199 + 200 + [data-skill="BlazeEater"] { 201 + grid-area: BlazeEater; 202 + } 203 + 204 + [data-skill="FireCounter"] { 205 + grid-area: FireCounter; 206 + } 207 + 208 + [data-skill="ElectricCounter"] { 209 + grid-area: ElectricCounter; 210 + } 211 + 212 + [data-skill="WindCounter"] { 213 + grid-area: WindCounter; 214 + } 215 + 216 + [data-skill="WaterCounter"] { 217 + grid-area: WaterCounter; 218 + } 219 + 220 + [data-skill="AquaVeil"] { 221 + grid-area: AquaVeil; 222 + } 223 + 224 + [data-skill="EnhancedBlinkpool"] { 225 + grid-area: EnhancedBlinkpool; 226 + } 227 + 228 + [data-skill="Ignite"] { 229 + grid-area: Ignite; 230 + } 231 + 232 + [data-skill="TidalOmen"] { 233 + grid-area: TidalOmen; 234 + } 235 + 236 + [data-skill="Gust"] { 237 + grid-area: Gust; 238 + } 239 + 240 + [data-skill="ThunderStrike"] { 241 + grid-area: ThunderStrike; 242 + } 243 + 244 + [data-skill="StonePillar"] { 245 + grid-area: StonePillar; 246 + } 247 + 248 + [data-skill="Infusion"] { 249 + grid-area: Infusion; 250 + } 251 + 252 + [data-skill="Hellfire"] { 253 + grid-area: Hellfire; 254 + } 255 + 256 + [data-skill="SwampyArea"] { 257 + grid-area: SwampyArea; 258 + } 259 + 260 + [data-skill="BlazeEater"] { 261 + grid-area: BlazeEater; 262 + } 263 + 264 + [data-skill="Voltguard"] { 265 + grid-area: Voltguard; 266 + } 267 + 268 + [data-skill="Voltguard"] { 269 + grid-area: Voltguard; 270 + } 271 + 272 + [data-skill="ZephyrsGrace"] { 273 + grid-area: ZephyrsGrace; 274 + } 275 + 276 + [data-skill="EarthenFortitude"] { 277 + grid-area: EarthenFortitude; 278 + }