Difference between revisions of "Zaphio (76561198004362191)"

From BPM Wiki
Jump to navigation Jump to search
 
(11 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Hi! I'm the webmaster of the wiki.
+
Hi! I'm the webmaster of the wiki. My contributions: [[Special:Contributions/76561198004362191]]
  
 
== My test stuff ==
 
== My test stuff ==
Line 8: Line 8:
 
** Timeless: [[{{FULLPAGENAME}}/timeless.css]]
 
** Timeless: [[{{FULLPAGENAME}}/timeless.css]]
 
* JS: [[{{FULLPAGENAME}}/common.js]]
 
* JS: [[{{FULLPAGENAME}}/common.js]]
 +
 +
== Imagemap test ==
 +
{{#tag:imagemap|
 +
{{{1|File:Storm.png}}}
 +
desc none
 +
poly 64 16 112 64 64 112 16 64 {{{2|[[Storm]]}}}
 +
}}
  
 
== Game's fonts ==
 
== Game's fonts ==
 
* MotorBlock https://www.dafont.com/motorblock.font
 
* MotorBlock https://www.dafont.com/motorblock.font
 
* Runy Tunes https://www.1001fonts.com/runytunesrevisited-font.html
 
* Runy Tunes https://www.1001fonts.com/runytunesrevisited-font.html
 +
 +
== Tools ==
 +
* http://www.gildor.org/en/projects/umodel/ (Unreal Engine 4.25)
 +
* https://framedsc.github.io/GeneralGuides/universal_ue4_consoleunlocker.htm
 +
* http://www.unrealengine.com/udk/
  
 
== 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 44: Line 57:
 
</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 90: Line 104:
 
];
 
];
 
</pre>
 
</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>
 +
 +
=== Boss modifiers ===
 +
<pre>
 +
Cloned
 +
Poison
 +
Champion
 +
Vengeful
 +
Hidden
 +
Dwarf
 +
Shocking
 +
Burning
 +
Lethal
 +
Gigantic
 +
Crazed
 +
</pre>
 +
 +
=== Floor modifiers ===
 +
<pre>
 +
ChallengeExit
 +
SnakePit
 +
BadRoom
 +
BlackMarket
 +
CastleRoom
 +
Infested
 +
Lair
 +
Barren
 +
Midas
 +
AllDropsAreXItem
 +
UpTempo
 +
Retro
 +
InvertScreen
 +
Ice
 +
Fragile
 +
LowGravity
 +
Darkness
 +
</pre>
 +
 +
== MediaWiki documentation ==
 +
* https://www.mediawiki.org/wiki/API:Edit
 +
* https://bulletsperminute.wiki/mediawiki/api.php?action=help&modules=edit

Latest revision as of 18:42, 10 July 2022

Hi! I'm the webmaster of the wiki. My contributions: Special:Contributions/76561198004362191

My test stuff[edit]

Imagemap test[edit]

StormItemChainChest.png

Game's fonts[edit]

Tools[edit]

Some useful data[edit]

Ability assets[edit]

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[edit]

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[edit]

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[edit]

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

Boss modifiers[edit]

Cloned
Poison
Champion
Vengeful
Hidden
Dwarf
Shocking
Burning
Lethal
Gigantic
Crazed

Floor modifiers[edit]

ChallengeExit
SnakePit
BadRoom
BlackMarket
CastleRoom
Infested
Lair
Barren
Midas
AllDropsAreXItem
UpTempo
Retro
InvertScreen
Ice
Fragile
LowGravity
Darkness

MediaWiki documentation[edit]