2021-05-17 22:46:44 +00:00
|
|
|
accessing
|
|
|
|
fromDictionary: aDictionary
|
|
|
|
name := aDictionary at: #Name.
|
2022-07-23 00:01:40 +00:00
|
|
|
category := ((aDictionary at: 'Asset Type') splitOn: '/') last copyReplaceAll: '_' with: ' '.
|
2022-07-22 23:49:27 +00:00
|
|
|
abilities := self populateAbilities: (aDictionary at: #Abilities)
|
2021-05-17 22:46:44 +00:00
|
|
|
|