about summary refs log tree commit diff stats
path: root/data/maps/the_plaza/rooms/Symbolic Entrance.txtpb
blob: e2719b898c0626a6836f6f360d86114b380e2b3c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
name: "Symbolic Entrance"
panels {
  name: "FIGURATIVE"
  path: "Panels/Entrances/panel_5"
  clue: "figurative"
  answer: "symbolic"
  symbols: SUN
}
ports {
  name: "SYMBOLIC"
  display_name: "Symbolic Entrance"
  path: "Components/Warps/worldport4"
  destination { x: 28 y: 0 z: 4 }
  rotation: 0
}
m { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
# This migration comes from pokeviewer (originally 20170924160524)
class AddStorageInfoToPokemon < ActiveRecord::Migration[5.1]
  def change
    add_column :pokeviewer_pokemon, :box, :integer, null: true
    add_column :pokeviewer_pokemon, :slot, :integer, null: true
  end
end