1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-24 11:52:16 +00:00

Fixed DB and added test

Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
Florian Bouillon 2020-03-16 21:18:35 +01:00
parent 5154b2c15a
commit 0adc90e908
No known key found for this signature in database
GPG Key ID: B143FF27EF555D16
3 changed files with 13 additions and 2 deletions

11
.drone.yml Normal file
View File

@ -0,0 +1,11 @@
kind: pipeline
name: default
type: docker
steps:
- name: test
image: node:alpine
commands:
- apk -q add yarn
- yarn compile

View File

@ -79,7 +79,7 @@ const card: Card = {
effect: { effect: {
fr: "Si Ouisticram est Paralisé, retirez à Ouisticram l'État Spécial Paralysé à la fin du tour de chaque joueurs." fr: "Si Ouisticram est Paralisé, retirez à Ouisticram l'État Spécial Paralysé à la fin du tour de chaque joueurs."
} }
} },
weaknesses: [{ weaknesses: [{
type: Type.WATER, type: Type.WATER,

View File

@ -77,7 +77,7 @@ const card: Card = {
effect: { effect: {
en: "Si Tiplouf est Empoisonné. Retirez-lui l'État Spécial Empoisonné à la fin du tour de chaque joueurs." en: "Si Tiplouf est Empoisonné. Retirez-lui l'État Spécial Empoisonné à la fin du tour de chaque joueurs."
} }
} },
weaknesses: [{ weaknesses: [{
type: Type.LIGHTNING, type: Type.LIGHTNING,