Difference between revisions of "EarthquakeStart"

From Final Fantasy Hacktics Wiki
Jump to navigation Jump to search
(Created page with "= {41} {{IE_41}} = Cause a seism with given parameters, but it does not control any sound related to it. See Also: {6B} {{IE_6B}} == Magnitude : ...")
 
Line 17: Line 17:
  
  
== Mercalli scale : Byte (unsigned) ==
+
== Mercalli Intensity Scale : Byte (unsigned) ==
 
Here is an approximate list of the scale:
 
Here is an approximate list of the scale:
 
*000: None
 
*000: None
Line 33: Line 33:
 
*032: Feeble
 
*032: Feeble
 
*064+: Instrumental
 
*064+: Instrumental
 
  
 
== Secondary Shock Magnitude : Byte (unsigned) ==
 
== Secondary Shock Magnitude : Byte (unsigned) ==

Revision as of 22:11, 4 January 2014

{41} EarthquakeStart

Cause a seism with given parameters, but it does not control any sound related to it.


See Also: {6B} BGSound


Magnitude : Byte (unsigned)

Strength of the seism.

  • 001: Light
  • 002: Moderate
  • 003: Strong
  • 004: Major
  • 005: Great
  • 006+: Epic

Any higher value woud look too weird as there are only two main frames.


Mercalli Intensity Scale : Byte (unsigned)

Here is an approximate list of the scale:

  • 000: None
  • 001: None
  • 002: Catastrophic
  • 003: Very Disastrous
  • 004: Disastrous
  • 005: Ruinous
  • 006: Destructive
  • 007: Very Strong
  • 008: Strong
  • 010: Rather Strong
  • 012: Moderate
  • 016: Slight
  • 032: Feeble
  • 064+: Instrumental

Secondary Shock Magnitude : Byte (unsigned)

Strength of delayed shocks.

  • 001: Light
  • 002: Moderate
  • 003: Strong
  • 004: Major
  • 005: Great
  • 006+: Epic


Secondary Shock Delay : Byte (unsigned)

Time interval between each secondary shock in 1/60th of seconds.

  • 060 = 1 second
  • 120 = 2 seconds
  • 180 = 3 seconds
  • 240 = 4 seconds