Skip to content

Instantly share code, notes, and snippets.

HeiHei - Boat Snack (7/204 EN 1)
The correct wording is “another chosen character’s {S}.”
Moana - Of Motunui (14/204 EN 1)
If Moana – Of Motunui quests, can I choose which princesses I ready? If I had Princesses already readied or I ready them with other effects later in the turn, can they quest that turn?
A: If you choose to use Moana’s We Can Fix It ability to ready your other Princess characters, you must ready all of them. If you quest with Moana – Of Motunui, no other Princesses can quest for the rest of your turn, regardless of whether you chose to ready them with her ability or they are readied later in the turn.
Stitch - Rock Star (23/204 EN 1)
Q: Say I have Stitch – Rock Star in play and a cost 3 character in my hand. If I use Lantern so I can pay 1 {I} less to play that character, can I then exert them to draw a card?
@drallieiv
drallieiv / Lorcana_FR_prices.csv
Last active November 28, 2024 21:18
Update Prices as of 2024-11-28.22:16:47
set_number card_number_in_set full_name min_price min_price_of_five min_price_pro cardId date
1 1 Ariel - On Human Legs 0.02 0.02 0.02 1 - FR - 1 2024-11-16 23:54:28.52
1 2 Ariel - Spectacular Singer 1.75 1.76 1.78 2 - FR - 1 2024-11-25 03:43:53.78
1 3 Cinderella - Gentle and Kind 0.02 0.02 0.02 3 - FR - 1 2024-11-16 23:54:47.183
1 4 Goofy - Musketeer 0.02 0.02 0.09 4 - FR - 1 2024-11-16 23:54:57.082
1 5 Hades - King of Olympus 0.02 0.02 0.05 5 - FR - 1 2024-11-16 23:55:05.45
1 6 Hades - Lord of the Underworld 0.02 0.02 0.02 6 - FR - 1 2024-11-16 23:55:15.388
1 7 HeiHei - Boat Snack 0.02 0.02 0.02 7 - FR - 1 2024-11-16 23:55:24.118
1 8 LeFou - Bumbler 0.02 0.02 0.02 8 - FR - 1 2024-11-16 23:55:34.189
1 9 Lilo - Making a Wish 0.99 1.1 1.0 9 - FR - 1 2024-11-25 03:44:05.695
@drallieiv
drallieiv / dreamborn-collection-export.user.js
Created September 4, 2023 20:30
dreamborn collection export
// ==UserScript==
// @name Export Dreamborn Collection
// @namespace http://tampermonkey.net/
// @version 0.1
// @description Extract Dreamborn Colletion as CSV
// @author Dralliev
// @match https://dreamborn.ink/*/collection
// @icon https://www.google.com/s2/favicons?sz=64&domain=dreamborn.ink
// @grant none
// ==/UserScript==
import Component from '@glimmer/component';
export default class extends Component {
src = "test";
}
<html>
<head>
<script>
var size = 40;
var numberZoneSize = size / 2.2;
var fontSize = Math.round(size/2.5)+'px';
var redTop = 55;
var purpleLow = 200;
import { resolve } from 'rsvp';
import EmberObject, { observer, computed } from '@ember/object';
import { on } from '@ember/object/evented';
import { inject as service } from '@ember/service';
import { alias } from '@ember/object/computed';
import Component from '@ember/component';
export default Component.extend({
intl: service(),
tagName: "",
import Controller from '@ember/controller';
export default class ApplicationController extends Controller {
appName = 'Ember Twiddle';
}
import Controller from '@ember/controller';
export default class ApplicationController extends Controller {
appName = 'Ember Twiddle';
}
@drallieiv
drallieiv / controllers.application\.js
Created October 18, 2021 12:33
WrapperScrollExample
import Controller from '@ember/controller';
export default class ApplicationController extends Controller {
appName = 'Ember Twiddle';
}
@drallieiv
drallieiv / ffasc.css
Created October 1, 2021 12:16
FF ASC Gamepad Style
.controller.ds4.white {
background: none;
}
.controller.ds4.white {
background: none;
}
.ds4 .triggers, .ds4 .abxy {
display: none;