Difference between revisions of "Zaphio (76561198004362191)"

From BPM Wiki
Jump to navigation Jump to search
Line 8: Line 8:
 
** Timeless: [[{{FULLPAGENAME}}/timeless.css]]
 
** Timeless: [[{{FULLPAGENAME}}/timeless.css]]
 
* JS: [[{{FULLPAGENAME}}/common.js]]
 
* JS: [[{{FULLPAGENAME}}/common.js]]
** Snippets: [[{{FULLPAGENAME}}/snippets.js]]
+
 
 +
== Game's fonts ==
 +
* MotorBlock https://www.dafont.com/motorblock.font
 +
* Runy Tunes https://www.1001fonts.com/runytunesrevisited-font.html
 +
 
 +
== Some useful data ==
 +
<pre>
 +
const file_ability_map = [
 +
["UltimateHeal.png", "Elli's Touch"],
 +
["UltimateGrenade.png", "Jarnbjorn"],
 +
["UltimateTheQuest.png", "The Quest"],
 +
["UltimateRegenHealth.png", "Odin's Blessing"],
 +
["UltimateKamekaze.png", "Celestial Drumroll"],
 +
["UltimateDiscount.png", "Barter"],
 +
["UltimateLuckCurse.png", "Cursed Luck"],
 +
["UltimateSpeed.png", "Hermóðr's Enchantment"],
 +
["UltimateMidas.png", "Njord's Riches"],
 +
["UltimateAlliedAngel.png", "Valkyrie's Call"],
 +
["UltimateMegaShot.png", "Mjolnir"],
 +
["UltimateGiveShield.png", "Freyr's Blessing"],
 +
["SecondaryCursedFireball.png", "Fire Bolt"],
 +
["SecondaryMarkForDeath.png", "Mortal Curse"],
 +
["SecondaryCursedFlak.png", "Broken Burst"],
 +
["SecondaryManaShield.png", "Valkyrie's Veil"],
 +
["SecondaryCursedDamageAll.png", "Celestial Wave"],
 +
["SecondaryClapExplosion.png", "Thunderclap"],
 +
["SecondaryFreeze.png", "Frost Bolt"],
 +
["SecondaryBlockArm.png", "Block"],
 +
["SecondaryVamp.png", "Steal Life"],
 +
["SecondaryTeleport.png", "Teleport"],
 +
["SecondarySpawnBarrel.png", "Sacred Sapper"],
 +
["SecondaryUnrelenting.png", "Undying Strength"],
 +
["SecondaryBurstAttack.png", "Rhythm Burst"],
 +
];
 +
</pre>
 +
 
 +
<pre>
 +
const file_item_map = [
 +
[ "ItemVampHead.png", "Circlet of the Serpentine" ],
 +
[ "ItemCrown.png", "Ymir's Crown" ],
 +
[ "ItemRageHead.png", "Helm of Rage" ],
 +
[ "ItemAimingHead.png", "Deadeye Lens" ],
 +
[ "ItemMultiplierHead.png", "Helm of Precision" ],
 +
[ "ItemExplosiveHead.png", "Hat of Madness" ],
 +
[ "ItemHelmetTest.png", "Hermóár the Messenger" ],
 +
[ "ItemShotsHead.png", "Horned Shot" ],
 +
[ "ItemReflectHead.png", "Equity" ],
 +
[ "ItemSwapHead.png", "Adventurer's Fedora" ],
 +
[ "ItemChordHead.png", "The Secret Chord" ],
 +
[ "ItemFlayHead.png", "Selðr's Hat" ],
 +
[ "ItemWallGloves.png", "Powershot Glove" ],
 +
[ "ItemHighGloves.png", "Spacewalker" ],
 +
[ "ItemGoodnessGloves.png", "Midgard Bracelet" ],
 +
[ "ItemDoubleGloves.png", "Gunnr's Bracer" ],
 +
[ "ItemPenetrateGloves.png", "Sigrdrifa's Bracer" ],
 +
[ "ItemTwiceGloves.png", "Quaternote" ],
 +
[ "ItemRainGloves.png", "Golden Bracelet" ],
 +
[ "ItemSlowGloves.png", "Asp's Whisper" ],
 +
[ "ItemSpeedGloves.png", "Go Faster Glove" ],
 +
[ "ItemCleavingGloves.png", "Momento Mori" ],
 +
[ "ItemConsumeGloves.png", "Loki's Bargain" ],
 +
[ "ItemDamageBoots.png", "Rhythmic Chaos Boots" ],
 +
[ "ItemTramplingBoots.png", "Trampling Boots" ],
 +
[ "ItemCreepBoots.png", "Poison Boots" ],
 +
[ "ItemDocBoots.png", "Tumbler's Boots" ],
 +
[ "ItemKnightBoots.png", "Giant Slayer Boots" ],
 +
[ "ItemSkates.png", "Skates of Strafe" ],
 +
[ "ItemHeavyBoots.png", "Boots of Rock" ],
 +
[ "ItemJumpBoots.png", "Angelic Boots" ],
 +
[ "ItemSpeedBoots.png", "Odin's Sneakers" ],
 +
[ "ItemCowboyBoots.png", "Spurs of Justice" ],
 +
[ "ItemChainChest.png", "Storm" ],
 +
[ "ItemSpikeChest.png", "Berserker's Arm" ],
 +
[ "ItemReviveChest.png", "Lion Heart" ],
 +
[ "ItemRegenChest.png", "Dragon's Skin" ],
 +
[ "ItemSunChest.png", "Richeous Sun" ],
 +
[ "ItemSkullChest.png", "Face of Death" ],
 +
[ "ItemChestInfinite.png", "The Best Defense" ],
 +
[ "ItemReductChest.png", "Battle Lion Shield" ],
 +
[ "ItemArmorChest.png", "Skjaldmeyjar's Plate" ],
 +
];
 +
</pre>

Revision as of 15:10, 27 September 2020

Hi! I'm the webmaster of the wiki.

My test stuff

Game's fonts

Some useful data

const file_ability_map = [
["UltimateHeal.png", "Elli's Touch"],
["UltimateGrenade.png", "Jarnbjorn"],
["UltimateTheQuest.png", "The Quest"],
["UltimateRegenHealth.png", "Odin's Blessing"],
["UltimateKamekaze.png", "Celestial Drumroll"],
["UltimateDiscount.png", "Barter"],
["UltimateLuckCurse.png", "Cursed Luck"],
["UltimateSpeed.png", "Hermóðr's Enchantment"],
["UltimateMidas.png", "Njord's Riches"],
["UltimateAlliedAngel.png", "Valkyrie's Call"],
["UltimateMegaShot.png", "Mjolnir"],
["UltimateGiveShield.png", "Freyr's Blessing"],
["SecondaryCursedFireball.png", "Fire Bolt"],
["SecondaryMarkForDeath.png", "Mortal Curse"],
["SecondaryCursedFlak.png", "Broken Burst"],
["SecondaryManaShield.png", "Valkyrie's Veil"],
["SecondaryCursedDamageAll.png", "Celestial Wave"],
["SecondaryClapExplosion.png", "Thunderclap"],
["SecondaryFreeze.png", "Frost Bolt"],
["SecondaryBlockArm.png", "Block"],
["SecondaryVamp.png", "Steal Life"],
["SecondaryTeleport.png", "Teleport"],
["SecondarySpawnBarrel.png", "Sacred Sapper"],
["SecondaryUnrelenting.png", "Undying Strength"],
["SecondaryBurstAttack.png", "Rhythm Burst"],
];
const file_item_map = [
[ "ItemVampHead.png", "Circlet of the Serpentine" ],
[ "ItemCrown.png", "Ymir's Crown" ],
[ "ItemRageHead.png", "Helm of Rage" ],
[ "ItemAimingHead.png", "Deadeye Lens" ],
[ "ItemMultiplierHead.png", "Helm of Precision" ],
[ "ItemExplosiveHead.png", "Hat of Madness" ],
[ "ItemHelmetTest.png", "Hermóár the Messenger" ],
[ "ItemShotsHead.png", "Horned Shot" ],
[ "ItemReflectHead.png", "Equity" ],
[ "ItemSwapHead.png", "Adventurer's Fedora" ],
[ "ItemChordHead.png", "The Secret Chord" ],
[ "ItemFlayHead.png", "Selðr's Hat" ],
[ "ItemWallGloves.png", "Powershot Glove" ],
[ "ItemHighGloves.png", "Spacewalker" ],
[ "ItemGoodnessGloves.png", "Midgard Bracelet" ],
[ "ItemDoubleGloves.png", "Gunnr's Bracer" ],
[ "ItemPenetrateGloves.png", "Sigrdrifa's Bracer" ],
[ "ItemTwiceGloves.png", "Quaternote" ],
[ "ItemRainGloves.png", "Golden Bracelet" ],
[ "ItemSlowGloves.png", "Asp's Whisper" ],
[ "ItemSpeedGloves.png", "Go Faster Glove" ],
[ "ItemCleavingGloves.png", "Momento Mori" ],
[ "ItemConsumeGloves.png", "Loki's Bargain" ],
[ "ItemDamageBoots.png", "Rhythmic Chaos Boots" ],
[ "ItemTramplingBoots.png", "Trampling Boots" ],
[ "ItemCreepBoots.png", "Poison Boots" ],
[ "ItemDocBoots.png", "Tumbler's Boots" ],
[ "ItemKnightBoots.png", "Giant Slayer Boots" ],
[ "ItemSkates.png", "Skates of Strafe" ],
[ "ItemHeavyBoots.png", "Boots of Rock" ],
[ "ItemJumpBoots.png", "Angelic Boots" ],
[ "ItemSpeedBoots.png", "Odin's Sneakers" ],
[ "ItemCowboyBoots.png", "Spurs of Justice" ],
[ "ItemChainChest.png", "Storm" ],
[ "ItemSpikeChest.png", "Berserker's Arm" ],
[ "ItemReviveChest.png", "Lion Heart" ],
[ "ItemRegenChest.png", "Dragon's Skin" ],
[ "ItemSunChest.png", "Richeous Sun" ],
[ "ItemSkullChest.png", "Face of Death" ],
[ "ItemChestInfinite.png", "The Best Defense" ],
[ "ItemReductChest.png", "Battle Lion Shield" ],
[ "ItemArmorChest.png", "Skjaldmeyjar's Plate" ],
];