New Content - Implemented Nuclear Autumn

lostcalpolydude

Developer
Staff member
We could just subtract rads in ResponseTextParser when learning the skills. I don't think it's important to have an interface for buying them.
 

Bale

Minion
Code:
--------------------
9099	Thwaitgold cockroach statuette	662855034	thwaitroach.gif	none		0
# Item Thwaitgold cockroach statuette
--------------------
 

Bale

Minion
August 23 - Non-Mutant Nuclear Autumn monsters are no longer also mutated to be more powerful. (That's a sentence?)

Was mafia aware that all monsters in Nuclear Autumn had +20% attack, defense and HP than normal? Anyway, regardless of mafia's previous awareness, now only mutant monsters are 20% cooler so something needs to be changed.
 

Yendor

Member
From level 3 of the shelter:
place.php?whichplace=falloutshelter&action=vault3
Code:
--------------------
2136	Spa Day!	happy.gif	c1783658a8030bcca134b240f52c9922
Effect	Spa Day!	Muscle Percent: +100, Mysticality Percent: +100, Moxie Percent: +100
--------------------
 

Crowther

Active member
On freeing the king, you lose your NA skills (but not the active effects). Mafia doesn't yet know this and so it tried to burn mana by casting skills I no longer had and aborted.
 

Yendor

Member
Level 4:
Code:
--------------------
Fallout Shelter Electronics Supply	vault2	Power-Guy 2000 holo-record	300	ROW848
--------------------
--------------------
9110	Power-Guy 2000 holo-record	835201930	record.gif	usable	t	0
Item	Power-Guy 2000 holo-record	Effect: "Power, Man", Effect Duration: 10
--------------------
--------------------
2132	Power, Man	record.gif	a87de0beba92e30e2fcd23a9380998a7	use 1 Power-Guy 2000 holo-record
Effect	Power, Man	Muscle Percent: +100, Mysticality Percent: +100, Moxie Percent: +100
--------------------
--------------------
Fallout Shelter Electronics Supply	vault2	Shrieking Weasel holo-record	300	ROW847
--------------------
--------------------
9109	Shrieking Weasel holo-record	441544002	record.gif	usable	t	0
Item	Shrieking Weasel holo-record	Effect: "Shrieking Weasel", Effect Duration: 10
--------------------
--------------------
2131	Shrieking Weasel	record.gif	f20e4ba9b43ad2918c1f49f776d7439f	use 1 Shrieking Weasel holo-record
Effect	Shrieking Weasel	Monster Level: +30
--------------------
--------------------
Fallout Shelter Electronics Supply	vault2	Superdrifter holo-record	300	ROW849
--------------------
--------------------
9113	Superdrifter holo-record	228800947	record.gif	usable	t	0
Item	Superdrifter holo-record	Effect: "Superdrifting", Effect Duration: 10
--------------------
--------------------
2135	Superdrifting	record.gif	0a64ec0d296c3cdcd05c9137c9d1b934	use 1 Superdrifter holo-record
Effect	Superdrifting	Experience Percent (Muscle): +20, Experience Percent (Mysticality): +20, Experience Percent (Moxie): +20
--------------------
--------------------
Fallout Shelter Electronics Supply	vault2	Wrist-Boy	5000	ROW846
--------------------
--------------------
9102	Wrist-Boy	471098627	wristboy.gif	accessory	q	0
Wrist-Boy	0	none
# Item Wrist-Boy: Allows use of holo-records
Item	Wrist-Boy	Damage Reduction: 10
--------------------
Use of the holo-records requires the Wrist-Boy. The holo-records can't be used if one of the effects is already active.
 

lostcalpolydude

Developer
Staff member
17150. I didn't limit them by already having an effect, because I'm hoping (possibly a foolish idea) that will change, so that using another one will just remove the previous effect.
 

Yendor

Member
You can cocktailcraft in NA. Not that there's much reason to, but in aftercore Mafia didn't recognize I could until I visited the campground kitchen manually.
 

ungawa

Member
Lost pointed out what from my logs would be helpful for mafia implementation. Looks like the last floor reported here was floor 4. I don't see anything in that format in my logs for floor 5 or 6.

Floor 7:
Code:
--------------------
Underground Record Store	vault3	Drunk Uncles holo-record	1000	ROW881
--------------------
--------------------
9115	Drunk Uncles holo-record	397571130	record.gif	usable	t	0
Item	Drunk Uncles holo-record	Effect: "Drunk and Avuncular", Effect Duration: 10
--------------------
--------------------
2129	Drunk and Avuncular	record.gif	2d1b5f8f1f715dec9d2d0cf894ff143a	use 1 Drunk Uncles holo-record
# Effect Drunk and Avuncular: Booze gives 100% more Adventures
--------------------
--------------------
Underground Record Store	vault3	EMD holo-record	300	ROW851
--------------------
--------------------
9112	EMD holo-record	215981221	record.gif	usable	t	0
Item	EMD holo-record	Effect: "Ministrations in the Dark", Effect Duration: 10
--------------------
--------------------
2134	Ministrations in the Dark	record.gif	a636fef16724f7e1e7197f4fadbbe345	use 1 EMD holo-record
Effect	Ministrations in the Dark	Combat Rate: +0
--------------------
--------------------
Underground Record Store	vault3	Lucky Strikes holo-record	300	ROW850
--------------------
--------------------
9111	Lucky Strikes holo-record	553157564	record.gif	usable	t	0
Item	Lucky Strikes holo-record	Effect: "Lucky Struck", Effect Duration: 10
--------------------
--------------------
2133	Lucky Struck	record.gif	bb2ebb11ea2be9780c6ed02daabadedf	use 1 Lucky Strikes holo-record
Effect	Lucky Struck	Item Drop: +20
--------------------
--------------------
Underground Record Store	vault3	The Pigs holo-record	1000	ROW880
--------------------
--------------------
9114	The Pigs holo-record	844450292	record.gif	usable	t	0
Item	The Pigs holo-record	Effect: "Record Hunger", Effect Duration: 10
--------------------
--------------------
2128	Record Hunger	record.gif	7c7fb9627919149e212b39d8d978a3bd	use 1 The Pigs holo-record
# Effect Record Hunger: Food gives 100% more Adventures
--------------------
 

Lord_Kobel

Member
Could probably do with the combat rate skills (Squid glands and Firefly Abdomen) being ignored when burning mp, like with the other combat frequency skills.
 
Top