Please create an account or Login! Have fun!

Object: Difference between revisions

Jump to navigation Jump to search
imported>Daniel Carrero
(→‎Things only Chip is permitted to do: move "exit a level" to own line)
 
No edit summary
Line 1: Line 1:
'''Objects''' as defined in [[Chip's Challenge]] are [[tile]]s which can move, which are technically limited to [[Chip]], [[monster]]s and [[block]]s. Other tiles only move in [[advanced coding]] situations such as the [[Multiple Tank Glitch]].
'''Objects''' as defined in [[Chip's Challenge]] are [[tile]]s which can move. In CC1, this is limited limited to [[Chip]], [[monster]]s and [[block]]s. Other tiles only move in situations involving the [[Multiple Tank Glitch]]. In [[Chip's Challenge 2]], the list is slightly expanded to include tiles like [[bowling ball]]s and [[player mirror]]s.


Objects run most of Chip's Challenge itself, hitting [[button]]s, removing [[water]] and [[bomb]]s, and performing other menial tasks for Chip (since although Chip is an object, he cannot do some things). Each object has specific rules allowing it certain abilities and writing up its "can"s and "can't"s.
Objects run most of Chip's Challenge itself, hitting [[button]]s, removing [[water]] and [[bomb]]s, and performing other menial tasks for Chip (since although Chip is an object, he cannot do some things). Each object has specific rules allowing it certain abilities and writing up its "can"s and "can't"s.
Line 5: Line 5:
Objects can only be created from [[clone machine]]s, or by advanced glitches, and can only be destroyed by touching [[destructive obstacle]]s. All destructive obstacles kill Chip unequipped with the correct boot; bombs kill all monsters, and water and fire kill all monsters other than [[fireball]]s, [[walker]]s, [[bug]]s and [[glider]]s in special cases. Blocks are only destroyed by water and bombs.
Objects can only be created from [[clone machine]]s, or by advanced glitches, and can only be destroyed by touching [[destructive obstacle]]s. All destructive obstacles kill Chip unequipped with the correct boot; bombs kill all monsters, and water and fire kill all monsters other than [[fireball]]s, [[walker]]s, [[bug]]s and [[glider]]s in special cases. Blocks are only destroyed by water and bombs.


== Things only Chip is permitted to do ==
== Object behavior in CC1 ==
 
=== Things only Chip is permitted to do ===
* Collect and remove [[item]]s, [[lock]]s, [[blue wall]]s, [[socket]]s, and [[dirt]].
* Collect and remove [[item]]s, [[lock]]s, [[blue wall]]s, [[socket]]s, and [[dirt]].
* Pass [[recessed wall]]s and [[thieves]].
* Pass [[recessed wall]]s and [[thieves]].
Line 14: Line 14:
* [[exit|Exit]] a level.
* [[exit|Exit]] a level.


== Things only Chip cannot do ==
=== Things only Chip cannot do ===
 
* Remove [[bomb]]s.
* Remove [[bomb]]s.
* Affect the [[sliplist]].
* Affect the [[sliplist]].
Line 21: Line 20:
* Direct monsters in another direction.
* Direct monsters in another direction.


== Things only monsters can do ==
=== Things only monsters can do ===
 
* Erase the lower layer of the [[grid]] when the upper layer is [[floor]].
* Erase the lower layer of the [[grid]] when the upper layer is [[floor]].


== Things only monsters cannot do ==
=== Things only monsters cannot do ===
 
* Pass [[boot]]s, [[gravel]] and [[ice]] corners.
* Pass [[boot]]s, [[gravel]] and [[ice]] corners.


== Things only blocks are permitted to do ==
=== Things only blocks are permitted to do ===
 
* [[Cross-checking|Cross-check]] over ice corners.
* [[Cross-checking|Cross-check]] over ice corners.
* Remove [[water]] from the [[grid]].
* Remove [[water]] from the [[grid]].


== Things only blocks cannot do ==
=== Things only blocks cannot do ===
* Move independently.


* Move independently.
[[Category:Terminology]]
[[Category:Terminology]]
[[Category:Tile groups]]
[[Category:Tile groups]]

Revision as of 02:32, 21 January 2019

Objects as defined in Chip's Challenge are tiles which can move. In CC1, this is limited limited to Chip, monsters and blocks. Other tiles only move in situations involving the Multiple Tank Glitch. In Chip's Challenge 2, the list is slightly expanded to include tiles like bowling balls and player mirrors.

Objects run most of Chip's Challenge itself, hitting buttons, removing water and bombs, and performing other menial tasks for Chip (since although Chip is an object, he cannot do some things). Each object has specific rules allowing it certain abilities and writing up its "can"s and "can't"s.

Objects can only be created from clone machines, or by advanced glitches, and can only be destroyed by touching destructive obstacles. All destructive obstacles kill Chip unequipped with the correct boot; bombs kill all monsters, and water and fire kill all monsters other than fireballs, walkers, bugs and gliders in special cases. Blocks are only destroyed by water and bombs.

Object behavior in CC1

Things only Chip is permitted to do

Things only Chip cannot do

Things only monsters can do

  • Erase the lower layer of the grid when the upper layer is floor.

Things only monsters cannot do

Things only blocks are permitted to do

Things only blocks cannot do

  • Move independently.