Combined display of all available logs of Treasure Atlas. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 14:49, 1 September 2024 Taadmin talk contribs changed group membership for Lexa from (none) to administrator
- 14:46, 1 September 2024 User account Lexa talk contribs was created by Taadmin talk contribs
- 08:27, 30 April 2024 Taadmin talk contribs created page Blessed Bastion - Skill (Created page with "{{Skill|Description=Applies Blessed Bastion effect to Target Character.}}") Tag: Visual edit
- 08:24, 30 April 2024 Taadmin talk contribs created page Crystalic Recovery - Skill (Created page with "{{Skill|Description=Applies Crystalic Recovery effect to Target Character. Set maximum Hp = Value}}") Tag: Visual edit
- 08:19, 30 April 2024 Taadmin talk contribs created page Vital Resilience - Skill (Created page with "{{Skill|Description=Applies Vital Resilience effect to Target Character.}}") Tag: Visual edit
- 08:18, 30 April 2024 Taadmin talk contribs created page Reincarnation - Skill (Created page with "{{Skill|Description=Applies Reincarnation effect to Target Character.}}") Tag: Visual edit
- 08:17, 30 April 2024 Taadmin talk contribs created page Mirror - Skill (Created page with "{{Skill|Description=Applies Mirror effect to Target Character.}}") Tag: Visual edit
- 08:16, 30 April 2024 Taadmin talk contribs created page Sleep - Skill (Created page with "{{Skill|Description=Applies Sleep effect to Target Character.}}") Tag: Visual edit
- 08:14, 30 April 2024 Taadmin talk contribs created page Purge - Skill (Created page with "{{Skill|Description=Clear effects from Target Character.}} {| class="wikitable" |+Cleared Effects !Poison |- !Bomb |}") Tag: Visual edit
- 08:09, 30 April 2024 Taadmin talk contribs created page Bomb - Skill (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 Taadmin talk contribs created page Consolidation - Skill (Created page with "{{Skill|Description=Applies Consolidation effect to Target Character.}}")
- 08:04, 30 April 2024 Taadmin talk contribs created page Vigor - Skill (Created page with "{{Skill|Description=Applies Vigor effect to Target Character.}}")
- 08:04, 30 April 2024 Taadmin talk contribs created page Thorns - skill (Created page with "{{Skill|Description=Applies Thorns effect to Target Character.}}")
- 08:03, 30 April 2024 Taadmin talk contribs created page Ritual - skill (Created page with "{{Skill|Description=Applies Ritual effect to Target Character.}}")
- 08:03, 30 April 2024 Taadmin talk contribs created page Regen - Skill (Created page with "{{Skill|Description=Applies Regen effect to Target Character.}}")
- 08:00, 30 April 2024 Taadmin talk contribs created page Metallicize - Skill (Created page with "{{Skill|Description=Character applies Metallicize effect to TargetCharacter.}}") Tag: Visual edit
- 07:57, 30 April 2024 Taadmin talk contribs created page Intangible - Skill (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 Taadmin talk contribs created page Exhaust - Skill (Created page with "{{Skill|Description=Exhausting a card puts it in your exhaust pile.}}") Tag: Visual edit
- 07:25, 30 April 2024 Taadmin talk contribs created page Stun - Skill (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 Taadmin talk contribs created page Life Steal - Skill (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 Taadmin talk contribs created page Earn Mana - Skill (Created page with "{{Skill|Description=Increases TargetCharacter current mana by Value until end of turn.}}") Tag: Visual edit
- 06:58, 30 April 2024 Taadmin talk contribs created page Draw - Skill (Created page with "{{Skill|Description=Draws Value cards from the deck}}") Tag: Visual edit
- 06:54, 30 April 2024 Taadmin talk contribs created page Increase Max Health - Skill (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 Taadmin talk contribs created page Increase Strength - Skill (Created page with "{{Skill|Description=Applies effect to TargetCharacter. TargetCharacter.ApplyStatus(StatusType.Strength, Turns, Value;}}") Tag: Visual edit
- 06:43, 30 April 2024 Taadmin talk contribs created page Block - Skill (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 Taadmin talk contribs created page Heal - Skill (Created page with "{{Skill|Description='''Character''' heal '''TargetCharacter'''. TargetCharacter.Heal(Value);}}") Tag: Visual edit: Switched
- 03:43, 30 April 2024 Taadmin talk contribs created page Attack - Skill (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 Taadmin talk contribs created page Effect T V (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
- 03:09, 30 April 2024 Taadmin talk contribs created page MediaWiki:Mainpage-description (Created blank page)
- 03:04, 30 April 2024 Taadmin talk contribs created page MediaWiki:Mainpage-title-loggedin (Created blank page)
- 03:04, 30 April 2024 Taadmin talk contribs created page MediaWiki:Mainpage-title (Created blank page)
- 19:28, 28 April 2024 Taadmin talk contribs uploaded a new version of File:Map noUi.png
- 19:26, 28 April 2024 Taadmin talk contribs uploaded a new version of File:Map noUi.png
- 19:19, 28 April 2024 Taadmin talk contribs uploaded a new version of File:Map noUi.png
- 19:14, 28 April 2024 Taadmin talk contribs uploaded a new version of File:Map noUi.png
- 19:09, 28 April 2024 Taadmin talk contribs created page File:Logo st wk.png
- 19:09, 28 April 2024 Taadmin talk contribs uploaded File:Logo st wk.png
- 18:05, 28 April 2024 Taadmin talk contribs created page MediaWiki:Sitenotice (Created page with "Test")
- 17:13, 28 April 2024 Taadmin talk contribs uploaded a new version of File:Crusher.png
- 16:31, 28 April 2024 Taadmin talk contribs created page File:Map noUi.png
- 16:31, 28 April 2024 Taadmin talk contribs uploaded File:Map noUi.png
- 16:24, 28 April 2024 Taadmin talk contribs created page Blessed Bastion (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:23, 28 April 2024 Taadmin talk contribs moved page VitalResilience to Vital Resilience without leaving a redirect
- 16:22, 28 April 2024 Taadmin talk contribs moved page CrystalicRecovery to Crystalic Recovery without leaving a redirect
- 16:22, 28 April 2024 Taadmin talk contribs created page CrystalicRecovery (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
- 16:21, 28 April 2024 Taadmin talk contribs created page VitalResilience (Created page with "{{Effect|Logo=Logo ta.png|Description=Heals to the amount of damage taken + '''value'''%.}}") Tag: Visual edit
- 16:19, 28 April 2024 Taadmin talk contribs created page Reincarnation (Created page with "{{Effect|Logo=Logo ta.png|Description=When taking lethal damage - restores full health.}}") Tag: Visual edit
- 16:18, 28 April 2024 Taadmin talk contribs created page Mirror (Created page with "{{Effect|Logo=Logo ta.png|Description=Applies the received effect to the attacker.}}") Tag: Visual edit
- 16:17, 28 April 2024 Taadmin talk contribs created page Sleep (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 Taadmin talk contribs created page Bomb (Created page with "{{Effect|Logo=Icon bomb.png|Description=Deal damage when effect end. Damage = '''value'''.}}") Tag: Visual edit