Difference between revisions of "Zaphio (76561198004362191)"

From BPM Wiki
Jump to navigation Jump to search
m
Line 18: Line 18:
  
 
== Some useful data ==
 
== Some useful data ==
 +
=== Ability assets ===
 
<pre>
 
<pre>
const file_ability_map = [
+
const ability_assets = [
 
["UltimateHeal.png", "Elli's Touch"],
 
["UltimateHeal.png", "Elli's Touch"],
 
["UltimateGrenade.png", "Jarnbjorn"],
 
["UltimateGrenade.png", "Jarnbjorn"],
Line 48: Line 49:
 
</pre>
 
</pre>
  
 +
=== Equipment assets ===
 
<pre>
 
<pre>
const file_item_map = [
+
const equipment_assets = [
 
[ "ItemVampHead.png", "Circlet of the Serpentine" ],
 
[ "ItemVampHead.png", "Circlet of the Serpentine" ],
 
[ "ItemCrown.png", "Ymir's Crown" ],
 
[ "ItemCrown.png", "Ymir's Crown" ],
Line 93: Line 95:
 
[ "ItemArmorChest.png", "Skjaldmeyjar's Plate" ],
 
[ "ItemArmorChest.png", "Skjaldmeyjar's Plate" ],
 
];
 
];
 +
</pre>
 +
 +
=== Localized enemy names ===
 +
<pre>
 +
const enemy_localization = [
 +
["worm"                    "worm"],
 +
["maggot"                  "maggot"],
 +
["spiderling"              "spider hatchling"],
 +
["spidernormal"            "spider"],
 +
["spider"                  "giant spider"],
 +
["crab"                    "hexapod (look it up)"],
 +
["agrofly"                "fly"],
 +
["fly"                    "fast fly"],
 +
["hivebag"                "hive"],
 +
["flybag"                  "mother of flies"],
 +
["babybat"                "baby bat"],
 +
["minibossbat"            "big bat"],
 +
["avoider"                "mage"],
 +
["skeletonmage"            "skeleton mage"],
 +
["syncronisedskeleton"    "synchronised skeleton"],
 +
["shieldsmall"            "guardian"],
 +
["shieldbig"              "jötunn guard"],
 +
["icequeen"                "ice witch"],
 +
["slicer"                  "blade"],
 +
["lockdown"                "clockwork soul"],
 +
["babyscorpion"            "scorpion hatchling"],
 +
["scorpion"                "scorpion"],
 +
["scorpionqueen"          "scorpion queen"],
 +
["cowskullcharger"        "sired skull"],
 +
["ghostcharger"            "dragon's ghost"],
 +
["suicideprojectile"      "dragon's spirit"],
 +
["minion"                  "fire eater"],
 +
["borisback"              "mechanised monster"],
 +
["stiller"                "firebreather"],
 +
["suicidebomber"          "flightless imp"],
 +
["bomberimp"              "flying imp"],
 +
["switcher"                "foul wretch"],
 +
["turret"                  "cutthroat"],
 +
["minibossfloorsmasher"    "igneous red"],
 +
["babykraken"              "krakling"],
 +
["minibosskraken"          "kraken"],
 +
["minibosswildmage"        "wild mage"],
 +
["minibossdemonheavy"      "minotaur"],
 +
["minibossheart"          "beating heart"],
 +
["minibossdarkheart"      "dark heart"],
 +
["minibossdarkknight"      "black knight"],
 +
["minibossreaper"          "reaper"],
 +
["minibosssamurai"        "servant of darkness"],
 +
["nidhoggprojectile"      "visage nidhogg"],
 +
["phoenix"                "phoenix"],
 +
];
 +
</pre>
 +
 +
=== Weapon pool names ===
 +
<pre>
 +
AngelStatuePool
 +
DevilStatuePool
 +
ChoiceRoomItemsPoolArm
 +
ChoiceRoomItemsPoolShield
 +
ChoiceRoomItemsPoolFoot
 +
ChoiceRoomItemsPoolHead
 +
LibrarySecondaryPool
 +
LibraryUltimatePool
 +
WeaponPool
 +
WeaponCheapPool
 +
WeaponAffordablePool
 +
WeaponExpensivePool
 +
ShopItemPool
 +
BossItemPool
 +
TreasureItemPool
 +
CursedChestPool
 
</pre>
 
</pre>
  

Revision as of 20:48, 27 September 2020

Hi! I'm the webmaster of the wiki.

My test stuff

Game's fonts

Tools

Some useful data

Ability assets

const ability_assets = [
["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"],
];

Equipment assets

const equipment_assets = [
[ "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" ],
];

Localized enemy names

const enemy_localization = [
["worm"                    "worm"],
["maggot"                  "maggot"],
["spiderling"              "spider hatchling"],
["spidernormal"            "spider"],
["spider"                  "giant spider"],
["crab"                    "hexapod (look it up)"],
["agrofly"                 "fly"],
["fly"                     "fast fly"],
["hivebag"                 "hive"],
["flybag"                  "mother of flies"],
["babybat"                 "baby bat"],
["minibossbat"             "big bat"],
["avoider"                 "mage"],
["skeletonmage"            "skeleton mage"],
["syncronisedskeleton"     "synchronised skeleton"],
["shieldsmall"             "guardian"],
["shieldbig"               "jötunn guard"],
["icequeen"                "ice witch"],
["slicer"                  "blade"],
["lockdown"                "clockwork soul"],
["babyscorpion"            "scorpion hatchling"],
["scorpion"                "scorpion"],
["scorpionqueen"           "scorpion queen"],
["cowskullcharger"         "sired skull"],
["ghostcharger"            "dragon's ghost"],
["suicideprojectile"       "dragon's spirit"],
["minion"                  "fire eater"],
["borisback"               "mechanised monster"],
["stiller"                 "firebreather"],
["suicidebomber"           "flightless imp"],
["bomberimp"               "flying imp"],
["switcher"                "foul wretch"],
["turret"                  "cutthroat"],
["minibossfloorsmasher"    "igneous red"],
["babykraken"              "krakling"],
["minibosskraken"          "kraken"],
["minibosswildmage"        "wild mage"],
["minibossdemonheavy"      "minotaur"],
["minibossheart"           "beating heart"],
["minibossdarkheart"       "dark heart"],
["minibossdarkknight"      "black knight"],
["minibossreaper"          "reaper"],
["minibosssamurai"         "servant of darkness"],
["nidhoggprojectile"       "visage nidhogg"],
["phoenix"                 "phoenix"],
];

Weapon pool names

AngelStatuePool
DevilStatuePool
ChoiceRoomItemsPoolArm
ChoiceRoomItemsPoolShield
ChoiceRoomItemsPoolFoot
ChoiceRoomItemsPoolHead
LibrarySecondaryPool
LibraryUltimatePool
WeaponPool
WeaponCheapPool
WeaponAffordablePool
WeaponExpensivePool
ShopItemPool
BossItemPool
TreasureItemPool
CursedChestPool

MediaWiki documentation