Editing Zaphio (76561198004362191)

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:
Hi! I'm the webmaster of the wiki. My contributions: [[Special:Contributions/76561198004362191]]
+
Hi! I'm the webmaster of the wiki.
  
 
== 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 ability_assets = [
+
const file_ability_map = [
 
["UltimateHeal.png", "Elli's Touch"],
 
["UltimateHeal.png", "Elli's Touch"],
 
["UltimateGrenade.png", "Jarnbjorn"],
 
["UltimateGrenade.png", "Jarnbjorn"],
Line 57: Line 44:
 
</pre>
 
</pre>
  
=== Equipment assets ===
 
 
<pre>
 
<pre>
const equipment_assets = [
+
const file_item_map = [
 
[ "ItemVampHead.png", "Circlet of the Serpentine" ],
 
[ "ItemVampHead.png", "Circlet of the Serpentine" ],
 
[ "ItemCrown.png", "Ymir's Crown" ],
 
[ "ItemCrown.png", "Ymir's Crown" ],
Line 103: Line 89:
 
[ "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>
 
 
=== 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>
 
</pre>
  
 
== MediaWiki documentation ==
 
== MediaWiki documentation ==
 
* https://www.mediawiki.org/wiki/API:Edit
 
* https://www.mediawiki.org/wiki/API:Edit
* https://bulletsperminute.wiki/mediawiki/api.php?action=help&modules=edit
 

Please note that all contributions to BPM Wiki are considered to be released under the Creative Commons Attribution-ShareAlike (see Project:Copyrights for details). If you do not want your writing to be edited mercilessly and redistributed at will, 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. Do not submit copyrighted work without permission!

Cancel Editing help (opens in new window)