vache / BuildingEditor

New version of cataclysm building editor
2 stars 1 forks source link

Mapgen Specials #6

Open vache opened 9 years ago

vache commented 9 years ago

Specials to be Accounted For: (See https://github.com/CleverRaven/Cataclysm-DDA/blob/master/data/json/mapgen/mapgen-test.json and https://github.com/CleverRaven/Cataclysm-DDA/blob/master/doc/MAPGEN.md)

vache commented 9 years ago

Graffiti should really be added at some point too.

vache commented 8 years ago

NPC parsing gets broken due to malformed json, probably the multiple comment fields. Renaming the fields worked well, but may not be a good solution overall.

vache commented 8 years ago

Fields, as of 9/19/15:

 fd_null = 0,
 fd_blood,
 fd_bile,
 fd_gibs_flesh,
 fd_gibs_veggy,
 fd_web,
 fd_slime,
 fd_acid,
 fd_sap,
 fd_sludge,
 fd_fire,
 fd_rubble,
 fd_smoke,
 fd_toxic_gas,
 fd_tear_gas,
 fd_nuke_gas,
 fd_gas_vent,
 fd_fire_vent,
 fd_flame_burst,
 fd_electricity,
 fd_fatigue,
 fd_push_items,
 fd_shock_vent,
 fd_acid_vent,
 fd_plasma,
 fd_laser,
 fd_spotlight,
 fd_dazzling,
 fd_blood_veggy,
 fd_blood_insect,
 fd_blood_invertebrate,
 fd_gibs_insect,
 fd_gibs_invertebrate,
 fd_cigsmoke,
 fd_weedsmoke,
 fd_cracksmoke,
 fd_methsmoke,
 fd_bees,
 fd_incendiary,
 fd_relax_gas,
 fd_fungal_haze,
 fd_hot_air1,
 fd_hot_air2,
 fd_hot_air3,
 fd_hot_air4,