예제 #1
0
            public InternalSellInfo()
            {
                Add(typeof(BlankMap), BlankMap.GetSBSellValue());
                Add(typeof(MapmakersPen), MapmakersPen.GetSBSellValue());

                //Add( typeof( LocalMap ), 6 );
                //Add( typeof( CityMap ), 8 );
                //Add( typeof( WorldMap ), 12 );
            }
예제 #2
0
            public InternalBuyInfo()
            {
                //TEST: Determine Map Prices
                //for ( int i = 0; i < PresetMapEntry.Table.Length; ++i )
                //Add( new PresetMapBuyInfo( PresetMapEntry.Table[i], Utility.RandomMinMax( 7, 10 ), 20 ) );

                Add(new GenericBuyInfo("Blank Map", typeof(BlankMap), BlankMap.GetSBPurchaseValue(), 500, 0x14EC, 0));
                Add(new GenericBuyInfo("Mapmaker's Pen", typeof(MapmakersPen), MapmakersPen.GetSBPurchaseValue(), 50, 0x0FBF, 0));
            }
예제 #3
0
 private void PrintBlank_Click(object sender, EventArgs e)
 {
     BlankMap.Print();
 }