Editing Cards

Jump to navigation Jump to search

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision Your text
Line 1: Line 1:
 
Members can collect cards in a variety of ways. Trading, treasure hunting, lounge mini game, card packs, adding the first 10 characters to a title.
 
Members can collect cards in a variety of ways. Trading, treasure hunting, lounge mini game, card packs, adding the first 10 characters to a title.
  
==Creating Cards==
 
You start by creating a [https://www.animecharactersdatabase.com/cards_new.php?new_collection New Collection]. Then from [https://www.animecharactersdatabase.com/cards_new.php?mine My Collections] you can select one to add cards to. It's worth reviewing [https://www.animecharactersdatabase.com/newforum.php?forum_id=43&thread_id=12117 Ajam's Card Guide]. I would strongly suggest looking at published sets, and making sure the set you are creating is similar to them:
 
*Has a template
 
*Includes character name and card rarity in image
 
*Images are appropriate for all ages
 
*Has several cards with different rarities
 
===Getting a Set Approved===
 
While viewing your card collection that you want approved, click the https://ami.animecharactersdatabase.com/img/blogit.png link found in the first frame header.
 
Due to the old layout - there are 2 more frames in edit mode. The 2nd frame labeled '''Set Status''' contains the form you can use to toggle 'Done - Approve Me'.
 
The 3rd frame contains links to edit and add cards.
 
===Importantance of Rarity===
 
 
We start by rolling a d9. You have a 1/9 chance of getting any F-S cards on the first roll. You have a 2/9 chance of rolling again for a SS or SSS card. On the 2nd roll, you have a 5/11 chance of getting a S card, a 5/11 chance of an SS card, and a 1/11 chance of a SSS card.
 
 
The real problem is that if the is no card at that rarity in the set, you wont get a card. This bug in particular affects card packs.
 
 
You are also limited to a max collection of 10000 cards, and limited to one copy of any SSS card.
 
 
function chooseRandomCardRarity() {
 
        $r = rand(0,8);
 
        if($r < 7)      return $r;
 
        $r = rand(0,10);
 
        if($r < 5)      return 6;
 
        if($r < 10)    return 7;
 
                        return 8;
 
}
 
 
*case 0: return 'F';
 
*case 1: return 'E';
 
*case 2: return 'D';
 
*case 3: return 'C';
 
*case 4: return 'B';
 
*case 5: return 'A';
 
*case 6: return 'S';
 
*case 7: return 'SS';
 
*case 8: return 'SSS';
 
 
==Collecting Cards==
 
 
===Lounge===
 
===Lounge===
 
You should always start with
 
You should always start with
 
The lounge in [https://www.animecharactersdatabase.com/lounge.php?dialog=5 Server Tab] where you can type the message ''.cardpack'' to receive 3 random cards. Due to the fact you can delete lounge messages, and I am not motivated to spend the effort tracking how cards are acquired, .cardpack will not give you any cards if you have already collected 3 today.
 
The lounge in [https://www.animecharactersdatabase.com/lounge.php?dialog=5 Server Tab] where you can type the message ''.cardpack'' to receive 3 random cards. Due to the fact you can delete lounge messages, and I am not motivated to spend the effort tracking how cards are acquired, .cardpack will not give you any cards if you have already collected 3 today.
 +
 
===Treasure===
 
===Treasure===
 
Each treasure chest has a chance of containing a card. However! The first 15 minutes of every hour will have a 100% chance of containing a card. Indicated by the https://rei.animecharactersdatabase.com/uploads/forum/1-542832316.png treasure icon.
 
Each treasure chest has a chance of containing a card. However! The first 15 minutes of every hour will have a 100% chance of containing a card. Indicated by the https://rei.animecharactersdatabase.com/uploads/forum/1-542832316.png treasure icon.
 +
 
===Card Packs===
 
===Card Packs===
 
By following the link to your [https://www.animecharactersdatabase.com/cards_copy.php?latest card collection] you can click on any card there to pull up the option to buy a card pack. Look for the awkwardly placed button ...
 
By following the link to your [https://www.animecharactersdatabase.com/cards_copy.php?latest card collection] you can click on any card there to pull up the option to buy a card pack. Look for the awkwardly placed button ...
Line 50: Line 14:
  
 
Limit of 5 card packs per day!
 
Limit of 5 card packs per day!
 +
 
===Trade===
 
===Trade===
 
There is a [https://www.animecharactersdatabase.com/cards_trade.php?broker market place for buying and selling cards.]
 
There is a [https://www.animecharactersdatabase.com/cards_trade.php?broker market place for buying and selling cards.]
 +
 
===Quests===
 
===Quests===
 
And finally, the [https://www.animecharactersdatabase.com/games.php?load=g_quests bounty board!] Add characters to those titles and you will get cards as the characters are approved.
 
And finally, the [https://www.animecharactersdatabase.com/games.php?load=g_quests bounty board!] Add characters to those titles and you will get cards as the characters are approved.
Line 58: Line 24:
  
 
==[https://www.animecharactersdatabase.com/extractcards.php Essence Extractor]==
 
==[https://www.animecharactersdatabase.com/extractcards.php Essence Extractor]==
 +
 
Duplicate cards can be converted into Card Essences. Unlike cards which are capped at 10,000 per member, you can have an unlimited number of card essences. These can be rolled for a chance at a random card of the same rarity. They can also be used to craft gift's for your waifu/husbando characters.
 
Duplicate cards can be converted into Card Essences. Unlike cards which are capped at 10,000 per member, you can have an unlimited number of card essences. These can be rolled for a chance at a random card of the same rarity. They can also be used to craft gift's for your waifu/husbando characters.
  
Line 70: Line 37:
 
You then have the option to enter gift mode with a waifu and craft a gift.
 
You then have the option to enter gift mode with a waifu and craft a gift.
  
[https://www.animecharactersdatabase.com/waifu.php Waifu Listing] then click https://rei.animecharactersdatabase.com/img/gift.png
+
https://rei.animecharactersdatabase.com/uploads/forum/1-554105664.png
 +
 
 +
[https://www.animecharactersdatabase.com/maiwaifu.php Waifu Listing] then click https://rei.animecharactersdatabase.com/img/gift.png
  
 
==Tools==
 
==Tools==
 
  [https://www.animecharactersdatabase.com/cards.php Recent Cards and stats]
 
  [https://www.animecharactersdatabase.com/cards.php Recent Cards and stats]
 
  [https://www.animecharactersdatabase.com/mycards.php Essence Extractor]
 
  [https://www.animecharactersdatabase.com/mycards.php Essence Extractor]

Please note that all contributions to Anime Characters Database Wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see Anime Characters Database Wiki:Copyrights for details). Do not submit copyrighted work without permission!

Cancel Editing help (opens in new window)