- 08:27, 30 April 2024 Blessed Bastion - Skill (hist | edit) [77 bytes] Taadmin (talk | contribs) (Created page with "{{Skill|Description=Applies Blessed Bastion effect to Target Character.}}") Tag: Visual edit
- 08:24, 30 April 2024 Crystalic Recovery - Skill (hist | edit) [80 bytes] Taadmin (talk | contribs) (Created page with "{{Skill|Description=Applies Crystalic Recovery effect to Target Character. Set maximum Hp = Value}}") Tag: Visual edit
- 08:19, 30 April 2024 Vital Resilience - Skill (hist | edit) [78 bytes] Taadmin (talk | contribs) (Created page with "{{Skill|Description=Applies Vital Resilience effect to Target Character.}}") Tag: Visual edit
- 08:18, 30 April 2024 Reincarnation - Skill (hist | edit) [75 bytes] Taadmin (talk | contribs) (Created page with "{{Skill|Description=Applies Reincarnation effect to Target Character.}}") Tag: Visual edit
- 08:17, 30 April 2024 Mirror - Skill (hist | edit) [68 bytes] Taadmin (talk | contribs) (Created page with "{{Skill|Description=Applies Mirror effect to Target Character.}}") Tag: Visual edit
- 08:16, 30 April 2024 Sleep - Skill (hist | edit) [67 bytes] Taadmin (talk | contribs) (Created page with "{{Skill|Description=Applies Sleep effect to Target Character.}}") Tag: Visual edit
- 08:14, 30 April 2024 Purge - Skill (hist | edit) [125 bytes] Taadmin (talk | contribs) (Created page with "{{Skill|Description=Clear effects from Target Character.}} {| class="wikitable" |+Cleared Effects !Poison |- !Bomb |}") Tag: Visual edit
- 08:09, 30 April 2024 Bomb - Skill (hist | edit) [285 bytes] Taadmin (talk | contribs) (Created page with "{{Skill|Description=Character applies Bomb effect to TargetCharacter. TargetCharacter.ApplyStatus(Bomb, Turns,Value); if (TargetCharacter.Mirror.IsActive) Character.ApplyStatus(Bomb, Turns, Value);}}") Tag: Visual edit
- 08:05, 30 April 2024 Consolidation - Skill (hist | edit) [75 bytes] Taadmin (talk | contribs) (Created page with "{{Skill|Description=Applies Consolidation effect to Target Character.}}")
- 08:04, 30 April 2024 Vigor - Skill (hist | edit) [67 bytes] Taadmin (talk | contribs) (Created page with "{{Skill|Description=Applies Vigor effect to Target Character.}}")
- 08:04, 30 April 2024 Thorns - skill (hist | edit) [68 bytes] Taadmin (talk | contribs) (Created page with "{{Skill|Description=Applies Thorns effect to Target Character.}}")
- 08:03, 30 April 2024 Ritual - skill (hist | edit) [68 bytes] Taadmin (talk | contribs) (Created page with "{{Skill|Description=Applies Ritual effect to Target Character.}}")
- 08:03, 30 April 2024 Regen - Skill (hist | edit) [68 bytes] Taadmin (talk | contribs) (Created page with "{{Skill|Description=Applies Regen effect to Target Character.}}")
- 08:00, 30 April 2024 Metallicize - Skill (hist | edit) [73 bytes] Taadmin (talk | contribs) (Created page with "{{Skill|Description=Character applies Metallicize effect to TargetCharacter.}}") Tag: Visual edit
- 07:57, 30 April 2024 Intangible - Skill (hist | edit) [212 bytes] Taadmin (talk | contribs) (Created page with "{{Skill|Description=Character applies Intangible effect to TargetCharacter. If an effect is already applied to the TargetCharacter Value of the applied effect is not overwritten.}}") Tag: Visual edit
- 07:50, 30 April 2024 Exhaust - Skill (hist | edit) [69 bytes] Taadmin (talk | contribs) (Created page with "{{Skill|Description=Exhausting a card puts it in your exhaust pile.}}") Tag: Visual edit
- 07:25, 30 April 2024 Stun - Skill (hist | edit) [240 bytes] Taadmin (talk | contribs) (Created page with "{{Skill|Description=TargetCharacter.ApplyStatus(Stun, Turns); if(TargetCharacter.Mirror.IsActive) Character.ApplyStatus(Stun, Turns);}}") Tag: Visual edit
- 07:22, 30 April 2024 Life Steal - Skill (hist | edit) [500 bytes] Taadmin (talk | contribs) (Created page with "{{Skill|Description=Character takes away part of TargetCharacter's HP. damage = Value + Character.Strength.Value; if(Character.Vigor.IsActive) damage += Character.Vigor.Value; Character.ClearStatus(Vigor); if(TargetCharacter.Thorns.IsActive) thornsDamage = damage * TargetCharacter.Thorns.Value Character.Damage(thornsDamage); TargetCharacter.Damage(damage);...") Tag: Visual edit: Switched
- 07:01, 30 April 2024 Earn Mana - Skill (hist | edit) [103 bytes] Taadmin (talk | contribs) (Created page with "{{Skill|Description=Increases TargetCharacter current mana by Value until end of turn.}}") Tag: Visual edit
- 06:58, 30 April 2024 Draw - Skill (hist | edit) [68 bytes] Taadmin (talk | contribs) (Created page with "{{Skill|Description=Draws Value cards from the deck}}") Tag: Visual edit
- 06:54, 30 April 2024 Increase Max Health - Skill (hist | edit) [136 bytes] Taadmin (talk | contribs) (Created page with "{{Skill|Description=Increases TargetCharacter HP until the end of the battle TargetCharacter.IncreaseMaxHealth(Value);}}") Tag: Visual edit
- 06:47, 30 April 2024 Increase Strength - Skill (hist | edit) [144 bytes] Taadmin (talk | contribs) (Created page with "{{Skill|Description=Applies effect to TargetCharacter. TargetCharacter.ApplyStatus(StatusType.Strength, Turns, Value;}}") Tag: Visual edit
- 06:43, 30 April 2024 Block - Skill (hist | edit) [182 bytes] Taadmin (talk | contribs) (Created page with "{{Skill|Description=Character applies effect to TargetCharacter. TargetCharacter.ApplyStatus(Block, Value + TargetCharacter.Dexterity.Value);}}") Tag: Visual edit
- 06:36, 30 April 2024 Heal - Skill (hist | edit) [94 bytes] Taadmin (talk | contribs) (Created page with "{{Skill|Description='''Character''' heal '''TargetCharacter'''. TargetCharacter.Heal(Value);}}") Tag: Visual edit: Switched
- 03:43, 30 April 2024 Attack - Skill (hist | edit) [411 bytes] Taadmin (talk | contribs) (Created page with " {{Skill|Description=Character deals damage to TargetCharacter. damage = '''Value''' + Character.Strength; if Character.Vigor.IsActive damage += Character.Vigor.Value; if TargetCharacter.Thorns.IsActive thornDamage = damage * TargetCharacter.Thorns. Value; Character.Damage(thornDamage); TargetCharacter.Damage(damage);}}") Tag: Visual edit: Switched
- 03:29, 30 April 2024 Effect T V (hist | edit) [241 bytes] Taadmin (talk | contribs) (Created page with "Effects have parameters: '''T''' - number of '''turns''' the effect will work, '''V''' - '''value''', depending on the effect means different (for example Block - damage that will be blocked, Thorns - percentage of reflected damage).") Tag: Visual edit
- 16:24, 28 April 2024 Blessed Bastion (hist | edit) [243 bytes] Taadmin (talk | contribs) (Created page with "{{Effect|Logo=Logo ta.png|Description=All damage received will be delayed until the effect ends. All healing received will be delayed until the end of the effect. The amount of healing received will be multiplied by the '''value'''.}}") Tag: Visual edit
- 16:22, 28 April 2024 Crystalic Recovery (hist | edit) [154 bytes] Taadmin (talk | contribs) (Created page with "{{Effect|Logo=Logo ta.png|Description=Cannot take an action. During the effect HP = '''value''' . When the effect ends, it restores full health.}}") Tag: Visual edit originally created as "CrystalicRecovery"
- 16:21, 28 April 2024 Vital Resilience (hist | edit) [100 bytes] Taadmin (talk | contribs) (Created page with "{{Effect|Logo=Logo ta.png|Description=Heals to the amount of damage taken + '''value'''%.}}") Tag: Visual edit originally created as "VitalResilience"
- 16:19, 28 April 2024 Reincarnation (hist | edit) [89 bytes] Taadmin (talk | contribs) (Created page with "{{Effect|Logo=Logo ta.png|Description=When taking lethal damage - restores full health.}}") Tag: Visual edit
- 16:18, 28 April 2024 Mirror (hist | edit) [84 bytes] Taadmin (talk | contribs) (Created page with "{{Effect|Logo=Logo ta.png|Description=Applies the received effect to the attacker.}}") Tag: Visual edit
- 16:17, 28 April 2024 Sleep (hist | edit) [88 bytes] Taadmin (talk | contribs) (Created page with "{{Effect|Logo=Logo ta.png|Description=Can not use any action. Dispelled if take damage}}") Tag: Visual edit
- 16:15, 28 April 2024 Bomb (hist | edit) [101 bytes] Taadmin (talk | contribs) (Created page with "{{Effect|Logo=Icon bomb.png|Description=Deal damage when effect end. Damage = '''value'''.}}") Tag: Visual edit
- 16:13, 28 April 2024 Consolidation (hist | edit) [103 bytes] Taadmin (talk | contribs) (Created page with "{{Effect|Logo=Logo ta.png|Description=Whenever you play a card, gain Block = '''value'''}}") Tag: Visual edit
- 16:11, 28 April 2024 Vigor (hist | edit) [99 bytes] Taadmin (talk | contribs) (Created page with "{{Effect|Logo=Logo ta.png|Description=Next attack deals additional damage = '''value'''.}}") Tag: Visual edit
- 16:10, 28 April 2024 Thorns (hist | edit) [115 bytes] Taadmin (talk | contribs) (Created page with "{{Effect|Logo=Logo ta.png|Description=If damage is taken, returns '''value'''% of damage to the attacker}}") Tag: Visual edit
- 16:06, 28 April 2024 Ritual (hist | edit) [94 bytes] Taadmin (talk | contribs) (Created page with "{{Effect|Logo=Logo ta.png|Description=Gain Strength = '''value''' next turn.}}") Tag: Visual edit
- 16:04, 28 April 2024 Regen (hist | edit) [90 bytes] Taadmin (talk | contribs) (Created page with "{{Effect|Logo=Logo ta.png|Description=Gain '''HP''' = '''value''' next turn.}}") Tag: Visual edit
- 16:01, 28 April 2024 Metallicize (hist | edit) [92 bytes] Taadmin (talk | contribs) (Created page with "{{Effect|Logo=Logo ta.png|Description=Gain Block = '''value''' next turn.}}") Tag: Visual edit
- 15:40, 28 April 2024 Intangible (hist | edit) [135 bytes] Taadmin (talk | contribs) (Created page with "{{Effect|Logo=Logo ta.png|Description=Reduce '''all''' damage taken and HP loss to effect '''value'''}}") Tag: Visual edit
- 15:38, 28 April 2024 Stun (hist | edit) [62 bytes] Taadmin (talk | contribs) (Created page with "{{Effect|Logo=Logo ta.png|Description=Can not use any action}}") Tag: Visual edit
- 15:28, 28 April 2024 Dexterity (hist | edit) [103 bytes] Taadmin (talk | contribs) (Created page with "{{Buff|Logo=Logo ta.png|Description=Complements the value of Block by buff '''Value'''}}") Tag: Visual edit
- 15:21, 28 April 2024 Strength (hist | edit) [68 bytes] Taadmin (talk | contribs) (Created page with "{{Buff|Logo=Logo ta.png|Description=Increase attack damage}}") Tag: Visual edit
- 15:20, 28 April 2024 Poison (hist | edit) [124 bytes] Taadmin (talk | contribs) (Created page with "{{Buff|Logo=Logo ta.png|DamageTypes=Penetration|Description=Deals damage per round. Ignores block.}}") Tag: Visual edit
- 13:46, 28 April 2024 Block (hist | edit) [136 bytes] Taadmin (talk | contribs) (Created page with "{{Buff|Logo=Icon shield.png|StackingBehavior=-|Description=Block Physical Damage}}") Tag: Visual edit
- 13:44, 28 April 2024 Damage Types (hist | edit) [3 bytes] Taadmin (talk | contribs) (Created page with "...") Tag: Visual edit
- 13:38, 28 April 2024 Stacking Behavior (hist | edit) [315 bytes] Taadmin (talk | contribs) (Created page with "///") Tag: Visual edit
- 12:47, 28 April 2024 Crusher (hist | edit) [438 bytes] Taadmin (talk | contribs) (Created page with "{{Monster|Logo=Crusher.png|Hp=20|Moveset={{!}}- {{!}}50px{{!}}{{!}}Deal 3-4 damage {{!}}- {{!}}50px{{!}}{{!}}Deal 4-5 damage {{!}}- {{!}}50px{{!}}{{!}}Heal 5<br>Increase Strength 9-10 {{!}}- {{!}}50px{{!}}{{!}}Deal 5-6 damage {{!}}- {{!}}50px{{!}}{{!}}Deal 6-7 damage|Changes={{!}}- {{!}}a0.01{{!}}{{!}}Added}}") Tag: Visual edit
- 12:21, 28 April 2024 Credits (hist | edit) [30 bytes] Taadmin (talk | contribs) (Created page with "[https://game-icons.net Icons]") Tag: Visual edit: Switched
- 05:18, 28 April 2024 Navigation (hist | edit) [19 bytes] Taadmin (talk | contribs) (Created page with "{{NavigationTable}}")