mirror of
https://github.com/raeleus/Hashtag-DnD.git
synced 2025-07-14 01:11:52 -04:00
Adjust spelling of nano-necrotic
This commit is contained in:
parent
1b4c64e312
commit
003b441bc4
4 changed files with 20 additions and 20 deletions
6
Input.js
6
Input.js
|
@ -1037,7 +1037,7 @@ function handleSetupEnemyStep(text) {
|
|||
state.tempEnemy = createEnemy("Holographic Nightmare", calculateRoll("21d12+136"), 19, 14, "6d8+16", "d20+2", "Fire Sword5d6+8", "Teleporter")
|
||||
break
|
||||
case 110:
|
||||
state.tempEnemy = createEnemy("King Zombie", calculateRoll("22d12+176"), 22, 17, "3d10+30", "d20+2", "Nanonecrotic Virus", "Stench Breath20d8", "Gouging Toss2d8", "Raise Lab")
|
||||
state.tempEnemy = createEnemy("King Zombie", calculateRoll("22d12+176"), 22, 17, "3d10+30", "d20+2", "Nano-necrotic Virus", "Stench Breath20d8", "Gouging Toss2d8", "Raise Lab")
|
||||
break
|
||||
case 111:
|
||||
state.tempEnemy = createEnemy("Interdimensional Alien", calculateRoll("16d20+112"), 15, 14, "6d6+16", "d20", "Poison Jet4d6", "Nightmare Implant6d10")
|
||||
|
@ -1067,7 +1067,7 @@ function handleSetupEnemyStep(text) {
|
|||
state.tempEnemy = createEnemy("Beast Bot", calculateRoll("16d20+160"), 17, 16, "4d10+40", "d20+7", "Beast Wave6d10")
|
||||
break
|
||||
case 120:
|
||||
state.tempEnemy = createEnemy("Zombie God", calculateRoll("18d8+54"), 17, 12, "3d6", "Acid Shell4d4", "Incendiary Rocket8d6", "Transporter", "Nanonecrotic Command", "Cryo Blast3d8", "Interrupt Brains6d6", "Frightening Gaze", "Paralyzing Touch")
|
||||
state.tempEnemy = createEnemy("Zombie God", calculateRoll("18d8+54"), 17, 12, "3d6", "Acid Shell4d4", "Incendiary Rocket8d6", "Transporter", "Nano-necrotic Command", "Cryo Blast3d8", "Interrupt Brains6d6", "Frightening Gaze", "Paralyzing Touch")
|
||||
break
|
||||
case 121:
|
||||
state.tempEnemy = createEnemy("Magentic Cyborg", calculateRoll("16d10+112"), 19, 12, "4d6+7", "d20+5", "Magnet Blast4d10", "Command Prompt Kill")
|
||||
|
@ -1145,7 +1145,7 @@ function handleSetupEnemyStep(text) {
|
|||
state.tempEnemy = createEnemy("Atom Smasher", calculateRoll("12d8+12"), 12, 3, "1d6-1", "d20+2", "Static Shock10d8", "Cold Fusion Wall", "Counter Hack", "Hadron Collider3d8", "Seeker Missiles6d4+6")
|
||||
break
|
||||
case 146:
|
||||
state.tempEnemy = createEnemy("Nano Researcher", calculateRoll("12d8+12"), 12, 7, "2d4", "d20+2", "Nanite Bomb8d6", "Radioactive Decay8d8", "Carnivorouos Cloud5d8", "Nanonecrotic Command", "Nanonecrotic Touch1d8")
|
||||
state.tempEnemy = createEnemy("Nano Researcher", calculateRoll("12d8+12"), 12, 7, "2d4", "d20+2", "Nanite Bomb8d6", "Radioactive Decay8d8", "Carnivorouos Cloud5d8", "Nano-necrotic Command", "Nano-necrotic Touch1d8")
|
||||
break
|
||||
case 147:
|
||||
state.tempEnemy = createEnemy("Master Cracker", calculateRoll("22d8+44"), 18, 9, "6d6+15", "d20+2", "Adrenal Pump", "Spy Wire", "Mind Hack6d8+5")
|
||||
|
|
12
Library.js
12
Library.js
|
@ -936,7 +936,7 @@ function createEncounter(listName) {
|
|||
encounter.text = "A crashed escape pod is before you. You see that motion trackers are active, watching for unauthorized entry."
|
||||
break
|
||||
case 2:
|
||||
encounter.text = "You've found notes from a rogue scientist that claim they were working on a cure for the nanonecrotic virus."
|
||||
encounter.text = "You've found notes from a rogue scientist that claim they were working on a cure for the nano-necrotic virus."
|
||||
break
|
||||
case 3:
|
||||
encounter.text = "A radio transmitter of unknown origin is here. It's sending out some sort of code."
|
||||
|
@ -1651,7 +1651,7 @@ function createEncounter(listName) {
|
|||
]
|
||||
break
|
||||
case 60:
|
||||
encounter.text = "\"Stay back! I can't control it. I can't...\" His voice breaks off as the nanonecrotic virus overwhelms him, giving him beast like features. Attack!"
|
||||
encounter.text = "\"Stay back! I can't control it. I can't...\" His voice breaks off as the nano-necrotic virus overwhelms him, giving him beast like features. Attack!"
|
||||
encounter.enemies = [
|
||||
createEnemy("Werezombie", calculateRoll("6d8+6"), 12, 4, "1d4+2", "d20+2")
|
||||
]
|
||||
|
@ -2221,7 +2221,7 @@ function createEncounter(listName) {
|
|||
encounter.text = "A swarm of nanomachines are eating away at the face of a building. If you are careful, you can pass by without being turned into a puddle of gray mass."
|
||||
break
|
||||
case 10:
|
||||
encounter.text = "Your limbs begin to lock up. An insatiable hunger sweeps over you. Your mind lusts for carnage. But you were so careful! There was no way that you were infected by the nanonecrotic virus. Or were you?"
|
||||
encounter.text = "Your limbs begin to lock up. An insatiable hunger sweeps over you. Your mind lusts for carnage. But you were so careful! There was no way that you were infected by the nano-necrotic virus. Or were you?"
|
||||
break
|
||||
case 11:
|
||||
encounter.text = "Ambushed! Cyborg raiders have surrounded you. However, instead of killing you, they are here to make a bargain."
|
||||
|
@ -2380,7 +2380,7 @@ function createEncounter(listName) {
|
|||
]
|
||||
break
|
||||
case 46:
|
||||
encounter.text = "You have entered the realm of a powerful nanonecrotic vampire. Its coven is poised to strike!"
|
||||
encounter.text = "You have entered the realm of a powerful nano-necrotic vampire. Its coven is poised to strike!"
|
||||
encounter.enemies = [
|
||||
createEnemy("Nano Vampire", calculateRoll("17d8+68"), 16, 9, "3d8+8", "d20+4", "Brain Backdoor", "Nanomorph"),
|
||||
createEnemy("Nano Vampire Spawn", calculateRoll("11d8+33"), 15, 6, "2d4+3", "d20+3", "Bite3d6+3"),
|
||||
|
@ -2490,7 +2490,7 @@ function createEncounter(listName) {
|
|||
encounter.text = "You hear it before you see it. Two great citadels, flying fortresses armed to the teeth, are battling in the distance. The very earth quakes from the devastation."
|
||||
break
|
||||
case 4:
|
||||
encounter.text = "One of the recruits is sick with the nanonecrotic virus, but he was never bitten nor made contact with the enemy. Is the virus airborne now?"
|
||||
encounter.text = "One of the recruits is sick with the nano-necrotic virus, but he was never bitten nor made contact with the enemy. Is the virus airborne now?"
|
||||
break
|
||||
case 5:
|
||||
encounter.text = "You find a mysterious package. Ancient but preserved by several layers of plastic wrap. It has the official logo of the science wing of the military. Under it, a label: \"The Cure\""
|
||||
|
@ -2693,7 +2693,7 @@ function createEncounter(listName) {
|
|||
case 51:
|
||||
encounter.text = "The zombie commander controls an incredible army of the dead. Strike now for the good of humanity!"
|
||||
encounter.enemies = [
|
||||
createEnemy("Zombie Commander", calculateRoll("18d8+54"), 17, 12, "3d6", "Tech Shot4d4", "Missile Strike8d6", "Transporter", "Nanonecrotic Command", "Cryonic Beam3d8", "Radiation Zone6d6", "Dead Vision", "Disabling Injection")
|
||||
createEnemy("Zombie Commander", calculateRoll("18d8+54"), 17, 12, "3d6", "Tech Shot4d4", "Missile Strike8d6", "Transporter", "Nano-necrotic Command", "Cryonic Beam3d8", "Radiation Zone6d6", "Dead Vision", "Disabling Injection")
|
||||
]
|
||||
break
|
||||
case 52:
|
||||
|
|
10
Output.js
10
Output.js
|
@ -1085,7 +1085,7 @@ function handleSpellShop() {
|
|||
spellShopSelectSpells(["Antinecrotic Orb", "Radiation Shielding", "Phaseshift", "Climate Control", "Death's Cure", "Hint Model", "Axle Grease", "Sentry Turret", "Search Query Creature", "Magneto Shape"], 2500, state.spellShopLevel == 4 ? 3 : 1)
|
||||
if (state.spellShopAll) break
|
||||
case 3:
|
||||
spellShopSelectSpells(["Nanonecrotic Command", "Bio Bot", "Juicer", "Borg Breaker", "Spy Wire", "Recycled Food and Drink", "Light Diffuser", "EMP Spike", "Cryosleep", "Proximity Mine", "Force Cage", "Mass Healing Ward", "Electronic Form", "Ablative Shielding", "Virus Removal", "Revivification Serum", "Electronic Mail", "Neuromancer", "Micro Machines", "Dual Lingo", "Hydrophobic Step"], 1000, state.spellShopLevel == 3 ? 5 : 1)
|
||||
spellShopSelectSpells(["Nano-necrotic Command", "Bio Bot", "Juicer", "Borg Breaker", "Spy Wire", "Recycled Food and Drink", "Light Diffuser", "EMP Spike", "Cryosleep", "Proximity Mine", "Force Cage", "Mass Healing Ward", "Electronic Form", "Ablative Shielding", "Virus Removal", "Revivification Serum", "Electronic Mail", "Neuromancer", "Micro Machines", "Dual Lingo", "Hydrophobic Step"], 1000, state.spellShopLevel == 3 ? 5 : 1)
|
||||
if (state.spellShopAll) break
|
||||
case 2:
|
||||
spellShopSelectSpells(["Health Booster", "Simulation", "Accute Miopia", "White Noise Generator", "Narco Nullifier", "Laser Light", "Ability Trainer", "Threat Detector", "Death Vaccine", "Paralysis Mite", "Antigen", "Search Query Thing", "Program of Healing", "Pop-Up Blocker", "Noise Cancelling", "Light Form Weapon", "Shield Link", "Truth Serum"], 500, state.spellShopLevel == 2 ? 5 : 1)
|
||||
|
@ -1203,7 +1203,7 @@ function handleSpellShop() {
|
|||
spellShopSelectSpells(["Thermite Spray", "Brain Backdoor", "Elemental Ball", "Cone of Lights", "Universal Translator", "Circuit Detector", "Holographic Mask", "Hyper Motivator", "Pain Inhibitor", "Retro Rockets", "Fog Generator", "Motor Oil", "Freeze Grenade", "Jump Jets", "Power Armor", "Seeker Missiles", "Dirty Bomb", "Malware Blocker", "Muted Graphic", "Sleep Pill", "Concussive Round", "Power Coupling"], 250, state.spellShopLevel == 1 ? 5 : 1)
|
||||
if (state.spellShopAll) break
|
||||
case 0:
|
||||
spellShopSelectSpells(["Biotic Acid", "Danger Suit", "Nanonecrotic Touch", "Glow Orb", "Periodic Elements", "Incendiary Sabot Round", "Friendship Protocol", "Bioluminescent Gel", "Spider Bot", "Micro Mend", "Text Message", "Minor Hologram", "Chemical Spray", "Format", "Cryo Blast", "Short Circuit", "Atomic Energy", "Concussive Round", "Auto Aim"], 50, state.spellShopLevel == 0 ? 3 : 1)
|
||||
spellShopSelectSpells(["Biotic Acid", "Danger Suit", "Nano-necrotic Touch", "Glow Orb", "Periodic Elements", "Incendiary Sabot Round", "Friendship Protocol", "Bioluminescent Gel", "Spider Bot", "Micro Mend", "Text Message", "Minor Hologram", "Chemical Spray", "Format", "Cryo Blast", "Short Circuit", "Atomic Energy", "Concussive Round", "Auto Aim"], 50, state.spellShopLevel == 0 ? 3 : 1)
|
||||
if (state.spellShopAll) break
|
||||
break
|
||||
}
|
||||
|
@ -1237,7 +1237,7 @@ function handleSpellShop() {
|
|||
spellShopSelectSpells(["Coolant Armor", "Robotic Tentacles", "Trip Hammer", "Brain Backdoor", "Universal Translator", "Circuit Detector", "Hyper Motivator", "Counter Strike", "Worm", "Enciphered Text", "Heuristic Protection", "Speak with Drones", "Meme", "Nano Servants", "Power Coupling"], 250, state.spellShopLevel == 1 ? 5 : 1)
|
||||
if (state.spellShopAll) break
|
||||
case 0:
|
||||
spellShopSelectSpells(["Danger Suit", "Nanonecrotic Touch", "Energy Beam", "Friendship Protocol", "Spider Bot", "Compromise System", "Minor Hologram", "Chemical Spray"], 50, state.spellShopLevel == 0 ? 3 : 1)
|
||||
spellShopSelectSpells(["Danger Suit", "Nano-necrotic Touch", "Energy Beam", "Friendship Protocol", "Spider Bot", "Compromise System", "Minor Hologram", "Chemical Spray"], 50, state.spellShopLevel == 0 ? 3 : 1)
|
||||
if (state.spellShopAll) break
|
||||
break
|
||||
}
|
||||
|
@ -1263,7 +1263,7 @@ function handleSpellShop() {
|
|||
spellShopSelectSpells(["Stealth Drone", "Phaseshift", "Radioactive Decay", "Controller", "Crash Targeting System", "Tiny Robots", "Hydraulic Dam", "Transporter", "Hint Model", "Grey Goo", "Printer", "Heat Shield", "Null Zero Cloak", "Holographic Terrain", "Cold Snap", "Flat Space Compartment", "Search Query Creature", "Robo Dog", "Hermetic Seal", "Containment Field", "Cyber Assassin", "Nanomorph", "Kevlar Skin", "Summon Gel Construct", "Summon Robot", "Summon Nanoswarm", "Anti-Material Round", "Firewall"], 2500, state.spellShopLevel == 4 ? 3 : 1)
|
||||
if (state.spellShopAll) break
|
||||
case 3:
|
||||
spellShopSelectSpells(["Nanonecrotic Command", "Borg Breaker", "Encode", "Spy Wire", "Counter Hack", "EMP Spike", "Anxiety Wave", "Cryosleep", "Incendiary Rocket", "Anti-Gravity Driver", "Cloud Form", "Proximity Mine", "Stim Pack", "Interrupting Brain Waves", "Portable Shelter", "Tesla Coil", "Force Cage", "Hologram", "Radar Jammer", "Light Cycle", "Ablative Shielding", "Virus Removal", "Electronic Mail", "Air Conditioner", "Degreaser", "Neuromancer", "Trash Compacter", "Summon Dimensional", "Summon Necro", "Dual Lingo", "Transfusion", "Respirator"], 1000, state.spellShopLevel == 3 ? 5 : 1)
|
||||
spellShopSelectSpells(["Nano-necrotic Command", "Borg Breaker", "Encode", "Spy Wire", "Counter Hack", "EMP Spike", "Anxiety Wave", "Cryosleep", "Incendiary Rocket", "Anti-Gravity Driver", "Cloud Form", "Proximity Mine", "Stim Pack", "Interrupting Brain Waves", "Portable Shelter", "Tesla Coil", "Force Cage", "Hologram", "Radar Jammer", "Light Cycle", "Ablative Shielding", "Virus Removal", "Electronic Mail", "Air Conditioner", "Degreaser", "Neuromancer", "Trash Compacter", "Summon Dimensional", "Summon Necro", "Dual Lingo", "Transfusion", "Respirator"], 1000, state.spellShopLevel == 3 ? 5 : 1)
|
||||
if (state.spellShopAll) break
|
||||
case 2:
|
||||
spellShopSelectSpells(["Augmentation", "Cryptographic Lock", "Health Stim", "Simulation", "Accute Miopia", "White Noise Generator", "Focal Aperture", "Sharps", "Laser Light", "Mind Slave", "Vertiblack Cloud", "Nightvision", "Mind Scanner", "Flamethrower", "Ability Trainer", "Growth Hormone", "Miniturization Ray", "Flame Graviton", "Death Vaccine", "Industrial Fan", "Paralysis Mite", "Cloak", "Crack Code", "Antigravity Puck", "Search Query Thing", "Recording", "Weapon Mod", "Acid Shell", "Macro Virus", "Optical Illusion", "Electric Step", "Siphon Filter", "Cognitive Implant", "Ray of Arthritis", "Chain Link", "Solar Panel", "Night Vision", "Hadron Collider", "Electro-Adhesion", "Inception", "Sticky Bomb"], 500, state.spellShopLevel == 2 ? 5 : 1)
|
||||
|
@ -1272,7 +1272,7 @@ function handleSpellShop() {
|
|||
spellShopSelectSpells(["Proximity Alert", "Thermite Spray", "Brain Backdoor", "Elemental Ball", "Cone of Lights", "Universal Translator", "Circuit Detector", "Holographic Mask", "Hyper Motivator", "Pain Inhibitor", "Retro Rockets", "Find Robot Companion", "Fog Generator", "Motor Oil", "Freeze Grenade", "Analyze", "Enciphered Text", "Jump Jets", "Hyperdrive", "Power Armor", "Seeker Missiles", "Heuristic Protection", "Dirty Bomb", "Malware Blocker", "Muted Graphic", "Sleep Pill", "Meme", "Hover Board", "Concussive Round", "Nano Servants", "Power Coupling"], 250, state.spellShopLevel == 1 ? 5 : 1)
|
||||
if (state.spellShopAll) break
|
||||
case 0:
|
||||
spellShopSelectSpells(["Biotic Acid", "Danger Suit", "Nanonecrotic Touch", "Glow Orb", "Periodic Elements", "Incendiary Sabot Round", "Friendship Protocol", "Bioluminescent Gel", "Spider Bot", "Micro Mend", "Text Message", "Compromise System", "Minor Hologram", "Chemical Spray", "Format", "Cryo Blast", "Short Circuit", "Concussive Round", "System Beep", "Auto Aim"], 50, state.spellShopLevel == 0 ? 3 : 1)
|
||||
spellShopSelectSpells(["Biotic Acid", "Danger Suit", "Nano-necrotic Touch", "Glow Orb", "Periodic Elements", "Incendiary Sabot Round", "Friendship Protocol", "Bioluminescent Gel", "Spider Bot", "Micro Mend", "Text Message", "Compromise System", "Minor Hologram", "Chemical Spray", "Format", "Cryo Blast", "Short Circuit", "Concussive Round", "System Beep", "Auto Aim"], 50, state.spellShopLevel == 0 ? 3 : 1)
|
||||
if (state.spellShopAll) break
|
||||
break
|
||||
}
|
||||
|
|
|
@ -4505,7 +4505,7 @@
|
|||
},
|
||||
{
|
||||
"keys": "Antenna of Hex Machina",
|
||||
"value": "Crafted by Hex Machina, cyborg alien prince of the abyss. Trying to attune to the wand causes incredible necrotic damage or simply become a zombie. It can wielded as a rail gun with excellent accuracy and damage and deals extra necrotic damage. It provides additional ability to avoid attacks. It has 7 charges to cast spells: Nanonecrotic Command(1) radioactive decay(2) nanite bomb(3) syringe of death(3) command prompt kill(4) Neuromancer(1). It regains charges slowly every day. It can conjure 15 skeletons and 15 zombies once per day. It is sentient and desires to slay everything in the multiverse.",
|
||||
"value": "Crafted by Hex Machina, cyborg alien prince of the abyss. Trying to attune to the wand causes incredible necrotic damage or simply become a zombie. It can wielded as a rail gun with excellent accuracy and damage and deals extra necrotic damage. It provides additional ability to avoid attacks. It has 7 charges to cast spells: Nano-necrotic Command(1) radioactive decay(2) nanite bomb(3) syringe of death(3) command prompt kill(4) Neuromancer(1). It regains charges slowly every day. It can conjure 15 skeletons and 15 zombies once per day. It is sentient and desires to slay everything in the multiverse.",
|
||||
"type": "item",
|
||||
"title": "Antenna of Hex Machina",
|
||||
"description": "5000000",
|
||||
|
@ -4584,10 +4584,10 @@
|
|||
"useForCharacterCreation": false
|
||||
},
|
||||
{
|
||||
"keys": "Nanonecrotic Command",
|
||||
"keys": "Nano-necrotic Command",
|
||||
"value": "Spell that tranforms a dead corpse or pile of bones into an undead creature. This could be a zombie or skeleton, respectively.",
|
||||
"type": "spell",
|
||||
"title": "Nanonecrotic Command",
|
||||
"title": "Nano-necrotic Command",
|
||||
"description": "",
|
||||
"useForCharacterCreation": false
|
||||
},
|
||||
|
@ -4904,10 +4904,10 @@
|
|||
"useForCharacterCreation": false
|
||||
},
|
||||
{
|
||||
"keys": "Nanonecrotic Touch",
|
||||
"keys": "Nano-necrotic Touch",
|
||||
"value": "Spell casted when the caster takes a melee attack against a target. It causes necrotic damage.",
|
||||
"type": "spell",
|
||||
"title": "Nanonecrotic Touch",
|
||||
"title": "Nano-necrotic Touch",
|
||||
"description": "",
|
||||
"useForCharacterCreation": false
|
||||
},
|
||||
|
@ -5649,7 +5649,7 @@
|
|||
},
|
||||
{
|
||||
"keys": "Syringe of Death",
|
||||
"value": "Spell that causes massive damage to a target that the caster can touch. If the touch kills, that target becomes a nanonecrotic zombie.",
|
||||
"value": "Spell that causes massive damage to a target that the caster can touch. If the touch kills, that target becomes a nano-necrotic zombie.",
|
||||
"type": "spell",
|
||||
"title": "Syringe of Death",
|
||||
"description": "",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue