Adds achievement metadata table (#48007)

* Renames hub_id to database_id
Adds achievement_metadata table.

* Fixups

* enum
This commit is contained in:
AnturK
2019-11-30 08:34:42 +01:00
committed by Jordie
parent f24450a1a8
commit f28b2d60b9
10 changed files with 112 additions and 44 deletions

View File

@@ -4,39 +4,39 @@
/datum/award/achievement/misc/meteor_examine
name = "Your Life Before Your Eyes"
desc = "Take a close look at hurtling space debris"
hub_id = MEDAL_METEOR
database_id = MEDAL_METEOR
/datum/award/achievement/misc/pulse
name = "Jackpot"
desc = "Win a pulse rifle from an arcade machine"
hub_id = MEDAL_PULSE
database_id = MEDAL_PULSE
/datum/award/achievement/misc/time_waste
name = "Time waster"
desc = "Speak no evil, hear no evil, see just errors"
hub_id = MEDAL_TIMEWASTE
database_id = MEDAL_TIMEWASTE
/datum/award/achievement/misc/feat_of_strength
name = "Feat of Strength"
desc = "If the rod is immovable, is it passing you or are you passing it?"
hub_id = MEDAL_RODSUPLEX
database_id = MEDAL_RODSUPLEX
/datum/award/achievement/misc/round_and_full
name = "Round and Full"
desc = "Well at least you aren't down the river, I hear they eat people there."
hub_id = MEDAL_CLOWNCARKING
database_id = MEDAL_CLOWNCARKING
/datum/award/achievement/misc/the_best_driver
name = "The Best Driver"
desc = "100 honks later"
hub_id = MEDAL_THANKSALOT
database_id = MEDAL_THANKSALOT
/datum/award/achievement/misc/helbitaljanken
name = "Helbitaljanken"
desc = "You janked hard"
hub_id = MEDAL_HELBITALJANKEN
database_id = MEDAL_HELBITALJANKEN
/datum/award/achievement/misc/getting_an_upgrade
name = "Getting an upgrade"
desc = "Make your first unique material item!"
hub_id = MEDAL_MATERIALCRAFT
database_id = MEDAL_MATERIALCRAFT