Feature: Kagune-Wand Synchronization System Overview In the Porry Ro Ghoul Script , wizards and ghouls coexist in a hidden magical society. This feature allows a user (player or writer) to synchronize a wand (magic focus) with a kagune (ghoul predatory organ). The script dynamically generates hybrid abilities based on the user’s RC cell count and magical affinity. Core Mechanics
Dual Resource Pool
Mana (for spells) RC Cells (for kagune activation) Synchronization allows casting spells through the kagune, consuming both resources for amplified effects.
Kagune Types → Spell Modifiers
Ukaku (projectile kagune): Spells become rapid-fire, gain range but lose accuracy. Koukaku (shield/armor kagune): Spells gain defensive properties (e.g., Protego explodes outward). Rinkaku (tentacle kagune): Spells split into multiple homing projectiles. Bikaku (tail kagune): Spells leave damaging trails or area-of-effect zones.
Ghoul-Wand Alignment Meter
Ranges from Pure Wizard (no kagune use) to Half-Ghoul (balanced) to Ghoul Lord (kagune-focused). Alignment changes dialogue options, NPC reactions, and scripted story branches. Porry Ro Ghoul Script
Unique Hybrid Spells Examples generated by the script:
Avada Kedavra + Kagune siphon → "Killing Curse of Flesh Drain" (insta-kill + heals caster). Wingardium Leviosa + Rinkaku → "Tentacle Lift" (grabs multiple enemies and suspends them). Expecto Patronum + Ukaku shards → "Ghoul Patronus" (summons a protective ghoul-beast that fires crystal projectiles).
Hunger/Magic Overload System
Using kagune-synced spells increases hunger (requires human/ghoul food). Overusing magic with low RC cells triggers a Ghoul Frenzy – temporary loss of control, but massive stat boost.
Script Usage Example (pseudo-code) # From the "Porry Ro Ghoul Script" runtime player.kagune_type = "Rinkaku" player.wand_core = "Phoenix feather" sync_level = player.synchronize(rc_cells=250, mana=180) if sync_level > 75: cast("Stupefy", modifier="tentacle_split", targets=3) # Output: Three red tentacles shoot from wand, each stunning a different enemy.