Exemplo n.º 1
0
 public Collar()
 {
     locationHook = equipmentLocation.neck;
     value = 5;
     protection = 0.5f;
     Name = "Spiked Collar";
     Description = "Thick leather collar with embedded spikes encircling it.";
 }
Exemplo n.º 2
0
 public Collar()
 {
     locationHook = equipmentLocation.neck;
     value        = 5;
     protection   = 0.5f;
     Name         = "Spiked Collar";
     Description  = "Thick leather collar with embedded spikes encircling it.";
 }