-
-
Notifications
You must be signed in to change notification settings - Fork 285
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
576 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
163 changes: 163 additions & 0 deletions
163
code/game/content/factions/derelict/derelict.dm/derelict_flora.dm
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,163 @@ | ||
// Floors | ||
|
||
/turf/simulated/floor/event/crystal_floor | ||
name = "crystal patch" | ||
icon = 'code/game/content/factions/derelict/derelict.dmi/derelict_flora.dmi' | ||
icon_state = "crystal_floor" | ||
integrity_enabled = 0 | ||
|
||
/turf/simulated/floor/event/grass/dirt1 | ||
name = "dirt" | ||
icon = 'code/game/content/factions/derelict/derelict.dmi/derelict_flora.dmi' | ||
icon_state = "dirt1" | ||
integrity_enabled = 0 | ||
|
||
/turf/simulated/floor/event/grass/dirt2 | ||
name = "dirt" | ||
icon = 'code/game/content/factions/derelict/derelict.dmi/derelict_flora.dmi' | ||
icon_state = "dirt2" | ||
integrity_enabled = 0 | ||
|
||
/turf/simulated/floor/event/cave1 | ||
name = "cave floor" | ||
icon = 'code/game/content/factions/derelict/derelict.dmi/derelict_flora.dmi' | ||
icon_state = "cave1" | ||
integrity_enabled = 0 | ||
|
||
/turf/simulated/floor/event/grass/grass1 | ||
name = "grass" | ||
icon = 'code/game/content/factions/derelict/derelict.dmi/derelict_flora.dmi' | ||
icon_state = "grass1" | ||
integrity_enabled = 0 | ||
|
||
// Decals | ||
|
||
/obj/effect/decal/event/crystal_small | ||
icon = 'code/game/content/factions/derelict/derelict.dmi/derelict_flora.dmi' | ||
icon_state = "crystal_small" | ||
integrity_enabled = 0 | ||
|
||
/obj/effect/decal/event/mound_small | ||
name = "small mound" | ||
icon = 'code/game/content/factions/derelict/derelict.dmi/derelict_flora.dmi' | ||
icon_state = "mound_small" | ||
integrity_enabled = 0 | ||
|
||
/obj/effect/decal/event/mound_medium | ||
name = "chunky mound" | ||
icon = 'code/game/content/factions/derelict/derelict.dmi/derelict_flora.dmi' | ||
icon_state = "mound_medium" | ||
integrity_enabled = 0 | ||
|
||
/obj/effect/decal/event/mound_large | ||
name = "large mound" | ||
icon = 'code/game/content/factions/derelict/derelict.dmi/derelict_flora.dmi' | ||
icon_state = "mound_large" | ||
integrity_enabled = 0 | ||
|
||
// Rocks | ||
|
||
/obj/stucture/flora/rock/crystal_medium | ||
name = "large crystal" | ||
icon = 'code/game/content/factions/derelict/derelict.dmi/derelict_flora.dmi' | ||
icon_state = "crystal_medium" | ||
integrity_enabled = 0 | ||
light_power = 2 | ||
light_range = 2 | ||
light_color = "#9966cc" | ||
|
||
/obj/stucture/flora/rock/crystal_large | ||
name = "hefty crystal" | ||
icon = 'code/game/content/factions/derelict/derelict.dmi/derelict_flora.dmi' | ||
icon_state = "crystal_large" | ||
integrity_enabled = 0 | ||
light_power = 3 | ||
light_range = 4 | ||
light_color = "#9966cc" | ||
|
||
/obj/structure/flora/rock/rock1 | ||
icon = 'code/game/content/factions/derelict/derelict.dmi/derelict_flora.dmi' | ||
icon_state = "rock1" | ||
|
||
/obj/structure/flora/rock/rock2 | ||
icon = 'code/game/content/factions/derelict/derelict.dmi/derelict_flora.dmi' | ||
icon_state = "rock2" | ||
|
||
/obj/structure/flora/rock/rock3 | ||
icon = 'code/game/content/factions/derelict/derelict.dmi/derelict_flora.dmi' | ||
icon_state = "rock3" | ||
|
||
/obj/structure/flora/rock/rock4 | ||
icon = 'code/game/content/factions/derelict/derelict.dmi/derelict_flora.dmi' | ||
icon_state = "rock4" | ||
|
||
// Grass | ||
|
||
/obj/structure/flora/grass/event | ||
name = "grass" | ||
icon = 'code/game/content/factions/derelict/derelict.dmi/derelict_flora.dmi' | ||
anchored = 1 | ||
|
||
/obj/structure/flora/grass/event/sparse_grass1 | ||
icon_state = "sparsegrass1" | ||
|
||
/obj/structure/flora/grass/event/sparse_grass2 | ||
icon_state = "sparsegrass2" | ||
|
||
/obj/structure/flora/grass/event/sparse_grass3 | ||
icon_state = "sparse_grass3" | ||
|
||
/obj/structure/flora/grass/event/full_grass1 | ||
icon_state = "fullgrass1" | ||
|
||
/obj/structure/flora/grass/event/full_grass2 | ||
icon_state = "fullgrass2" | ||
|
||
/obj/structure/flora/grass/event/full_grass3 | ||
icon_state = "fullgrass3" | ||
|
||
/obj/structure/flora/grass/event/leafy_bush1 | ||
icon_state = "leafybush1" | ||
|
||
/obj/structure/flora/grass/event/leafy_bush2 | ||
icon_state = "leafybush2" | ||
|
||
/obj/structure/flora/grass/event/leafy_bush3 | ||
icon_state = "leafy_bush3" | ||
|
||
/obj/structure/flora/grass/event/grassy_bush1 | ||
icon_state = "grassybush1" | ||
|
||
/obj/structure/flora/grass/event/stalky_bush1 | ||
icon_state = "stalkybush1" | ||
|
||
/obj/structure/flora/grass/event/bush1 | ||
icon_state = "bush1" | ||
|
||
/obj/structure/flora/grass/event/reed_bush1 | ||
icon_state = "reedbush1" | ||
|
||
/obj/structure/flora/grass/event/ferny_bush1 | ||
icon_state = "fernybush1" | ||
|
||
/obj/structure/flora/grass/event/sunny_bush1 | ||
icon_state = "sunnybush1" | ||
|
||
/obj/structure/flora/grass/event/generic_bush1 | ||
icon_state = "genericbush1" | ||
|
||
/obj/structure/flora/grass/event/point_bush1 | ||
icon_state = "pointybush1" | ||
|
||
/obj/structure/flora/grass/event/lavender_grass1 | ||
icon_state = "lavendergrass1" | ||
|
||
/obj/structure/flora/grass/event/yellow_flowers1 | ||
icon_state = "ywflowers1" | ||
|
||
/obj/structure/flora/grass/event/bright_flowers1 | ||
icon_state = "brflowers1" | ||
|
||
/obj/structure/flora/grass/event/purple_flowers1 | ||
icon_state = "ppflowers1" | ||
|
Oops, something went wrong.