
Originally Posted by
Dezlad

Originally Posted by
dberube4

Originally Posted by
ShadowHaunter
You should try making custom cards, even for just offline.
With flasm you can edit the cost(in quanta), the skill , the name ,the skill cost, etc (maybe the picture?) of any card.
Can you? It doesn't come up in mine xD
Min only has dagger that i can edit :/
look:
I will make a new card!
Code:
frame 511
constants '_parent', 'ctype', 'creature', 'atk', 'def', 'skill', 'venom', 'skillcost', '', 'skillelement', 'cost', 'costelement', 'costany', 'posy', 'rarity', 'passive', 'poisonous'
push '_parent'
getVariable
push 'ctype', 'creature'
setMember
push '_parent'
getVariable
push 'atk', 1
setMember
push '_parent'
getVariable
push 'def', 2
setMember
push '_parent'
getVariable
push 'skill', 'venom'
setMember
push '_parent'
getVariable
push 'skillcost', ''
setMember
push '_parent'
getVariable
push 'skillelement', 2
setMember
push '_parent'
getVariable
push 'cost', 3
setMember
push '_parent'
getVariable
push 'costelement', 5
setMember
push '_parent'
getVariable
push 'costany', 0.0
setMember
push '_parent'
getVariable
push 'posy', 10
setMember
push '_parent'
getVariable
push 'rarity', 2
setMember
push '_parent'
getVariable
push 'passive', 'poisonous'
setMember
end // of frame 511