Skip to content

Commit

Permalink
added cell profiles
Browse files Browse the repository at this point in the history
  • Loading branch information
IonutParau committed Jun 17, 2023
1 parent a2db47b commit 6a980e9
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions lib/logic/cell_data.dart
Original file line number Diff line number Diff line change
Expand Up @@ -3263,6 +3263,18 @@ final cellInfo = <String, CellProfile>{
"Stableton D",
"Stableton B but can decay into Stableton C",
),
"stable_p": CellProfile(
"Stableton P",
"It may swap diagonally with other stabletons to achieve true stability. Decays into Stableton S and Stableton O",
),
"stable_s": CellProfile(
"Stableton S",
"Like Stableton P but swaps orthogonally. Decays into Stableton P",
),
"stable_o": CellProfile(
"Stableton O",
"Combination of Stableton P and Stableton S. Decays into Stableton S and Stableton P",
),
};

enum CellPropertyType {
Expand Down

0 comments on commit 6a980e9

Please sign in to comment.