mirror of
https://github.com/pkali/scorch_src.git
synced 2026-05-20 22:34:21 +02:00
inventory offensive weapons selection #26
This commit is contained in:
+21
-21
@@ -595,6 +595,7 @@ WeaponPriceH ; weapons prices (tables with prices of weapons)
|
||||
.by >price______________45
|
||||
.by >price______________46
|
||||
.by >price______________47
|
||||
.by >price_White_Flag_____
|
||||
.by >price_Heat_Guidance__
|
||||
.by >price_Bal_Guidance___
|
||||
.by >price_Horz_Guidance__
|
||||
@@ -610,7 +611,6 @@ WeaponPriceH ; weapons prices (tables with prices of weapons)
|
||||
.by >price_Auto_Defense___
|
||||
.by >price_Fuel_Tank______
|
||||
.by >price_Contact_Trigger
|
||||
.by >price_White_Flag_____
|
||||
|
||||
WeaponPriceL
|
||||
.by <price_Baby_Missile___
|
||||
@@ -661,6 +661,7 @@ WeaponPriceL
|
||||
.by <price______________45
|
||||
.by <price______________46
|
||||
.by <price______________47
|
||||
.by <price_White_Flag_____
|
||||
.by <price_Heat_Guidance__
|
||||
.by <price_Bal_Guidance___
|
||||
.by <price_Horz_Guidance__
|
||||
@@ -676,7 +677,6 @@ WeaponPriceL
|
||||
.by <price_Auto_Defense___
|
||||
.by <price_Fuel_Tank______
|
||||
.by <price_Contact_Trigger
|
||||
.by <price_White_Flag_____
|
||||
|
||||
;-------------------------------------------------
|
||||
; how many units (bulletd) of a given weapon we get for a given price
|
||||
@@ -733,6 +733,7 @@ WeaponUnits
|
||||
.by 0 ;_____________45
|
||||
.by 0 ;_____________46
|
||||
.by 0 ;_____________47
|
||||
.by 1 ;White_Flag___48
|
||||
.by 6 ;Heat_Guidance__
|
||||
.by 2 ;Bal_Guidance___
|
||||
.by 5 ;Horz_Guidance__
|
||||
@@ -748,7 +749,6 @@ WeaponUnits
|
||||
.by 1 ;Auto_Defense___
|
||||
.by 10 ;Fuel_Tank______
|
||||
.by 25 ;Contact_Trigger
|
||||
.by 1 ;_____________63
|
||||
|
||||
PurchaseMeTable ;weapons good to be purchased by the robot
|
||||
;the comment is an index in the tables
|
||||
@@ -811,8 +811,8 @@ WeaponSymbols
|
||||
.by $58,$59,$5a,$5b,$60,$7b,$7c,$7d
|
||||
.by $20,$00,$00,$00,$00,$00,$00,$00
|
||||
.by $00,$00,$00,$00,$00,$00,$00,$00
|
||||
.by $02,$03,$06,$1d,$0a,$1b,$1c,$1e
|
||||
.by $3b,$3c,$3d,$3e,$3f,$5e,$5f,$00
|
||||
.by $00,$02,$03,$06,$1d,$0a,$1b,$1c ; defensives
|
||||
.by $1e,$3b,$3c,$3d,$3e,$3f,$5e,$5f
|
||||
|
||||
; Names of weapons (16 chars long)
|
||||
NamesOfWeapons ;the comment is an index in the tables
|
||||
@@ -865,22 +865,22 @@ NamesOfWeapons ;the comment is an index in the tables
|
||||
dta d"----------------" ; 46
|
||||
dta d" " ; 47 ; special (no weapon) name to simplify display
|
||||
|
||||
dta d"Heat Guidance " ; 48 ($30)
|
||||
dta d"Bal Guidance " ; 49
|
||||
dta d"Horz Guidance " ; 50
|
||||
dta d"Vert Guidance " ; 51
|
||||
dta d"Lazy Boy " ; 52
|
||||
dta d"Parachute " ; 53 - no energy
|
||||
dta d"Battery " ; 54
|
||||
dta d"Mag Deflector " ; 55 - witch shield and energy
|
||||
dta d"Shield " ; 56 - shield for one shot - no energy
|
||||
dta d"Force Shield " ; 57 - shield with energy and parachute
|
||||
dta d"Heavy Shield " ; 58 - shield with energy
|
||||
dta d"Super Mag " ; 59
|
||||
dta d"Auto Defense " ; 60 - witch shield and energy
|
||||
dta d"Fuel Tank " ; 61
|
||||
dta d"Contact Trigger " ; 62
|
||||
dta d"White Flag " ; 63
|
||||
dta d"White Flag " ; 48 ($30)
|
||||
dta d"Heat Guidance " ; 49
|
||||
dta d"Bal Guidance " ; 50
|
||||
dta d"Horz Guidance " ; 51
|
||||
dta d"Vert Guidance " ; 52
|
||||
dta d"Lazy Boy " ; 53 - no energy
|
||||
dta d"Parachute " ; 54
|
||||
dta d"Battery " ; 55 - witch shield and energy
|
||||
dta d"Mag Deflector " ; 56 - shield for one shot - no energy
|
||||
dta d"Shield " ; 57 - shield with energy and parachute
|
||||
dta d"Force Shield " ; 58 - shield with energy
|
||||
dta d"Heavy Shield " ; 59
|
||||
dta d"Super Mag " ; 60 - witch shield and energy
|
||||
dta d"Auto Defense " ; 61
|
||||
dta d"Fuel Tank " ; 62
|
||||
dta d"Contact Trigger " ; 63
|
||||
weaponsOfDeath
|
||||
dta 1,2,3,7,15,16,17,18,19,20,21,22,23,24,25,26,27
|
||||
weaponsOfDeathEnd
|
||||
|
||||
Reference in New Issue
Block a user