LSI: Difference between revisions

From OniGalore
Jump to navigation Jump to search
(Created page with "<gallery style="float:right" widths=64px heights=64px perrow=2 caption="Will the real LSI please stand up?"> File:LSI-palm icon.png File:LSI-palm pic.png File:LSI-harness icon...")
 
m (converted use of H template to Hover template)
 
(9 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<gallery style="float:right" widths=64px heights=64px perrow=2 caption="Will the real LSI please stand up?">
{|class="wikitable" rows="2" style="text-align:center; float:right;"
File:LSI-palm icon.png
|+Will the real LSI<br />please stand up?
File:LSI-palm pic.png
|-
File:LSI-harness icon.png
|[[Image:LSI-palm icon.png]]
File:LSI-harness pic.png
|[[Image:LSI-palm pic.png]]
File:LSI-torch icon.png
|-
File:LSI-torch pic.png
|colspan="2"|'''1'''
File:LSI-zipline icon.png
|-
File:LSI-zipline pic.png
|{{Hover|[[Image:LSI-harness icon.png]]|text=Yes, it's this one! (well, almost)|secret=yes}}
File:LSI-keys icon.png
|{{Hover|[[Image:LSI-harness pic.png]]|text=Yes, it's this one!|secret=yes}}
File:LSI-keys pic.png
|-
</gallery>
|colspan="2"|'''2'''
|-
|[[Image:LSI-torch icon.png]]
|[[Image:LSI-torch pic.png]]
|-
|colspan="2"|'''3'''
|-
|[[Image:LSI-zipline icon.png]]
|[[Image:LSI-zipline pic.png]]
|-
|colspan="2"|'''4'''
|-
|[[Image:LSI-keys icon.png]]
|[[Image:LSI-keys pic.png]]
|-
|colspan="2"|'''5'''
|}
"LSI" has two meanings:
"LSI" has two meanings:
# In-game, it refers to the "LSI tracker and harness" that Konoko uses to place a beacon on Muro's VTOL in [[Chapter 5]]; you ''did'' talk to [[Quotes/Speech#Tips|this guy]], right? He's the only one who calls it that; the game refers to it as a Rappelling Harness.
# In-game, it refers to the "'''LSI tracker (and harness)'''", a set of two items that Konoko must collect in order to place a beacon on Muro's VTOL in [[Chapter 5]]; you ''did'' talk to [[Quotes/Speech#Tips|this guy]], right? He's the only one who calls it that; the [[Quotes/Objectives#CHAPTER_05_._HOT_PURSUIT|game text]] mentions the Rappelling Harness as a means to reach Muro's plane, but says nothing about the tracking device ("LSI tracker").
# "LSI" is also a general engine term for any special item you pick up in a level, which gets added to your inventory and allows the mission to progress. Oni only supports one special item per level and only five missions take advantage of this feature. But from an engine standpoint, they are all termed LSIs. In fact, LSI could be speculated to stand for '''Level Specific Item'''.
# "LSI" is also an acronym for "'''Level Specific Item'''", referring to any special item you pick up in a level, which gets added to your inventory and allows the mission to progress. Oni only supports one special item per level and only five missions take advantage of this feature. One of the five special items is the "LSI tracker and harness" bundle, but from an engine standpoint, they are all termed LSIs.
:You can read about each of the game's LSIs starting [[Quotes/Items#datapad|HERE]]. You can learn how to give them to the player in a script [[BSL:Inventory#Powerups|HERE]].
:You can read about each of the game's LSIs starting [[Quotes/Items#datapad|HERE]]. You can learn how to give them to the player in a script [[BSL:Inventory management#Powerups|HERE]].


[[Category:Objects]]
[[Category:Things]]
[[Category:Engine docs]]

Latest revision as of 23:42, 2 December 2023

Will the real LSI
please stand up?
LSI-palm icon.png LSI-palm pic.png
1
LSI-harness icon.pngYes, it's this one! (well, almost) LSI-harness pic.pngYes, it's this one!
2
LSI-torch icon.png LSI-torch pic.png
3
LSI-zipline icon.png LSI-zipline pic.png
4
LSI-keys icon.png LSI-keys pic.png
5

"LSI" has two meanings:

  1. In-game, it refers to the "LSI tracker (and harness)", a set of two items that Konoko must collect in order to place a beacon on Muro's VTOL in Chapter 5; you did talk to this guy, right? He's the only one who calls it that; the game text mentions the Rappelling Harness as a means to reach Muro's plane, but says nothing about the tracking device ("LSI tracker").
  2. "LSI" is also an acronym for "Level Specific Item", referring to any special item you pick up in a level, which gets added to your inventory and allows the mission to progress. Oni only supports one special item per level and only five missions take advantage of this feature. One of the five special items is the "LSI tracker and harness" bundle, but from an engine standpoint, they are all termed LSIs.
You can read about each of the game's LSIs starting HERE. You can learn how to give them to the player in a script HERE.