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)
 
m (→‎Objects in CC2: clarity pt. 2)
 
(9 intermediate revisions by 4 users not shown)
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 to [[Chip]], [[monster]]s and [[block]]s. Other tiles only move in situations involving the [[Multiple Tank Glitch]]. In [[Chip's Challenge 2]], the category is split into '''movable objects''', or '''moving objects''', and '''static objects'''; objects from CC1 are now movable objects, and the list is slightly expanded with 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.


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, by dropping certain [[item]]s in CC2, 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 12: Line 12:
* Skate over [[ice]] corners.
* Skate over [[ice]] corners.
* Use [[boosting]] of any type.
* Use [[boosting]] of any type.
* [[exit|Exit]] a level.
* [[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.
 
== Objects in CC2 ==
[[Chip's Challenge 2]] greatly expanded the object list and splits them into two types: '''movable objects''' (or '''actors''') and '''static objects'''. Static objects, moving objects, and [[terrain]] form their own layers, and one from each layer is allowed on a single tile at once, making combinations like a block on a key on [[gravel]] now possible.
 
Object behaviors in CC2 are more complex than CC1. More details about object interactions can be found on their individual pages.
 
=== Movable objects ===
* [[Chip]] and [[Melinda]]
* [[Monster]]s, including activated [[bowling ball]]s and [[time bomb]]s
* [[Dirt block]]s, [[ice block]]s, and [[directional block]]s
 
=== Static objects ===
* [[Computer chip]]s
* [[Key]]s
* [[Item]]s (occasionally, this term is used to refer to all static objects)
* [[Bomb]]s
* [[Toggle chip and bomb|Toggle chips and bombs]]
* [[Time modifier]]s
* [[Bonus flag]]s


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

Latest revision as of 10:04, 26 April 2021

Objects as defined in Chip's Challenge are tiles which can move. In CC1, this is limited to Chip, monsters and blocks. Other tiles only move in situations involving the Multiple Tank Glitch. In Chip's Challenge 2, the category is split into movable objects, or moving objects, and static objects; objects from CC1 are now movable objects, and the list is slightly expanded with 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, by dropping certain items in CC2, 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[edit]

Things only Chip is permitted to do[edit]

Things only Chip cannot do[edit]

Things only monsters can do[edit]

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

Things only monsters cannot do[edit]

Things only blocks are permitted to do[edit]

Things only blocks cannot do[edit]

  • Move independently.

Objects in CC2[edit]

Chip's Challenge 2 greatly expanded the object list and splits them into two types: movable objects (or actors) and static objects. Static objects, moving objects, and terrain form their own layers, and one from each layer is allowed on a single tile at once, making combinations like a block on a key on gravel now possible.

Object behaviors in CC2 are more complex than CC1. More details about object interactions can be found on their individual pages.

Movable objects[edit]

Static objects[edit]