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:
parent
5154b2c15a
commit
0adc90e908
11
.drone.yml
Normal file
11
.drone.yml
Normal file
@ -0,0 +1,11 @@
|
||||
kind: pipeline
|
||||
name: default
|
||||
type: docker
|
||||
|
||||
steps:
|
||||
|
||||
- name: test
|
||||
image: node:alpine
|
||||
commands:
|
||||
- apk -q add yarn
|
||||
- yarn compile
|
@ -79,7 +79,7 @@ const card: Card = {
|
||||
effect: {
|
||||
fr: "Si Ouisticram est Paralisé, retirez à Ouisticram l'État Spécial Paralysé à la fin du tour de chaque joueurs."
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
weaknesses: [{
|
||||
type: Type.WATER,
|
||||
|
@ -77,7 +77,7 @@ const card: Card = {
|
||||
effect: {
|
||||
en: "Si Tiplouf est Empoisonné. Retirez-lui l'État Spécial Empoisonné à la fin du tour de chaque joueurs."
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
weaknesses: [{
|
||||
type: Type.LIGHTNING,
|
||||
|
Loading…
x
Reference in New Issue
Block a user