May 22nd 2025: A large number of spam user accounts have been removed from the wiki. If your account was accidentally deleted during this process, please get in contact to have it restored!

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
ghost:zzzzzzzzz [2023/06/15 18:25] – overlap event name whataphantasiaghost:zzzzzzzzz [2024/04/24 01:09] (current) – Capitalization ulde3
Line 6: Line 6:
 ^ Type | [[info:Ukagaka|Ghost]] | ^ Type | [[info:Ukagaka|Ghost]] |
 ^ Developer(s) | [[dev:WhatAPhantasia]] | ^ Developer(s) | [[dev:WhatAPhantasia]] |
-^ Origin | Original Character |+^ Origin | Original character |
 ^ Sakura | Phanta | ^ Sakura | Phanta |
 ^ Language(s) | English | ^ Language(s) | English |
Line 14: Line 14:
 </WRAP> </WRAP>
  
-//Content warning: Guilt-tripping, unsettling dialogue, crude humor.//+<wrap indent>//Content warning: Guilt-tripping, unsettling dialogue, crude humor.//</wrap>
  
 //zzzzzzzzz// is a 1 character ghost created by [[dev:WhatAPhantasia]], depicting one of their mascot characters. The ghost refers to the user as her best friend and acts friendly, but easily gets mad and vengeful when doing something she dislikes (Closing her, clicking on her). //zzzzzzzzz// is a 1 character ghost created by [[dev:WhatAPhantasia]], depicting one of their mascot characters. The ghost refers to the user as her best friend and acts friendly, but easily gets mad and vengeful when doing something she dislikes (Closing her, clicking on her).
Line 20: Line 20:
 The ghost has a simple shell, with a focus on experimental functions and dialogue. She often talks about being sleepy, and dialogue is generally erratic or out of context. The ghost also has sparse dialogue in Arabic and Bahasa Melayu. The ghost has a simple shell, with a focus on experimental functions and dialogue. She often talks about being sleepy, and dialogue is generally erratic or out of context. The ghost also has sparse dialogue in Arabic and Bahasa Melayu.
  
-/*{{SIDETOC width18}}*/ +{{SIDETOC width18}}
-/*Uncomment TOC if page has more than 3 headers*/+
  
 ===== Features ===== ===== Features =====
- 
   * Talks at random intervals, uncontrollable by the user.   * Talks at random intervals, uncontrollable by the user.
   * No menus, and refuses to do anything when clicked by the user.   * No menus, and refuses to do anything when clicked by the user.
     * There is a small chance the user can make her talk by clicking on her.     * There is a small chance the user can make her talk by clicking on her.
-  * If overlapping another ghost, she sends an event (OnPhantaEepy) and "sleeps" on the ghost+  * If overlapping another ghost, she sends an event to it and "sleeps" on the ghost.
-    * Works just like [[https://ukagakadreamteam.com/wiki/ghost/needle#communication_features|Needle's,]] with the exception of reference1 info.+
     * Has special dialogue for certain ghosts.     * Has special dialogue for certain ghosts.
   * Shell appearance can be changed by entering a specific string of keys while she is in focus.   * Shell appearance can be changed by entering a specific string of keys while she is in focus.
   * Tuggable hairbow to which she responds negatively, as well as positive petting and hair brushing.   * Tuggable hairbow to which she responds negatively, as well as positive petting and hair brushing.
   * Special event when balloon is interrupted, with a chance that she continues with the last dialogue she said.   * Special event when balloon is interrupted, with a chance that she continues with the last dialogue she said.
 +
 +===== Communication features =====
 +zzzzzzzzz uses OnOtherOverlap to detect other ghosts and send event info to them, modeled after [[ghost:Needle#communication_features|Needle's]] preexisting poke system. She sends the event OnPhantaEepy to any overlapping ghosts, then says a short dialogue. Other ghosts may implement this event and respond to her sleeping.
 +
 +Which character zzzzzzzzz is overlapping is sent via reference0. It will be 0 for the sakura, 1 for the kero, 2 for the first extra character, etc. If she is overlapping more than one character in the same ghost, the events will be sent one after another.
 +
 +A simple implementation of the OnPhantaEepy event is as follows:
 +
 +<code c>
 +OnPhantaEepy
 +{
 + if reference0 == 0 //Sakura
 + {
 + "\0I'm not a bed!!"
 + }
 + elseif reference0 == 1 //Kero
 + {
 + "\1What are you doing?"
 + }
 + elseif reference0 == 2 //Third char
 + {
 + "\p[2]zzzzz"
 + }
 + //etc...
 +}
 +</code>
  
 ===== Gallery ===== ===== Gallery =====
 {{gallery>ghost:zzzzzzzzz:gallery  }} {{gallery>ghost:zzzzzzzzz:gallery  }}
  
-{{tag>1_Character 2023 Content_Warning English Ghost Human Humanoid Original_Character Pettable YAYA}}+{{tag>1_Window 2023 Content_Warning English Ghost Human Humanoid Multilingual Original_Content Pettable YAYA}}